oota-llvm.git
2010-03-02 Chris Lattnerattributes are not part of types anymore, patch by...
2010-03-02 Chris Lattnereliminate CodeGen/DAGISelHeader.h, it is empty now.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Eric ChristopherOnly save vector registers if we've defined for the...
2010-03-02 Chris Lattnermove some code out of DAGISelHeader up to SelectionDAGI...
2010-03-02 Erick TryzelaarFix looking up MD names to not need a module.
2010-03-02 Eric ChristopherMove the docsdir to /usr/share/doc/llvm to match other...
2010-03-02 Eric ChristopherMake sure we save CXXFLAGS before setting it as pedanti...
2010-03-02 Eric ChristopherAdd file to CMakeLists.txt
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2010-03-02 Chris LattnerUse the right induction variable.
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Dan GohmanFix several places to handle vector operands properly.
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-02 Devang PatelConstructors and operators for anonymous aggregates...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-02 Dan GohmanPerformTailCallOpt was renamed to GuaranteedTailCallOpt to
2010-03-02 Chris Lattnerremove dead code.
2010-03-02 Chris Lattneradd some missing \n's
2010-03-02 Bob WilsonDon't attempt load PRE when there is no real redundancy...
2010-03-02 Chris Lattnerrefactor some code out of OPC_EmitMergeInputChains...
2010-03-01 Chris Lattnerremove some functions that were only used by the
2010-03-01 Bob WilsonWhen GVN needs to split critical edges for load PRE...
2010-03-01 Chris Lattnerfixme resolved.
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Chris Lattnerresolve some fixmes
2010-03-01 Chris Lattnerresolve a fixme and simplify code by moving insertion...
2010-03-01 Chris Lattnerresolve a fixme by having the .td file parser reject...
2010-03-01 Evan ChengMemoryDepAnalysis is not used if redundant load process...
2010-03-01 Chris Lattnerremove all but one version of SelectionDAG::MorphNodeTo
2010-03-01 Chris Lattnerremove dead code, simplify.
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-03-01 Chris Lattnertolerate factoring the *last* node for CellSPU.
2010-03-01 Evan ChengRemove the optimize for code size limitation on r67917...
2010-03-01 Chris Lattneroptimize tblgen compile time by eliminating the old...
2010-03-01 Dan GohmanMake llc opt into the addPassesToEmitFile verify pass.
2010-03-01 Chris Lattnerremove a terrible hack that disabled assertions from...
2010-03-01 Jakob Stoklund... Use methods to determine if a LiveInterval is spillable.
2010-03-01 Devang PatelRemove tests that checks @llvm.dbg.stoppoint handling.
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Chris Lattnerremove andersen's tests.
2010-03-01 Devang Patel@llvm.dbg.stoppoint intrinsic is not used anymore.
2010-03-01 Ted KremenekUpdate CMake build.
2010-03-01 Devang PatelUpdate to use new debug info encoding scheme. As a...
2010-03-01 Chris Lattnerdon't emit the old sdnodexform stuff for the new isel.
2010-03-01 Chris Lattnerstop using generated sdnodexforms.
2010-03-01 Chris Lattnernote that andersaa was removed in 2.7
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2010-03-01 Johnny ChenAdded STRHT for disassembly only and fixed a bug in...
2010-03-01 Devang PatelRemove this test because it checks wheter optimizer...
2010-03-01 Devang PatelRemove test to check bugfix in handing debug info for...
2010-03-01 Chris LattnerTurn on the new isel by default. Here are some fun...
2010-03-01 Devang PatelRemove dead test.
2010-03-01 Devang PatelReplace test case that uses @llvm.dbg.* intrinsic with...
2010-03-01 Torok EdwinMissed a \n in previous commit.
2010-03-01 Torok EdwinAdd command-line flag to tblgen to turn off generating...
2010-03-01 Chris LattnerAccelerate isel dispatch for tables that start with...
2010-03-01 Devang PatelThese two tests check whether oprimizer safely ignores...
2010-03-01 John McCallDon't potentially read past the end of the fill data...
2010-03-01 Devang PatelThis test checks whether LICM ignores @llvm.dbg.stoppoi...
2010-03-01 Devang PatelRewrite test to test VLA using new debug info encoding...
2010-03-01 Devang PatelRemove this generic debug info intrinsic test. LLVM...
2010-03-01 Dan GohmanFix optimization of ISD::TRUNCATE on vector operands...
2010-03-01 Dan GohmanAdd explicit keywords.
2010-03-01 Dan GohmanAdd a comment.
2010-03-01 Dan GohmanAdd some debug output to LoopSimplify.
2010-03-01 Dan GohmanAdd the alignstack keyword.
2010-03-01 Dan GohmanLLVM instruction syntax doesn't have trailing semicolons.
2010-03-01 Dan Gohmansvn:ignore fixes.
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanWhitespace cleanups.
2010-03-01 Dan GohmanUse Doxygen comment syntax.
2010-03-01 Dan GohmanThis is now done.
2010-03-01 Dan GohmanFix a missing newline in debug output.
2010-03-01 Dan GohmanPrune #includes.
2010-03-01 Dan GohmanFix spelling.
2010-03-01 Dan GohmanDon't print "Modified" for passes which haven't modifie...
2010-03-01 Nathan KeynesAdd JIT support to the TODO list (test commit)
2010-03-01 Chris LattnerEmit type checks late instead of early, this encourages
2010-03-01 Chris Lattnersome trivial microoptimizations.
2010-03-01 Chris LattnerEmit a redundant check for immediates at root context...
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
2010-03-01 Chris Lattnerpull MarkFlagResult out from between an EmitNode/Comple...
2010-03-01 Chris Lattnerenhance RecordNode and RecordChild comments to indicate...
2010-03-01 Chris LattnerEmit redundant opcode checks for andimm and orimm tests...
2010-03-01 Chris Lattnerinline the node transforms and node predicates into...
2010-02-28 Chris Lattnersimplify some code now that chain/flag results are...
2010-02-28 Chris Lattnerdon't emit useless functions. These were producing
2010-02-28 Mikhail Glushenkov80-col violations/trailing whitespace.
2010-02-28 Chris Lattnereliminate GetInt1/2
2010-02-28 Chris Lattnerhoist the new isel interpreter out of DAGISelHeader.h
2010-02-28 Chris Lattnerchange a few opcodes to use VBRs instead of embedding
2010-02-28 Chris Lattnermove all the opcodes out of DAGISelHeader.h (which...
2010-02-28 Chris Lattnerresolve a fixme by using hte new flag.
2010-02-28 Chris Lattnerenhance the EmitNode/MorphNodeTo operands to take a...
next