aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Added SAFECode (safecode) to the list of projects to automatically configure.John Criswell2010-02-252-1/+5
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-252-79/+90
* tests: Propogate the HOME environment variable through to tests. I'm ambivalentDaniel Dunbar2010-02-251-0/+3
* Fix HTML.Bill Wendling2010-02-251-13/+13
* Make comment more meaningful.Bill Wendling2010-02-251-1/+2
* Add svn:ignore.Dan Gohman2010-02-250-0/+0
* Fix ExpandVectorBuildThroughStack for the case where theDan Gohman2010-02-251-3/+3
* Added the following 32-bit Thumb instructions for disassembly only: SMC, RFE,Johnny Chen2010-02-251-0/+59
* Added the 32-bit Thumb instructions (BXJ) for disassembly only.Johnny Chen2010-02-251-0/+11
* change the scope node to include a list of children to be checkedChris Lattner2010-02-257-135/+179
* Added the 32-bit Thumb instructions (MRS and MSR) for disassembly only.Johnny Chen2010-02-251-0/+50
* This is a patch to the assembler frontend to detect when aligning a textKevin Enderby2010-02-252-3/+165
* stkrc is gone.Dan Gohman2010-02-251-1/+0
* Add the union keyword.Dan Gohman2010-02-251-0/+1
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-253-382/+384
* Fix TextAlignFillValue in a few placesDaniel Dunbar2010-02-251-0/+4
* Add simple script for finding most-recent-rev-before-N in a git-svn repo; usefulDaniel Dunbar2010-02-251-0/+50
* Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE,Johnny Chen2010-02-251-0/+42
* remove a dead PatLeaf, I previously changed all uses to use -1 instead.Chris Lattner2010-02-251-1/+0
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Clarify the description of pointer types, and move theDan Gohman2010-02-251-4/+7
* Teach the constant folder about union types.Dan Gohman2010-02-252-6/+82
* Remove code which assumes it knows how vectors are stored in memory.Dan Gohman2010-02-251-12/+2
* Add more information to the getSizeOf comment.Dan Gohman2010-02-251-2/+3
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-251-4/+0
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-256-106/+20
* Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky2010-02-252-2/+2
* Implement the first half of redundancy factoring: efficiently Chris Lattner2010-02-251-4/+89
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-256-30/+128
* factor the print method better.Chris Lattner2010-02-252-100/+69
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-251-6/+10
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-252-8/+245
* Modernize comment.Nick Lewycky2010-02-251-1/+1
* Correct whitespace.Nick Lewycky2010-02-251-1/+1
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-2510-13/+155
* Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta2010-02-251-1/+1
* Added tNOP for disassembly only.Johnny Chen2010-02-251-1/+8
* Truncate from i64 to i32 is "free" on x86-32, because it involves Dan Gohman2010-02-251-2/+2
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-253-150/+11
* Added tSVC and tTRAP for disassembly only.Johnny Chen2010-02-251-0/+18
* formatting.Chris Lattner2010-02-251-6/+3
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-256-401/+397
* add some noop code to push it out of my tree.Chris Lattner2010-02-251-0/+23
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-256-41/+40
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-253-11/+150
* Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin2010-02-251-0/+2
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-251-7/+5
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-251-0/+4
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-243-41/+52