| Commit message (Expand) | Author | Age | Files | Lines |
* | This is not actually unreachable, so don't use llvm_unreachable for it. Since | Nick Lewycky | 2011-08-19 | 1 | -1/+2 |
* | Tidy up. Formatting. | Jim Grosbach | 2011-08-19 | 1 | -2/+2 |
* | Tab characters. | Jim Grosbach | 2011-08-19 | 1 | -2/+2 |
* | Thumb assembly parsing and encoding for LSR. | Jim Grosbach | 2011-08-19 | 1 | -0/+18 |
* | Thumb assembly parsing and encoding for LSL(register). | Jim Grosbach | 2011-08-19 | 1 | -0/+8 |
* | Thumb assembly parsing and encoding for LSL(immediate). | Jim Grosbach | 2011-08-19 | 4 | -2/+23 |
* | Thumb assembly parsing and encoding for LDRSB and LDRSH. | Jim Grosbach | 2011-08-19 | 2 | -0/+11 |
* | Thumb assembly parsing and encoding for LDRH. | Jim Grosbach | 2011-08-19 | 3 | -0/+38 |
* | Thumb assembly parsing and encoding for LDRB. | Jim Grosbach | 2011-08-19 | 3 | -0/+38 |
* | Thumb assembly parsing and encoding for LDR(register). | Jim Grosbach | 2011-08-19 | 1 | -0/+8 |
* | Fixed a memory bug in the MCDisassembler where | Sean Callanan | 2011-08-19 | 1 | -1/+5 |
* | Thumb assembly parsing and encoding for LDR(literal). | Jim Grosbach | 2011-08-19 | 2 | -1/+9 |
* | Thumb assembly parsing and encoding for LDR(immediate) form T2. | Jim Grosbach | 2011-08-19 | 3 | -1/+25 |
* | Use helper function to check for low registers. | Jim Grosbach | 2011-08-19 | 1 | -1/+1 |
* | Thumb assembly parsing and encoding for LDR(immediate) form T1. | Jim Grosbach | 2011-08-19 | 3 | -1/+33 |
* | Fixed some punctuation. Sentences can be combined with semi-colons but not | John Criswell | 2011-08-19 | 1 | -2/+2 |
* | Add explanatory comment. | Jim Grosbach | 2011-08-19 | 1 | -0/+5 |
* | Have SPU backend use the external TCE scheduler, if the library is loaded as a | Kalle Raiskila | 2011-08-19 | 1 | -0/+11 |
* | Add TB encoding to VEX versions of SSE fp logical operations to fix disassembler | Craig Topper | 2011-08-19 | 2 | -6/+12 |
* | Add test case for r138018. | Jakob Stoklund Olesen | 2011-08-19 | 1 | -0/+80 |
* | Fix PR10677. Initial patch and idea by Peter Cooper but I've changed the | Bruno Cardoso Lopes | 2011-08-19 | 2 | -3/+24 |
* | Add llc flags to disable machine DCE and CSE. | Jakob Stoklund Olesen | 2011-08-19 | 1 | -2/+8 |
* | Make a bunch of symbols private. | Benjamin Kramer | 2011-08-19 | 5 | -5/+7 |
* | C API functions must be able to see their extern "C" definitions, or it will ... | Benjamin Kramer | 2011-08-19 | 3 | -0/+5 |
* | Don't treat a partial <def,undef> operand as a read. | Jakob Stoklund Olesen | 2011-08-19 | 1 | -1/+2 |
* | Track a retain+release nesting level independently of the | Dan Gohman | 2011-08-19 | 2 | -36/+132 |
* | Intelligently split the landing pad block. | Bill Wendling | 2011-08-19 | 1 | -5/+16 |
* | Add SplitLandingPadPredecessors(). | Bill Wendling | 2011-08-19 | 2 | -1/+112 |
* | Re-encoded 128-bit AVX versions of SQRT, RSQRT, RCP have 3 operands | Bruno Cardoso Lopes | 2011-08-18 | 1 | -31/+64 |
* | There is no need to add file as context for subroutine type. The subroutine t... | Devang Patel | 2011-08-18 | 1 | -2/+2 |
* | add the comments of each declaration follow it, making it easier to read and ... | Renato Golin | 2011-08-18 | 1 | -49/+44 |
* | Use 'getFirstInsertionPt' when trying to insert new instructions during LICM. | Bill Wendling | 2011-08-18 | 1 | -3/+3 |
* | Use subword loads instead of a 4-byte load when the size of a structure (or a | Akira Hatanaka | 2011-08-18 | 2 | -29/+101 |
* | Eliminate unnecessary forwarding function. | Devang Patel | 2011-08-18 | 3 | -19/+6 |
* | Add NativeClient operating system support. | Ivan Krasin | 2011-08-18 | 4 | -1/+7 |
* | STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST fo... | Owen Anderson | 2011-08-18 | 2 | -0/+7 |
* | Fix the decoding of RFE instruction. RFEs have the load bit set, while SRSs ... | Owen Anderson | 2011-08-18 | 2 | -8/+45 |
* | Add new DIE into the map asap. | Devang Patel | 2011-08-18 | 1 | -8/+6 |
* | Remember to fill in some operands so we can print _something_ coherent even w... | Owen Anderson | 2011-08-18 | 1 | -1/+4 |
* | Improve handling of failure and unpredictable cases for CPS, STR, and SMLA in... | Owen Anderson | 2011-08-18 | 2 | -12/+19 |
* | FastISel: avoid function calls between the materialization of the constant an... | Ivan Krasin | 2011-08-18 | 4 | -8/+64 |
* | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 7 | -11/+61 |
* | Make it clear that this code is iterating in reverse order through the array. | Dan Gohman | 2011-08-18 | 1 | -2/+3 |
* | Update autoconfig/config.{sub,guess} to the latest version | Ivan Krasin | 2011-08-18 | 2 | -176/+255 |
* | Revert r137871. The loop simplify pass should require all exits from a loop that | Bill Wendling | 2011-08-18 | 1 | -15/+3 |
* | Split out the updating of PHI nodes after splitting the BB into a separate | Bill Wendling | 2011-08-18 | 1 | -43/+53 |
* | Use this fantzy ArrayRef thing to pass in the list of predecessors. | Bill Wendling | 2011-08-18 | 1 | -9/+14 |
* | Make IsShiftedMask a static function rather than defining it in an | Akira Hatanaka | 2011-08-18 | 1 | -16/+14 |
* | More Thumb1 decoding tests. | Owen Anderson | 2011-08-18 | 1 | -0/+25 |
* | The edge from DISubprogram to DICompileUnit has been removed in recent versions | Nick Lewycky | 2011-08-18 | 1 | -1/+1 |