summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Import the boost scoped_ptr class to LLVM. This patch was prepared byChris Lattner2007-11-15
* More templatization.Owen Anderson2007-11-15
* many edits, patch by Kelly Wilson!Chris Lattner2007-11-15
* Adding debug output during coalescing.Bill Wendling2007-11-15
* Need to increment the iterator.Bill Wendling2007-11-15
* Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls toTed Kremenek2007-11-15
* I discover array_lengthof, thanks to gabor on #llvm.Duncan Sands2007-11-14
* Tweak the descriptions of the new 'const' and 'pure' attributes.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
* Un XFAIL these tests, now that Bill has backportedDuncan Sands2007-11-14
* Document pure/const parameter attributesAnton Korobeynikov2007-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
* XFAIL these tests until the fix gets backportedDuncan Sands2007-11-14
* Document a limitation, patch contributed by George RussellChris Lattner2007-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
* Fixed a compilation error.Hartmut Kaiser2007-11-13
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-13
* Updated VC++ build systemHartmut Kaiser2007-11-13
* Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from myChris Lattner2007-11-13
* upgrade testChris 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
* Wow. I definitely shouldn't write code when I'm tird.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
* Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin.Chris Lattner2007-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
* Many typos, grammaro, and wording fixes. Patch byChris Lattner2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-13
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-13
* Move SYSCTL stuff close to where it's used.Bill Wendling2007-11-12
* Build universal llvm.Devang Patel2007-11-12
* 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
* Typo fix in the tutorial.Gordon Henriksen2007-11-12
* Compile fix.Duncan Sands2007-11-12