Teach IndVarSimplify how to eliminate comparisons involving induction
[oota-llvm.git] / lib / CodeGen /
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.
2010-04-07 Chris LattnerThree changes:
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-07 Evan ChengPost regalloc LICM. Work in progress.
2010-04-06 Devang PatelDo not emit specification DIE with DW_AT_specification...
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-06 Dale JohannesenAllow for the possibility that a debug-value points
2010-04-06 Stuart HastingsReverting 100530 & 100531 due to regressions in the...
2010-04-06 Evan ChengCode clean up. Move includes from VirtRegRewriter.h...
2010-04-06 Stuart HastingsRevise debug info machinery to digest nested functions...
2010-04-06 Mon P WangRemove assert to treat memmove and memset like memcpy
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Chris Lattnerreport errors through LLVMContext's inline asm handler...
2010-04-06 Chris LattnerGive MachineModuleInfo an actual Module*.
2010-04-06 Devang PatelRemove unnecessary include.
2010-04-05 Evan ChengFix an obvious copy-n-paste bug. It's not known to...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-04-05 Bill WendlingOutput floating point representations in DWARF format...
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Dan GohmanAdd a comment.
2010-04-05 Chris Lattnerlowering a volatile llvm.memcpy to a libc memcpy is ok.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-05 Chris Lattnerremove the now-redundant MMI pointer in SelectionDAG.
2010-04-05 Chris Lattnerhopefully sate the clang self host build, which is...
2010-04-05 Chris Lattnerremove some redundant MMI arguments.
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-05 Chris Lattnerprivatize more stuff, eliminate vtables.
2010-04-05 Chris Lattnerreprivatize now that DwarfWriter is gone.
2010-04-05 Chris Lattnerprune #includes, MMI can never be null
2010-04-05 Chris Lattnerprune #includes, realize the MMI can never be null.
2010-04-05 Chris Lattnerfinally blast DwarfWriter away.
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Chris Lattnereliminate DwarfDebug::shouldEmit, which is the same...
2010-04-05 Chris Lattnerfix a regression on 2009-08-17-DebugInfo.m
2010-04-05 Chris Lattnerselection dag doesn't need DwarfWriter, remove some...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnernuke DwarfPrinter
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-05 Chris Lattnerchange SizeOf to take AsmPrinter instead of TargetData,
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnersimplify code and reduce indentation.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattneronly emit section labels if we have debug info, fixing...
2010-04-04 Chris LattnerI was wrong, ocaml isn't referencing 'Ldata_begin'...
2010-04-04 Chris Lattneradd some assertions to EmitSectionOffset.
2010-04-04 Chris Lattnerstop emitting some dead L labels.
2010-04-04 Chris LattnerStore an use the symbols emitted at the start of the...
2010-04-04 Chris Lattnerremove the didInitial ivar, rename emitInitial to be...
next