Temporarily revert r60519. It was causing a bootstrap failure:
[oota-llvm.git] / lib / Target /
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.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-11-18 Dan GohmanDon't set neverHasSideEffects on x86's divide instructi...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-17 Dale JohannesenMove some former testcases (low-probability codegen
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-15 Evan ChengFix fuitos encoding.
2008-11-14 Evan ChengFix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
2008-11-14 Dale JohannesenRemove unneeded stuff from GRAD register class.
2008-11-14 Richard Osborne[XCore] Remove whitespace in the description used when
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-13 Evan ChengHandle the rest of pseudo instructions.
2008-11-13 Evan ChengLazy compilation callback save / restore VFP registers.
2008-11-13 Dale JohannesenExtend InlineAsm::C_Register to allow multiple specific...
2008-11-13 Evan ChengDon't forget to emit stubs for function GV's emitted...
2008-11-13 Evan Chengfsub{d|s} encoding bugs.
2008-11-13 Evan ChengMissed a break statement.
2008-11-13 Evan ChengFix pre- and post-indexed load / store encoding bugs.
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-11-12 Evan ChengRemove the incorrect assertion. We don't have enough...
2008-11-12 Evan ChengAddress mode immediate offset has already been divided...
2008-11-12 Evan ChengFix a VFP binary arithmetic instruction encoding bug.
2008-11-12 Evan ChengFix address mode 3 immediate offset mode encoding.
2008-11-12 Evan ChengConsolidate formats; fix FCMPED etc. encodings.
2008-11-12 Evan ChengFix VFP conversion instruction encodings.
2008-11-12 Evan ChengFix encoding of single-precision VFP registers.
next