Rewrite i64-to-f64 conversion using an algorithm which handles
[oota-llvm.git] / lib /
2010-03-05 Dan GohmanRewrite i64-to-f64 conversion using an algorithm which...
2010-03-05 Johnny ChenTrivial comment change.
2010-03-05 Evan ChengAdd missing break for Intrinsic::objectsize case. It...
2010-03-05 Chris Lattneradd an assertion requested on llvmdev.
2010-03-05 Bill WendlingRevert r97766. It's deleting a tag.
2010-03-05 Bill WendlingMicro-optimization:
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-03-04 Jeffrey YasskinStop leaking MDStrings.
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-03-04 Jeffrey YasskinFix memcheck-found leaks: one false positive from using...
2010-03-04 Jim GrosbachFor SJLJ exception handling, make sure that all calls...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
2010-03-04 Evan ChengRun machine licm before machine cse to avoid messing...
2010-03-04 Evan ChengAvoid cse load instructions unless they are known to...
2010-03-04 Bob Wilsonpr6480: Don't try producing ld/st-multiple instructions...
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-04 Jakob Stoklund OlesenFix the remaining MUL8 and DIV8 to define AX instead...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-04 Chris Lattnernot committing what you test = bad.
2010-03-04 Chris Lattnermake gep matching in fastisel match the base of the...
2010-03-04 Chris Lattneradd a statistic for # times fastisel fails.
2010-03-04 Jeffrey YasskinFix PR6360. It's easy for a stub's address to escape...
2010-03-04 Dan GohmanFix a typo Duncan noticed.
2010-03-04 Johnny ChenAdded 32-bit Thumb instructions for Preload Data (PLD...
2010-03-04 Nick LewyckyMake the 'icmp pred trunc(ext(X)), CST --> icmp pred...
2010-03-04 Jeffrey YasskinFix PR5291, in which a SmallPtrSet iterator was held...
2010-03-04 Evan ChengRename -machine-cse to -enable-machine-cse.
2010-03-04 Chris Lattneradd a comment.
2010-03-04 Evan ChengLook ahead a bit to determine if a physical register...
2010-03-04 Chris Lattnerchange the new isel matcher to emit ComplexPattern...
2010-03-04 Jeffrey YasskinMake sure JITResolvers don't leave any stubs behind...
2010-03-04 Dan GohmanFix more code to work properly with vector operands...
2010-03-04 John McCallTeach the pic16 target to recognize pic16-*-* triples.
2010-03-04 Chris Lattnerinline CannotYetSelectIntrinsic into CannotYetSelect...
2010-03-03 Evan ChengFix a logic error. An instruction that has a live physi...
2010-03-03 Evan ChengRemove PHINodeTraits and use MachineInstrExpressionTrai...
2010-03-03 Evan ChengMove MachineInstrExpressionTrait::getHashValue() out...
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Johnny ChenModified the asm string of 16-bit Thumb MUL instruction...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengFix funky indentation and add comments.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Dan GohmanFix a bug in SelectionDAG's ReplaceAllUsesWith in the...
2010-03-03 Evan ChengMachine CSE work in progress. It's doing some CSE now...
2010-03-03 Evan ChengAdd MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.
2010-03-03 Andrew LenharthFix PR6444, note still doesn't compile libgcc2 all...
2010-03-03 Chris Lattnerfix incorrect folding of icmp with undef, PR6481.
2010-03-03 Bill WendlingRevert...
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions LDRT, LDRBT, LDRHT...
2010-03-03 Chris Lattneradd some of the more obscure predicate types to the
2010-03-03 Chris Lattnerspeed up scope node processing: if the first element...
2010-03-03 Chris Lattnerintroduce a new SwitchTypeMatcher node (which is analog...
2010-03-03 Dan GohmanMake SCEVExpander and LSR more aggressive about hoistin...
2010-03-03 Dan GohmanRevert r97580; that's not the right way to fix this.
2010-03-03 Evan ChengWork in progress. Finding some cse now.
2010-03-03 Chris Lattnerremove nvload and two patterns that use it which are
2010-03-03 Johnny ChenAdded 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE...
2010-03-03 Bill WendlingUse APInt instead of zext value.
2010-03-03 Chris Lattnerfactor the 'in the default address space' check out...
2010-03-03 Chris Lattnerfactor the 'sign extended from 8 bit' patterns better so
2010-03-03 Evan Cheng- Change MachineInstr::isIdenticalTo to take a new...
2010-03-03 Evan ChengAdd an option to enable machine cse (it's not doing...
2010-03-03 Evan ChengEliminate unused instruction classes.
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...
next