summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* More templatization.Owen Anderson2007-11-15
* Adding debug output during coalescing.Bill Wendling2007-11-15
* Need to increment the iterator.Bill Wendling2007-11-15
* I discover array_lengthof, thanks to gabor on #llvm.Duncan Sands2007-11-14
* Oops. Debugging code shouldn't have been checked in.Evan Cheng2007-11-14
* Removed debug #define that was accidentally checked in while debuggingTed Kremenek2007-11-14
* Simplify the attribute verification code.Duncan Sands2007-11-14
* RegenerateAnton Korobeynikov2007-11-14
* Add pure/const attributes. Documentation will follow.Anton Korobeynikov2007-11-14
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-14
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-14
* Added two new overloaded versions of BatchEmitOwnedPtrs andTed Kremenek2007-11-14
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-14
* Allow the block extractor take to take a list of basic blocks to not extractNick Lewycky2007-11-14
* Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.llChris Lattner2007-11-14
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-14
* Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from myChris Lattner2007-11-13
* Run computeDomForest() on the set of registers that need to be tested forOwen Anderson2007-11-13
* Preserve LiveVariables when doing critical edge splitting.Owen Anderson2007-11-13
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-13
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-13
* Fix x86-64 jit: remove reliance on Dwarf numbers.Evan Cheng2007-11-13
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-13
* Implement PR1786 by iterating between dead cycle eliminationChris Lattner2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Completely forgot, that we have some debug information emission on PPC. This ...Anton Korobeynikov2007-11-12
* Added JumpTable supportBruno Cardoso Lopes2007-11-12
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-12
* Break critical edges coming into blocks with PHI nodes.Owen Anderson2007-11-12
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Refactor some code.Evan Cheng2007-11-12
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-12
* Clarify the meaning of '-2' register numberAnton Korobeynikov2007-11-11
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-10
* Updated method signature to conform with the typedef in the method prototype.Ted Kremenek2007-11-10
* Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer2007-11-10
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-10
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-09
* Unbreak x86-64 jumptable.Evan Cheng2007-11-09
* Silence a warningAnton Korobeynikov2007-11-09
* Revert previous rewrite per chris's comments.Dale Johannesen2007-11-09
* Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner2007-11-09
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-09
* Fix indentAnton Korobeynikov2007-11-09
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-09
* And delete this oneAnton Korobeynikov2007-11-09
* Fix some load/store logic that would be wrong forDuncan Sands2007-11-09
* Add terminating newline.Duncan Sands2007-11-09
* Much improved pic jumptable codegen:Evan Cheng2007-11-09