revert this patch for now, it causes failures of:
[oota-llvm.git] / lib /
2009-11-29 Chris Lattnerrevert this patch for now, it causes failures of:
2009-11-29 Chris LattnerFix a really nasty caching bug I introduced in memdep...
2009-11-29 Benjamin KramerFix two FIXMEs.
2009-11-29 Nick LewyckyDetabify.
2009-11-29 Benjamin KramerRemove dead returns.
2009-11-29 Kovarththanan Raja... This patch ensures that Path::GetMainExecutable is...
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris Lattnerupdate and consolidate the load pre notes.
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Nick LewyckyTeach memdep to look for memory use intrinsics during...
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-11-28 Chris Lattnerenable code to handle un-phi-translatable cases more...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerrecursively phi translate bitcast operands too, for...
2009-11-27 Nick LewyckyOops! Fix bug introduced in my recent cleanup change...
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattneradd a deadargelim note.
2009-11-27 Chris LattnerThis testcase is actually only partially redundant...
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattneradd comment.
2009-11-27 Chris Lattnerreduce nesting, no functionality change.
2009-11-27 Chris Lattnerlimit the recursion depth of GetLinearExpression. ...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerredisable this, my bootstrap worked because it wasn...
2009-11-27 Chris Lattnertry again.
2009-11-27 Chris Lattnerthis is causing buildbot failures, disable for now.
2009-11-27 Chris Lattnerthis (and probably several others) are now done.
2009-11-27 Chris Lattnerteach phi translation of GEPs to simplify geps like...
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-27 Chris Lattnerteach memdep to do trivial PHI translation of GEPs...
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Nick LewyckyFix typo spotted by Gabor Greif.
2009-11-26 Chris Lattnerfactor some code out into some helper functions.
2009-11-26 Nick LewyckyClean up file, no functionality change.
2009-11-26 Chris LattnerAdd a hack for PR5601, a crash on obsolete syntax that...
2009-11-26 Chris Lattnerfix crash on Transforms/InstCombine/intrinsics.ll intro...
2009-11-26 Chris LattnerFix PR5471 by removing an instcombine xform. Some...
2009-11-26 Chris Lattnerimplement a bunch of xforms for overflow intrinsics...
2009-11-26 Bob WilsonRename new TailDuplicationPass to avoid name conflict...
2009-11-26 Chris LattnerImplement PR1143 (at -m64) by making basicaa look throu...
2009-11-26 Chris Lattnerfix two transposed lines duncan caught and add an expla...
2009-11-26 Chris Lattnerthis todo is resolved.
2009-11-26 Chris Lattnermove DecomposeGEPExpression out into ValueTracking.cpp
2009-11-26 Chris Lattnerteach GetLinearExpression to be a bit more aggressive.
2009-11-26 Chris Lattnerresolve a fixme. I haven't figured out how to write...
2009-11-26 Chris LattnerTeach basicaa that x|c == x+c when the c bits of x...
2009-11-26 Chris Lattnerteach basicaa that A[i] != A[i+1].
2009-11-26 Chris LattnerChange the other half of aliasGEP (which handles GEP...
2009-11-26 Chris LattnerGeneralize DecomposeGEPExpression to exactly handle...
2009-11-26 Chris LattnerImplement a new DecomposeGEPExpression method, which...
2009-11-26 Chris LattnerUse GEPOperator more pervasively to simplify code.
2009-11-26 Chris Lattnerupdate some notes slightly
2009-11-26 Chris Lattnerremove some redundant braces
2009-11-26 Evan ChengWhen all defs of a vr are implicit_def, delete all...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-25 Viktor KutuzovRollback changes r89516: Added two SubtargetFeatures...
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-11-25 Benjamin KramerAvoid some possibly unsafe uses of StringRef::data().
2009-11-25 Devang PatelUse StringRef (again) in DebugInfo interface.
2009-11-25 Bob WilsonBased on the testcase for pr3120, running on my MacPro...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-25 Daniel DunbarSketch structure for X86 disassembler.
2009-11-25 Edward O'CallaghanAPI change Path::isSpecialFile to Path::isRegularFile...
2009-11-25 Douglas GregorPerform explicit instantiations in the proper namespace...
2009-11-25 Edward O'CallaghanReverting patch in revision 89758, initial attempt...
2009-11-25 Bruno Cardoso LopesUse endianess dependent offsets for load/store of doubl...
2009-11-25 Dale JohannesenFix compiler warnings.
2009-11-25 Bruno Cardoso LopesOnly include in the callee saved regs the sub registers...
2009-11-25 Bruno Cardoso LopesAdd proper emission of load/store double to stack slots...
2009-11-25 Devang PatelRevert r89803.
2009-11-24 Bob WilsonRefactor target hook for tail duplication as requested...
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Devang PatelEnable debug info for ppc-darwin.
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-24 Devang PatelRemove DebugLabelFolder pass. It is not used by dwarf...
2009-11-24 Devang PatelSwith to pubtypes section before emitting pub types.
2009-11-24 Daniel DunbarRemove bogus error handling code.
2009-11-24 Edward O'CallaghanProvide Path::isSpecialFile interface for PR5568.
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Devang PatelEmit pubtypes.
2009-11-24 Dale JohannesenMake capitalization of names starting "is" more consistent.
2009-11-24 Evan ChengData type suffix must come after predicate.
2009-11-24 David Goodwin<rdar://problem/6721894>. Allow multiple registers...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-24 Jim Grosbach80 column violations
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Jim Grosbachenable iv-users simplification by default
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-11-23 Evan ChengMassive refactoring of NEON instructions. Separate...
2009-11-23 Dan GohmanSimplify this code.
2009-11-23 Dan GohmanPrint the debug info line and column in MachineInstr...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
next