This test case:
[oota-llvm.git] / lib /
2010-03-03 Bill WendlingThis test case:
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2DMB variants, t2DSB...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-02 Chris Lattnermerge two loops over all nodes in the graph into one.
2010-03-02 Chris Lattnereliminate PreprocessForRMW now that isel handles it.
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Johnny ChenAdded 32-bit Thumb instruction CLREX (Clear-Exclusive...
2010-03-02 Bill WendlingOkay. One last attempt:
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-03-02 Johnny ChenRemoved the extra S from the multiclass def T2I_adde_su...
2010-03-02 Chris Lattnerrun HandleMergeInputChains even if we only have one...
2010-03-02 Dan GohmanWhen expanding an expression such as (A + B + C + D...
2010-03-02 Evan ChengSwap parameters of isSafeToMove and isSafeToReMat for...
2010-03-02 Evan ChengFix typo.
2010-03-02 Johnny ChenAdded 32-bit Thumb instructions: CPS, SDIV, UDIV, SXTB1...
2010-03-02 Devang PatelFix grammar.
2010-03-02 Johnny ChenAL is an optional mnemonic extension for always, except...
2010-03-02 Johnny ChenChange some asm shift opcode strings to lowercase.
2010-03-02 Xerxes Ranbyfix typo add missing (
2010-03-02 Xerxes RanbyUnbreak llvm-arm-linux buildbot and fix PR5309.
2010-03-02 Duncan SandsRather than passing "false" for InsertBefore, AddressSp...
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris LattnerI was confused about this, it turns out that MorphNodeTo
2010-03-02 Chris Lattnerfactor node morphing out to its own helper method.
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 Erick TryzelaarFix looking up MD names to not need a module.
2010-03-02 Eric ChristopherAdd file to CMakeLists.txt
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.
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 Chris Lattnerremove dead code.
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 Bob WilsonWhen GVN needs to split critical edges for load PRE...
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
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 Evan ChengRemove the optimize for code size limitation on r67917...
2010-03-01 Chris Lattnerremove a terrible hack that disabled assertions from...
2010-03-01 Jakob Stoklund OlesenUse methods to determine if a LiveInterval is spillable.
2010-03-01 Ted KremenekUpdate CMake build.
2010-03-01 Chris Lattnerstop using generated sdnodexforms.
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 Chris LattnerAccelerate isel dispatch for tables that start with...
2010-03-01 John McCallDon't potentially read past the end of the fill data...
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 GohmanSpelling fixes.
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 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 Lattnersome trivial microoptimizations.
2010-03-01 Chris Lattnereliminate the CheckMultiOpcodeMatcher code and have...
2010-03-01 Chris Lattneradd a new OPC_SwitchOpcode which is semantically equivalent
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 Lattnerenhance the new isel to handle the 'node already exists'
2010-02-28 Chris Lattnersimplify this code, return only ever has zero or one...
2010-02-28 John McCallProperly clear all the extra bits in a significand...
2010-02-28 John McCallAdd an override to StringRef::getAsInteger which parses...
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Chris Lattnerremove redundant instruction.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-28 John McCallTeach APFloat how to create both QNaNs and SNaNs and...
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2010-02-28 Dan GohmanImplement XMM subregs.
2010-02-28 Dan GohmanDon't unconditionally suppress hoisting of instructions...
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-27 Chris Lattnerfix an incorrect (overly conservative) predicate.
2010-02-27 Chris Lattnerfix grammaro's pointed out by daniel
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-27 Bill WendlingThe TType is always absptr on Mach-O...at least for...
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2010-02-26 Chris LattnerFix rdar://7694996 a miscompile of 183.equake from...
2010-02-26 Chris Lattnerremove dead code, by this point all uses of CI are...
2010-02-26 John McCallMake APFloat's string-parsing routines a bit safer...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Johnny ChenAdded the follwoing 32-bit Thumb instructions for disas...
2010-02-26 Jakob Stoklund OlesenMerge PPC instructions FMRS and FMRD into a single...
2010-02-26 Bill WendlingComment typo.
next