Teach BasicAA::getModRefInfo(CallSite, CallSite) some
[oota-llvm.git] / lib / Target /
2008-12-09 Duncan SandsHandle a compiler warning.
2008-12-09 Bill WendlingCorrect my English.
2008-12-09 Scott MichelCellSPU:
2008-12-09 Bill WendlingAdd initial support for fast-isel of the [SU]ADDO intri...
2008-12-08 Dan GohmanFix a couple of mistaken switch case fall-throughs...
2008-12-08 Evan ChengRe-apply 60689 now my head is screwed on right.
2008-12-08 Dan GohmanRevert 60689. It caused many regressions on Darwin...
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Chris Lattnerconsistency
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Dan GohmanUpdate CPP backend for PrintModulePass API changes.
2008-12-08 Evan ChengPerform cheap checks first.
2008-12-07 Nick LewyckyFix typo, psuedo -> pseudo.
2008-12-07 Chris Lattnerimprove a note.
2008-12-06 Chris Lattnersome more PRE/GVN/DSE related notes.
2008-12-06 Chris Lattneradd a note
2008-12-06 Chris Lattnersome random notes.
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Dale JohannesenForgot a file.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengReason #3 from 60595 doesn't hold true. If we can fold...
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Scott MichelCellSPU: Fix bug 3055
2008-12-04 Scott MichelMissing closing brace and reverse conditional condition...
2008-12-04 Chris LattnerThis code is apparently quite confused. In the meantime,
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Scott MichelCellSPU:
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Dale JohannesenA step towards geting linux ppc to work (see PR 3099)
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Dan GohmanUpdate a comment.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-12-03 Evan ChengRefactor code. No functionality change.
2008-12-03 Bill WendlingCC should only be a ConstantSDNode at this point. Just...
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-12-03 Dan GohmanFix a missing #include.
2008-12-03 Dan GohmanFix this comment to reflect that it applies to types...
2008-12-03 Dan GohmanFix byval arguments in the fastcc calling convention...
2008-12-02 Scott MichelCellSPU:
2008-12-02 Chris Lattneradd a note
2008-12-02 Bill Wendling- Remove the buggy -X/C -> X/-C transform. This isn...
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-12-02 Bill WendlingReapply r60382. This time, don't mark "ADC" nodes with...
2008-12-01 Bill WendlingTemporarily revert r60382. It caused CodeGen/X86/i2k...
2008-12-01 Bill Wendling- Have "ADD" instructions return an implicit EFLAGS.
2008-12-01 Scott MichelCellSPU:
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-12-01 Bill WendlingImplement ((A|B)&1)|(B&-2) -> (A&1) | B transformation...
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...
2008-11-30 Bill WendlingImplement (A&((~A)|B)) -> A&B transformation in the...
2008-11-30 Eli FriedmanA couple small cleanups, plus a new potential optimization.
2008-11-30 Eli FriedmanMoving potential optimizations out of PR2330 into lib...
2008-11-28 Duncan SandsAdd include files needed when building with
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-11-27 Nick LewyckyAlso update the README.
2008-11-27 Nick LewyckyAdd a synthetic missed optimization.
2008-11-27 Bill WendlingComment out code that isn't entirely correct.
2008-11-27 Evan ChengEliminate a compile time warning.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-26 Bill WendlingGenerate something sensible for an [SU]ADDO op when...
2008-11-26 Evan ChengCosmetic.
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-26 Dan GohmanFish kill flag annotations in PUSH instructions.
2008-11-26 Nick Lewycky__fastcall and __stdcall are mingw extensions to gcc...
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: Relax constraints on when to generate a X...
2008-11-25 Scott MichelCellSPU: Fix mnemonic typo in pattern; "shlqbyi" -...
2008-11-24 Bill Wendling- Make lowering of "add with overflow" customizable...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Scott MichelCellSPU:
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-24 Matthijs KooijmanFix comments.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-24 Mon P WangAdded missing description for -disable-mmx option.
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-23 Mon P WangAdded -disable-mmx using a patch from Preston Gurd.
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-21 Scott MichelCellSPU:
2008-11-20 Scott MichelCellSPU:
2008-11-20 Mon P WangAllow XMM2 and XMM3 to be used for non ABI compliant...
2008-11-20 Scott MichelCellSPU: Custom lower truncating stores of i8 to i1...
2008-11-20 Scott MichelCellSPU: Adjust spacing/tabulation
2008-11-20 Evan ChengFix a thinko. MO is getOperand(i-1) so we don't have...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-19 Oscar FuentesCMake: Removed source file from lib/Target/PIC16/CMakeL...
2008-11-19 Scott MichelCellSPU: Do not custom lower i1 stores, rely on type...
2008-11-19 Stuart Hastings<rdar://problem/6351057>
2008-11-19 Scott MichelTemporary check-in for Duncan to demonstrate CellSPU...
2008-11-19 Sanjiv GuptaForgot to add this in the previous commit.
2008-11-19 Sanjiv GuptaFixed build warnings.
next