aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-26Give packagers some advice about how to build LLVM so it's useful toJeffrey Yasskin
2010-02-26Add another (and hopefully the last) exception case, where once we recalculateBill Wendling
2010-02-26And should use the correct variable.Bill Wendling
2010-02-26Got assertion check backwards.Bill Wendling
2010-02-25Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling
2010-02-25Fix a few more typos.Dan Gohman
2010-02-25Fix a typo.Dan Gohman
2010-02-25Added SAFECode (safecode) to the list of projects to automatically configure.John Criswell
2010-02-25rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner
2010-02-25tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar
2010-02-25Fix HTML.Bill Wendling
2010-02-25Make comment more meaningful.Bill Wendling
2010-02-25Add svn:ignore.Dan Gohman
2010-02-25Fix ExpandVectorBuildThroughStack for the case where theDan Gohman
2010-02-25Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE,Johnny Chen
2010-02-25Added the 32-bit Thumb instructions (BXJ) for disassembly only.Johnny Chen
2010-02-25change the scope node to include a list of children to be checkedChris Lattner
2010-02-25Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only.Johnny Chen
2010-02-25This is a patch to the assembler frontend to detect when aligning a textKevin Enderby
2010-02-25stkrc is gone.Dan Gohman
2010-02-25Add the union keyword.Dan Gohman
2010-02-25Merge the advanced getelementptr FAQ into the regularDan Gohman
2010-02-25Fix TextAlignFillValue in a few placesDaniel Dunbar
2010-02-25Add simple script for finding most-recent-rev-before-N in a git-svn repo; usefulDaniel Dunbar
2010-02-25Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE,Johnny Chen
2010-02-25remove a dead PatLeaf, I previously changed all uses to use -1 instead.Chris Lattner
2010-02-25Fix a typo.Dan Gohman
2010-02-25Clarify the description of pointer types, and move theDan Gohman
2010-02-25Teach the constant folder about union types.Dan Gohman
2010-02-25Remove code which assumes it knows how vectors are stored in memory.Dan Gohman
2010-02-25Add more information to the getSizeOf comment.Dan Gohman
2010-02-25Remove this paragraph. Vectors may not always have the same layout asDan Gohman
2010-02-25Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman
2010-02-25Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky
2010-02-25Implement the first half of redundancy factoring: efficiently Chris Lattner
2010-02-25Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman
2010-02-25factor the print method better.Chris Lattner
2010-02-25Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky
2010-02-25add methods to do equality checks and get hashes of MatchersChris Lattner
2010-02-25Modernize comment.Nick Lewycky
2010-02-25Correct whitespace.Nick Lewycky
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin
2010-02-25Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta
2010-02-25Added tNOP for disassembly only.Johnny Chen
2010-02-25Truncate from i64 to i32 is "free" on x86-32, because it involves Dan Gohman
2010-02-25Revert this patch for the time being. Needs more testing.Scott Michel
2010-02-25Added tSVC and tTRAP for disassembly only.Johnny Chen
2010-02-25formatting.Chris Lattner
2010-02-25rename fooMatcherNode to fooMatcher.Chris Lattner
2010-02-25add some noop code to push it out of my tree.Chris Lattner