summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix live-out reg logic to not insert over-aggressive AssertZExtDan Gohman2009-03-31
* X86 address mode isel tweak. If the base of the address is also used by a Cop...Evan Cheng2009-03-31
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-30
* Loop Index Split can eliminate a loop if it can determin if loop body is exec...Devang Patel2009-03-30
* When optimzing a mul by immediate into two, the resulting mul's should get a ...Evan Cheng2009-03-30
* Turn a 2-address instruction into a 3-address one when it's profitable even i...Evan Cheng2009-03-30
* Balance out quote in debug output.Bill Wendling2009-03-30
* Fix grammar-o in comment.Bill Wendling2009-03-30
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-30
* Fix comment to match function name.Bob Wilson2009-03-30
* getEntryFor() may invalidate DenseMap iterator.Devang Patel2009-03-30
* Fix thinko: put stuff with both global and local relocations into data.rel{.r...Anton Korobeynikov2009-03-30
* Fix infinite loopingAnton Korobeynikov2009-03-30
* Properly propagate Kind.Anton Korobeynikov2009-03-30
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-30
* Add data.rel stuffAnton Korobeynikov2009-03-30
* IA64 is as weird as Alpha wrt r/o relocs :)Anton Korobeynikov2009-03-29
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-29
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-29
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-29
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-29
* now that you can put a PointerIntPair in a SmallPtrSet, remove someChris Lattner2009-03-29
* add a noteChris Lattner2009-03-28
* Use array_lengthofRafael Espindola2009-03-28
* Have only one definition of X86AddrNumOperands.Rafael Espindola2009-03-28
* Make code a bit less brittle by no hardcoding the numberRafael Espindola2009-03-28
* Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer2009-03-28
* Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer2009-03-28
* Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng2009-03-28
* move a large method out of line.Chris Lattner2009-03-28
* Fix what surely must be a copy+pasto.Dan Gohman2009-03-27
* Initialize LiveOutInfo's APInt members to zero, as APInt'sDan Gohman2009-03-27
* remove trailing whitespaceJim Grosbach2009-03-27
* "ghostify" the ilist<Function> sentinelGabor Greif2009-03-27
* Avoid hardcoding that X86 addresses have 4 operands.Rafael Espindola2009-03-27
* Use less hard coded constants to make the code less brittle.Rafael Espindola2009-03-27
* I am trying to add a segment to the X86 addresses matching toRafael Espindola2009-03-27
* Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due toDuncan Sands2009-03-27
* -write-graph now can be used with -o.Mikhail Glushenkov2009-03-27
* Shrink wrapping in PEI: initial release. Finishing development, enable with -...John Mosby2009-03-27
* One more place to skip debug info.Dale Johannesen2009-03-27
* While hoisting an instruction, update alias info set tracker.Devang Patel2009-03-26
* -no-implicit-float means explicit fp operations are legal.Evan Cheng2009-03-26
* Fix misc. small issues with debug visualization.Mikhail Glushenkov2009-03-26
* tADDhirr is a thumb instruction. Do not allow this code to be reached in non-...Evan Cheng2009-03-26
* Don't assign a new stack slot if the pre-alloc splitter already assigned one.Owen Anderson2009-03-26
* Pull transform from target-dependent code into target-independent code.Bill Wendling2009-03-26
* fix warning in -asserts mode.Chris Lattner2009-03-26
* fix some warnings in release-asserts mode.Chris Lattner2009-03-26
* fix an apparently real bug exposed by a warning in -asserts mode.Chris Lattner2009-03-26