oota-llvm.git
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Add MCExpr::{dump,print}.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Add some doxyment markers.
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris Lattnerfix some cases where instcombine would change hte IR...
2009-08-31 Chris Lattnercleanups, factor some code out to a helper function
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris Lattnercomment and simplify some code.
2009-08-31 Chris Lattneradd -debug output
2009-08-31 Chris Lattnerimprove -debug output, so that -debug is more likely...
2009-08-31 Chris Lattnerfix a bug I introduced with my 'instcombine builder...
2009-08-31 Chris Lattnersimplify some code by making the SCCNodes set contain...
2009-08-31 Chris Lattneronly print the override triple if it exists!
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris Lattneruse an accessor instead of poking internals of a node.
2009-08-31 Oscar FuentesCMake: updated library dependencies.
2009-08-31 Jim GrosbachPR4747
2009-08-31 Chris Lattnerupdate unit test for previous change.
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Erick TryzelaarFix header comment for bindings/ocaml/llvm/Makefile.
2009-08-30 Erick TryzelaarMake sure we specify no arguments for context functions.
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-30 Chris Lattnerrename test
2009-08-30 Chris Lattnermerge all sinking tests into one and convert them to...
2009-08-30 Chris Lattnerconvert scalar_promote to filecheck style and merge...
2009-08-30 Chris Lattnereliminate some uses of prcontext. Any help here would...
2009-08-30 Chris Lattnerrename test so that name reflects what it is testing...
2009-08-30 Chris Lattnerconvert to filecheck format.
2009-08-30 Chris Lattnersuck a bunch more gep tests into getelementptr.ll and...
2009-08-30 Daniel DunbarTweak comment.
2009-08-30 Daniel DunbarFix some possible-use-of-uninitialized warnings.
2009-08-30 Chris Lattnerconsolodate various GEP tests into getelementptr.ll...
2009-08-30 Chris Lattneranother huge testcase, this time from 'gs' in llvm...
2009-08-30 Chris Lattnerremove another poorly-reduced testcase which came from...
2009-08-30 Chris Lattnerthis testcase is 500 lines long and is distilled from...
2009-08-30 Chris Lattnerconvert to filecheck
2009-08-30 Chris LattnerFix PR4748: don't fold gep(bitcast(x)) into bitcast...
2009-08-30 Chris Lattnermisc cleanup
2009-08-30 Chris Lattneradd getPointerAddressSpace() to GEP instruction, use...
2009-08-30 Chris Lattnereliminate InsertCastBefore, use the builder instead.
2009-08-30 Chris Lattnereliminate InsertBitCastBefore, just use the builder...
2009-08-30 Chris Lattneradd a "getPointerAddressSpace" helper method to LoadIns...
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Chris Lattnerconvert a bunch more calls to InsertNewInstBefore to use
2009-08-30 Chris Lattnerfix typo
2009-08-30 Chris Lattnerhopefully unbreak the build by making this-> explicit...
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-30 Chris Lattnergive instcombine a custom IRBuilder that adds new instr...
2009-08-30 Daniel DunbarUpdate test.
2009-08-30 Chris Lattneradd a new InstCombineWorklist::AddValue method that...
2009-08-30 Chris Lattnermove AddUsersToWorkList to the worklist processing...
2009-08-30 Chris Lattnerrename AddUsesToWorkList -> AddOperandsToWorkList....
2009-08-30 Daniel Dunbarllvm-mc/X86: Encode constant MCValue's correctly.
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-30 Chris Lattnerinline the trivial AddToWorkList/RemoveFromWorkList...
2009-08-30 Chris Lattnerfix a bug I introduced in r80478 found by the build...
2009-08-30 Chris Lattnerrefactor instcombine's worklist processing stuff out...
2009-08-30 Chris Lattnermake DenseMap::clear() early exit if there is nothing...
2009-08-30 Chris Lattnersome minor cleanups to IRBuilder, factor the insertion
2009-08-30 Chris Lattnermore cleanups: remove some redundant code, and simplify...
2009-08-30 Chris Lattnereliminate the temporary SrcGEPOperands smallvector.
2009-08-30 Chris Lattnersimplify/detangle some control flow.
2009-08-30 Chris Lattnersimplify and cleanup some code, remove some code that...
2009-08-30 Chris Lattnerdefault count-aa to -print-all. The whole reason to...
2009-08-30 Bill WendlingNuke moribund "std::string" version of EOL(..., Encoding).
2009-08-29 Dan GohmanAdd AutoGenerated.inc to svn:ignore.
2009-08-29 Dan GohmanRemove an unnecessary Context argument.
2009-08-29 Dan GohmanMinor logic simplification.
2009-08-29 Dan GohmanAdd some comments.
2009-08-29 Dan GohmanCleanup whitespace and indentation.
2009-08-29 Dan GohmanRemove some unused fields.
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Benjamin KramerInline empty destructor.
2009-08-29 Bill WendlingFix warning about non-virtual destructor.
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-29 Bill WendlingAdd a form of EOL which emits the text version of a...
2009-08-29 Bob WilsonPR4795: Remove EEVT::isFP, isInt and isVec types used...
2009-08-29 Eric ChristopherMake the augmentation size and next set of bytes agree...
2009-08-29 Jeffrey YasskinFix OProfile support after r80406 changed the DebugInfo...
2009-08-29 David GoodwinAnother stab at fixing up register kill flags after...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Eric ChristopherNuke trailing whitespace.
2009-08-28 Daniel DunbarFix creation of .bca libraries with EXPORTED_SYMBOLS_LI...
2009-08-28 Andreas NeustifterRead Makefile.config before using LLVMGCC.
2009-08-28 Torok Edwininstall-sh chmods to 0755 by default, and this causes...
2009-08-28 Anton KorobeynikovShort-term workaround for frame-related weirdness on...
next