Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is doing...
[oota-llvm.git] / lib / CodeGen /
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Gabor Greifprune includes
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanDelete unused arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanReset the debug location even if the instruction was...
2010-04-14 Dan GohmanRefine #includes.
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-14 Dan GohmanDelete an unused function.
2010-04-14 Dan GohmanClear the FunctionLoweringInfo object before doing...
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanMove the code for initialing the entry block livein...
2010-04-14 Dan GohmanReorgnaize this code to be more tidy and readable.
2010-04-14 Dan GohmanTrim #includes.
2010-04-14 Dan GohmanMove the code for emitting livein copies out of Selecti...
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-04-14 Dan GohmanGeneralize this code to handle Instructions in addition...
2010-04-14 Dan GohmanReorder the methods of this class to be a little more...
2010-04-14 Devang PatelClear MachineInstr->MCSymbol maps at the end of a function.
2010-04-13 Evan ChengFast path implicit_def check.
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengAvoid variable shadowing.
2010-04-13 Evan ChengExpand postra machine licm's capability a little more...
2010-04-13 Jakob Stoklund OlesenTeach MachineSinking to handle easy critical edges.
2010-04-13 Evan ChengTeach postra machine licm to hoist more obvious invaria...
2010-04-13 Dan GohmanAdd a few comments.
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanRename MachineFrameInfo variables to MFI, for consisten...
2010-04-13 Dan GohmanMove MachineRegisterInfo's isLiveIn and isLiveOut out...
2010-04-13 Dan GohmanDelete an unused member variable.
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Dan GohmanRemove a #include.
2010-04-12 Benjamin KramerPlug trivial leak.
2010-04-12 Evan ChengEnable post regalloc machine licm by default.
2010-04-12 Dan GohmanRemove unnecessary parens.
2010-04-09 Bob WilsonTidy whitespace.
2010-04-09 Devang PatelClear InsnsBeginScopeSet and InsnsEndScopeSet at the...
2010-04-09 Dan GohmanDelete this obsolete comment.
2010-04-09 Chandler CarruthAdd a missing dependency to this library when building...
2010-04-09 Bob WilsonUse getNumImplicitDefs() and getNumImplicitUses().
2010-04-09 Bob WilsonFix up some comments.
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Ted KremenekFix -Wsign-compare warning (issued by clang++).
2010-04-08 Devang PatelRename a function.
2010-04-08 Chris Lattnerimplicit defs get added to the end of machine instrs...
2010-04-08 Devang PatelOne instruction may start (or end) multiple lexical...
2010-04-08 Devang PatelRemove dead code.
2010-04-08 Devang PatelDelete out of date comment.
2010-04-08 Devang PatelRefactor.
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Evan ChengMake post regalloc machine licm functional. It now...
2010-04-08 Chris Lattnerconvert a report_fatal_error that I was able to trigger...
2010-04-07 Chris Lattnerminor tidying.
2010-04-07 Chris Lattneruse assertions instead of unreachable for logic errors.
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerremove some unneeded errorhandling stuff.
2010-04-07 Chris Lattnertidy up
2010-04-07 Anton KorobeynikovRemove late ARM codegen optimization pass committed...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-04-07 Anton KorobeynikovFactor out scoreboard into separate class. This way...
2010-04-07 Anton KorobeynikovAdd hook to insert late LLVM=>LLVM passes just before...
2010-04-07 Chris Lattnerfix 80 col violation, patch by Alastair Lynn
2010-04-07 Chris Lattneradd a comment line that got dropped
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-07 Benjamin KramerRemove unused method.
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
2010-04-07 Bill WendlingUse the "NamedGroupTimer" class to categorize DWARF...
2010-04-07 Benjamin KramerUse raw_ostream.
2010-04-07 Evan ChengAdd comments for missed opportunities.
2010-04-07 Evan ChengFix typo.
2010-04-07 Chris LattnerHave the inst emitter add the !srcloc mdnode to the...
2010-04-07 Chris Lattnerremove another magic number.
next