| Commit message (Expand) | Author | Age | Files | Lines |
* | report_fatal_error: Simplify a possible ambiguity. | Daniel Dunbar | 2010-11-13 | 2 | -0/+6 |
* | More style nittiness. | Daniel Dunbar | 2010-11-13 | 1 | -8/+2 |
* | Clean up some doxyments/style. | Daniel Dunbar | 2010-11-13 | 1 | -23/+27 |
* | 1. Adding test cases for MBlaze MC disassembler. | Wesley Peck | 2010-11-13 | 4 | -18/+91 |
* | Add conditional move of large immediate. | Evan Cheng | 2010-11-13 | 5 | -33/+79 |
* | Swap multiclass operand order for consistency with other patterns. | Jim Grosbach | 2010-11-13 | 1 | -3/+3 |
* | Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed | Jim Grosbach | 2010-11-13 | 1 | -18/+12 |
* | Fix the encoding of negative line deltas. | Rafael Espindola | 2010-11-13 | 2 | -1/+33 |
* | Fix some more 80-col violas. | Daniel Dunbar | 2010-11-13 | 1 | -4/+11 |
* | Fix 80-col violation / non-sensicalness. | Daniel Dunbar | 2010-11-13 | 1 | -3/+3 |
* | More ARM load/store indexed refactoring. Also fix an incorrect IndexMode | Jim Grosbach | 2010-11-13 | 2 | -75/+54 |
* | Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure. | Dan Gohman | 2010-11-13 | 1 | -5/+5 |
* | Update CMake. | Daniel Dunbar | 2010-11-13 | 1 | -1/+1 |
* | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar | 2010-11-13 | 43 | -89/+49 |
* | Fix an obvious typo which inverted an immediate. | Evan Cheng | 2010-11-13 | 2 | -5/+18 |
* | This should be still failing, but is. Disable it with the | Eric Christopher | 2010-11-13 | 1 | -2/+2 |
* | 1. Adding missing immediate mode asm parser test cases. | Wesley Peck | 2010-11-13 | 2 | -2/+57 |
* | Temporarily revert this. | Eric Christopher | 2010-11-12 | 1 | -5/+4 |
* | For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w... | Evan Cheng | 2010-11-12 | 3 | -15/+11 |
* | Fixing improperly encoded reverse subtract instructions in MBlaze backend. | Wesley Peck | 2010-11-12 | 3 | -17/+16 |
* | Revert r118939 while I work out why it broke some buildbots. | Owen Anderson | 2010-11-12 | 1 | -65/+52 |
* | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck | 2010-11-12 | 20 | -200/+1122 |
* | Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio... | Devang Patel | 2010-11-12 | 2 | -40/+9 |
* | Attemt to provide correct encodings for Thumb2 binary operators. | Owen Anderson | 2010-11-12 | 1 | -52/+65 |
* | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng | 2010-11-12 | 5 | -72/+34 |
* | Make this happen for ARM like x86. Don't entirely bail out when | Eric Christopher | 2010-11-12 | 1 | -4/+5 |
* | Add conditional mvn instructions. | Evan Cheng | 2010-11-12 | 4 | -19/+120 |
* | Zap a copy/paste-o bit of dead code. | Jim Grosbach | 2010-11-12 | 1 | -2/+0 |
* | Refactor to parameterize some ARM load/store encoding patterns. Preparatory | Jim Grosbach | 2010-11-12 | 2 | -86/+24 |
* | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson | 2010-11-12 | 4 | -19/+136 |
* | Have GVN simplify instructions as it goes. For example, consider | Duncan Sands | 2010-11-12 | 1 | -18/+20 |
* | Add some missing isel predicates on def : pat patterns to avoid generating VF... | Evan Cheng | 2010-11-12 | 8 | -117/+208 |
* | Kill more unused stuff. | Jim Grosbach | 2010-11-12 | 1 | -43/+0 |
* | MCELF: Copy the symbol name only if we're going to modify it. | Benjamin Kramer | 2010-11-12 | 1 | -9/+8 |
* | Remove unused class. | Jim Grosbach | 2010-11-12 | 1 | -8/+0 |
* | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola | 2010-11-12 | 4 | -4/+45 |
* | When the definition of an address value is in a different block | Dan Gohman | 2010-11-12 | 1 | -5/+5 |
* | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner | 2010-11-12 | 3 | -3/+7 |
* | Remove what looks like dead code in the production of debug lines. | Rafael Espindola | 2010-11-12 | 1 | -45/+2 |
* | typo (4th checkin for one fix) | Andrew Trick | 2010-11-12 | 1 | -1/+1 |
* | Emacs auto-fill bug. | Andrew Trick | 2010-11-12 | 1 | -1/+2 |
* | Fill in the default predication bits for ARM unconditional branch. | Jim Grosbach | 2010-11-12 | 1 | -0/+1 |
* | Test case for PR8287: SD scheduling time. Fixed in r118904. | Andrew Trick | 2010-11-12 | 1 | -0/+31 |
* | Encoding for ARM LDRSB instructions. | Jim Grosbach | 2010-11-12 | 1 | -7/+12 |
* | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick | 2010-11-12 | 1 | -13/+53 |
* | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner | 2010-11-12 | 2 | -0/+6 |
* | tidy up. | Chris Lattner | 2010-11-12 | 2 | -10/+7 |
* | gnu as support both % and @ before types, do the same. | Rafael Espindola | 2010-11-12 | 3 | -17/+42 |
* | Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod, | Dan Gohman | 2010-11-12 | 1 | -1/+1 |
* | Fix memory access lowering on SPU, adding | Kalle Raiskila | 2010-11-12 | 7 | -116/+278 |