Fix a misoptimization in aha.
[oota-llvm.git] / lib / Target /
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-31 Evan ChengThis isn't safe when there are uses of load's chain...
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-28 Christopher LambAdd register info needed to use subreg sets on X86.
2007-07-27 Duncan SandsTrampoline codegen support for X86-32.
2007-07-27 Dan GohmanRe-apply 40504, but with a fix for the segfault it...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-27 Evan ChengReverting 40504 for now. It's breaking oggenc.
2007-07-26 Evan ChengMake sure epilogue esp adjustment is placed before...
2007-07-26 Evan ChengDon't pollute the meaning of isUnpredicatedTerminator.
2007-07-26 Evan ChengMinor bug.
2007-07-26 Dan GohmanIn the .loc directive, print the fields as "debug"...
2007-07-26 Dan GohmanFix a whitespace difference between CMPSSrr and CMPSDrr.
2007-07-26 Christopher LambAdd target independent MachineInstr's to represent...
2007-07-26 Evan ChengSame goes for constantpool, etc.
2007-07-26 Christopher LambAdd selection DAG nodes for subreg insert/extract....
2007-07-26 Dan GohmanRemove X86ISD::LOAD_PACK and X86ISD::LOAD_UA and associ...
2007-07-25 Evan ChengMac OS X x86-64 lower 4G address is not available.
2007-07-25 Evan ChengMac OS X should use 0x90 to fill in gaps to satisfy...
2007-07-25 Evan ChengFunctions with LinkOnce and weak linkage still need...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-07-24 Dan GohmanUse movaps to load a v4f32 build_vector of all-constant...
2007-07-24 Anton KorobeynikovHeal EH handling stuff by emitting correct offsets...
2007-07-23 Dan GohmanFix some uses of dyn_cast to be uses of cast.
2007-07-23 Dan GohmanDelete the svn:executable property on these files,...
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-07-21 Evan ChengNo more noResults.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-20 Evan ChengBecause we promote SSE logical ops and loads to v2i64...
2007-07-20 Evan ChengOops. These stores actually produce results.
2007-07-19 Evan ChengFix custom lowering of SSE FXOR.
2007-07-19 Evan ChengFix patterns so we isel the xorps, etc. for floating...
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-19 Evan ChengOnly adjust esp around calls in presence of alloca.
2007-07-18 Evan ChengUse MOV instead of LEA to restore ESP if callee-saved...
2007-07-18 Dan GohmanImplement initial memory alignment awareness for SSE...
2007-07-18 Evan ChengNew entry.
2007-07-17 Evan ChengFold prologue esp update when possible.
2007-07-17 Evan ChengMake sure not to break eh_return.
2007-07-17 Evan ChengUpdate.
2007-07-17 Evan ChengMissed the case where alloca is used but the stack...
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-07-17 Chris Lattnerno email addrs in file headers
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-13 Evan ChengFix for PR1540: Specify F0, F1 are sub-registers of...
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-13 Chris LattnerFix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551)
2007-07-12 Dale JohannesenARM: make branch folder remove unconditional branches
2007-07-12 Chris Lattneranother missed SSE optimization
2007-07-11 Bruno Cardoso LopesAdded support for Mips specific GAS directives
2007-07-11 Bruno Cardoso LopesAdded support for framepointer
2007-07-11 Bruno Cardoso LopesNow that stack is represented the right way, LOA starts...
2007-07-11 Bruno Cardoso LopesFixed AddLiveOut issues
2007-07-11 Bruno Cardoso LopesRemoved unused immediate PatLeaf, fixed lui instruction
2007-07-11 Bruno Cardoso LopesAdded MipsMachineFunction class, to hold Mips dinamic...
2007-07-11 Lauro Ramos VenancioHandle packed structs in the CBackend.
2007-07-11 Dale JohannesenFix hang compiling TimberWolf (allow for islands
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-07-11 Chris LattnerFix an oversight: for modules with no other identifying...
2007-07-10 Evan ChengDidn't mean the last commit. Revert.
2007-07-10 Dale JohannesenFix fp_constant_op failure.
2007-07-10 Evan ChengUpdate.
2007-07-10 Dale Johannesenfix 80 columnn violations, increasing the world's
2007-07-10 Chris Lattneradd a note
2007-07-10 Evan ChengRemove clobbersPred. Add an OptionalDefOperand to instr...
2007-07-10 Evan ChengRemove clobbersPred.
2007-07-10 Dan GohmanDefine non-intrinsic instructions for vector min, max...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-06 Evan ChengIncorrect check.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengisUnpredicatedTerminator should treat conditional branc...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Evan ChengPrint the s bit if the instruction is toggled to its...
2007-07-06 Evan ChengPredicateDefOperand -> OptionalDefOperand.
2007-07-06 Evan ChengAdd OptionalDefOperand to stand for optionally defined...
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-07-05 Anton KorobeynikovProper flag __alloca call
2007-07-05 Evan ChengDoh
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Chris Lattnerthe arm backend is not building, temporarily disable it.
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
next