aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filecheckize, remove an old and useless testChris Lattner2010-11-142-4/+4
* this test is pretty pointless and "propogation" isn't a word (or so Misha cla...Chris Lattner2010-11-141-19/+0
* Second attempt at providing correct encodings for Thumb2 binary operators.Owen Anderson2010-11-141-51/+105
* Handle a peculiar comdat case: Creating a section with an undefinedRafael Espindola2010-11-143-35/+108
* FileCheck: Eliminate DOSish \r from input file.NAKAMURA Takumi2010-11-141-0/+5
* Simplify getSymbolIndexInSymbolTable by setting the actual index ofRafael Espindola2010-11-141-11/+6
* Fix warning.Rafael Espindola2010-11-141-0/+4
* Testcase to go along with commit 118923 ("Have GVN simplify instructionsDuncan Sands2010-11-131-0/+15
* Recognise 32-bit ror-based bswap implementation used by uclibcPeter Collingbourne2010-11-132-0/+36
* Support ; as asm separatorPeter Collingbourne2010-11-131-1/+1
* Generalize the reassociation transform in SimplifyCommutative (now renamed toDuncan Sands2010-11-136-46/+138
* Fix typo pointed out by Trevor Harmon.Duncan Sands2010-11-131-1/+1
* Comment out the defms until they're activated.Bill Wendling2010-11-133-3/+7
* Add uses of the *_ldst_multi multiclasses. These aren't used yet.Bill Wendling2010-11-134-0/+48
* Convert the modes to lower case.Bill Wendling2010-11-134-22/+22
* Minor cleanups:Bill Wendling2010-11-132-11/+14
* Add *_ldst_mult multiclasses to the ARM back-end. These will be used in theBill Wendling2010-11-135-0/+229
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-138-323/+131
* Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck2010-11-132-0/+1082
* Conditional moves are slightly more expensive than moves.Evan Cheng2010-11-136-10/+11
* Fix warning and add support for printing gnu_unique_object.Rafael Espindola2010-11-131-0/+2
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-134-0/+6
* Trailing whitespace.Jim Grosbach2010-11-131-18/+18
* This test stops after disassembling 1 instructions onDale Johannesen2010-11-131-1079/+0
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-135-6/+25
* Add test cases that should have been committed with 118969.Wesley Peck2010-11-131-0/+1079
* JIT: More nitty style tweakage, aka territory marking.Daniel Dunbar2010-11-132-248/+207
* report_fatal_error: Simplify a possible ambiguity.Daniel Dunbar2010-11-132-0/+6
* More style nittiness.Daniel Dunbar2010-11-131-8/+2
* Clean up some doxyments/style.Daniel Dunbar2010-11-131-23/+27
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-134-18/+91
* Add conditional move of large immediate.Evan Cheng2010-11-135-33/+79
* Swap multiclass operand order for consistency with other patterns.Jim Grosbach2010-11-131-3/+3
* Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexedJim Grosbach2010-11-131-18/+12
* Fix the encoding of negative line deltas.Rafael Espindola2010-11-132-1/+33
* Fix some more 80-col violas.Daniel Dunbar2010-11-131-4/+11
* Fix 80-col violation / non-sensicalness.Daniel Dunbar2010-11-131-3/+3
* More ARM load/store indexed refactoring. Also fix an incorrect IndexModeJim Grosbach2010-11-132-75/+54
* Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure.Dan Gohman2010-11-131-5/+5
* Update CMake.Daniel Dunbar2010-11-131-1/+1
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-1343-89/+49
* Fix an obvious typo which inverted an immediate.Evan Cheng2010-11-132-5/+18
* This should be still failing, but is. Disable it with theEric Christopher2010-11-131-2/+2
* 1. Adding missing immediate mode asm parser test cases.Wesley Peck2010-11-132-2/+57
* Temporarily revert this.Eric Christopher2010-11-121-5/+4
* For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w...Evan Cheng2010-11-123-15/+11
* Fixing improperly encoded reverse subtract instructions in MBlaze backend.Wesley Peck2010-11-123-17/+16
* Revert r118939 while I work out why it broke some buildbots.Owen Anderson2010-11-121-65/+52
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-1220-200/+1122
* Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...Devang Patel2010-11-122-40/+9