fix overflow checks in SmallVector:
[oota-llvm.git] / lib /
2009-04-02 Mikhail GlushenkovFix build on Linux.
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Chris Lattnersilence warning in release-asserts build.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Dan GohmanUse LLVM type names instead of C type names in comments...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2009-04-01 Chris Lattnerfix a serious regression I introduced in my previous...
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
2009-03-31 Chris LattnerMake the key of ValueRankMap an AssertingVH, so that...
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Evan ChengThrottle back "fold select into operand" transformation...
2009-03-31 Evan ChengFully general expansion of integer shift of any size.
2009-03-31 Evan Chengi128 shift libcalls are not available on x86.
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Devang PatelUpdate call graph after inlining invoke.
2009-03-31 Daniel DunbarAdd llvm::sys::getHostTriple and remove
2009-03-31 Dan GohmanMinor top-level comment fix.
2009-03-31 Rafael Espindolaremove unused arguments.
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Owen AndersonRemove the "fast" cases for spill and restore point...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-31 Evan ChengX86 address mode isel tweak. If the base of the address...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Devang PatelLoop Index Split can eliminate a loop if it can determi...
2009-03-30 Evan ChengWhen optimzing a mul by immediate into two, the resulti...
2009-03-30 Evan ChengTurn a 2-address instruction into a 3-address one when...
2009-03-30 Bill WendlingBalance out quote in debug output.
2009-03-30 Bill WendlingFix grammar-o in comment.
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-30 Bob WilsonFix comment to match function name.
2009-03-30 Devang PatelgetEntryFor() may invalidate DenseMap iterator.
2009-03-30 Anton KorobeynikovFix thinko: put stuff with both global and local reloca...
2009-03-30 Anton KorobeynikovFix infinite looping
2009-03-30 Anton KorobeynikovProperly propagate Kind.
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Anton KorobeynikovIA64 is as weird as Alpha wrt r/o relocs :)
2009-03-29 Anton KorobeynikovAlpha always requires global relocations to be r/w...
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-28 Chris Lattneradd a note
2009-03-28 Rafael EspindolaUse array_lengthof
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Rafael EspindolaMake code a bit less brittle by no hardcoding the number
2009-03-28 Arnold SchwaighoferMake check in CheckTailCallReturnConstraints for ignora...
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Dan GohmanFix what surely must be a copy+pasto.
2009-03-27 Dan GohmanInitialize LiveOutInfo's APInt members to zero, as...
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Rafael EspindolaAvoid hardcoding that X86 addresses have 4 operands.
2009-03-27 Rafael EspindolaUse less hard coded constants to make the code less...
2009-03-27 Rafael EspindolaI am trying to add a segment to the X86 addresses match...
2009-03-27 Duncan SandsRevert r67798: it breaks llvm-gcc bootstrap on x86...
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-27 John MosbyShrink wrapping in PEI: initial release. Finishing...
2009-03-27 Dale JohannesenOne more place to skip debug info.
2009-03-26 Devang PatelWhile hoisting an instruction, update alias info set...
2009-03-26 Evan Cheng-no-implicit-float means explicit fp operations are...
2009-03-26 Mikhail GlushenkovFix misc. small issues with debug visualization.
2009-03-26 Evan ChengtADDhirr is a thumb instruction. Do not allow this...
2009-03-26 Owen AndersonDon't assign a new stack slot if the pre-alloc splitter...
2009-03-26 Bill WendlingPull transform from target-dependent code into target...
2009-03-26 Chris Lattnerfix warning in -asserts mode.
2009-03-26 Chris Lattnerfix some warnings in release-asserts mode.
2009-03-26 Chris Lattnerfix an apparently real bug exposed by a warning in...
2009-03-26 Chris Lattnerfix warning in -asserts build.
2009-03-26 Bill WendlingMatch this pattern so that we can generate simpler...
2009-03-26 Bill WendlingDoxygen-ify comments.
2009-03-26 Dale JohannesenSkip debug info one more place. (This one gets
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Dale JohannesenWhen optimizing with debug info, don't keep the
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-25 Gabor Greifdo not rely on callee being operand 0
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-24 Chris Lattneroops, I intended to remove this, not comment it out...
2009-03-24 Evan ChengFix PR3845: Avoid stale MachineInstruction pointer...
2009-03-24 Gabor Greifsimplify logic and get rid of the assumption that opera...
2009-03-24 Chris Lattnercanonicalize inttoptr and ptrtoint instructions which...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Chris Lattnertwo changes:
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-03-24 Chris Lattnermore tidying: name the components of PhysReg in the...
next