oota-llvm.git
2009-08-31 Dan GohmanDon't use an iterator which is potentially invalidated.
2009-08-31 Bob WilsonUse early exit and reduce indentation.
2009-08-31 Bob WilsonIf the tied registers are already the same, there is...
2009-08-31 Richard OsborneAdd triple parsing support for XCore.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Dan GohmanExtend the ValuesAtScope cache to cover all expressions...
2009-08-31 Gabor Greifrestore semantics of operator* (removing a FIXME I...
2009-08-31 David GoodwinDon't mark a register live at an undef use.
2009-08-31 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelOops. Fix inverted logic in assertion check.
2009-08-31 Evan ChengRemove .n suffix for some 16-bit opcodes now that Darwi...
2009-08-31 Daniel DunbarX86/exp-asm-printer: Lower MachineOperand::MO_JumpTable...
2009-08-31 Daniel DunbarStop printing old asm printing code inline with -experi...
2009-08-31 Daniel DunbarAvoid unnecessary +0 in experimental-asm-printer.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Bill WendlingOutput a hex value, because all of the others are hex.
2009-08-31 Dale JohannesenFix some misspellings of XTARGET.
2009-08-31 Dale JohannesenMark test as passing on all x86, which it should,
2009-08-31 Chris Lattnercleanups pointed out by duncan
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-31 Torok EdwinFix ExplicitSymbols leak.
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.
next