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