aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attemt to provide correct encodings for Thumb2 binary operators.Owen Anderson2010-11-121-52/+65
* Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o...Evan Cheng2010-11-125-72/+34
* Make this happen for ARM like x86. Don't entirely bail out whenEric Christopher2010-11-121-4/+5
* Add conditional mvn instructions.Evan Cheng2010-11-124-19/+120
* Zap a copy/paste-o bit of dead code.Jim Grosbach2010-11-121-2/+0
* Refactor to parameterize some ARM load/store encoding patterns. PreparatoryJim Grosbach2010-11-122-86/+24
* First stab at providing correct Thumb2 encodings, start with adc.Owen Anderson2010-11-124-19/+136
* Have GVN simplify instructions as it goes. For example, considerDuncan Sands2010-11-121-18/+20
* Add some missing isel predicates on def : pat patterns to avoid generating VF...Evan Cheng2010-11-128-117/+208
* Kill more unused stuff.Jim Grosbach2010-11-121-43/+0
* MCELF: Copy the symbol name only if we're going to modify it.Benjamin Kramer2010-11-121-9/+8
* Remove unused class.Jim Grosbach2010-11-121-8/+0
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-124-4/+45
* When the definition of an address value is in a different blockDan Gohman2010-11-121-5/+5
* accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner2010-11-123-3/+7
* Remove what looks like dead code in the production of debug lines.Rafael Espindola2010-11-121-45/+2
* typo (4th checkin for one fix)Andrew Trick2010-11-121-1/+1
* Emacs auto-fill bug.Andrew Trick2010-11-121-1/+2
* Fill in the default predication bits for ARM unconditional branch.Jim Grosbach2010-11-121-0/+1
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-121-0/+31
* Encoding for ARM LDRSB instructions.Jim Grosbach2010-11-121-7/+12
* Fixes PR8287: SD scheduling time. The fix is a failsafe that preventsAndrew Trick2010-11-121-13/+53
* implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix.Chris Lattner2010-11-122-0/+6
* tidy up.Chris Lattner2010-11-122-10/+7
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-123-17/+42
* Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,Dan Gohman2010-11-121-1/+1
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-127-116/+278