aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-155-18/+30
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-151-1/+8
* Trace through sibling PHIs in bulk.Jakob Stoklund Olesen2011-09-151-23/+50
* ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'Jim Grosbach2011-09-151-0/+3
* Re-order test.Jim Grosbach2011-09-151-17/+18
* Thumb2 push/pop mnemonic recognition.Jim Grosbach2011-09-151-0/+6
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-151-1/+1
* Speed up LiveIntervals::shrinkToUse with some caching.Jakob Stoklund Olesen2011-09-151-6/+8
* Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."Jakob Stoklund Olesen2011-09-151-8/+8
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-151-5/+18
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-151-1/+1
* Add some more DWARF extensions from:Nick Lewycky2011-09-152-1/+59
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-152-11/+2
* RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen2011-09-151-8/+8
* It is safe to remat a value killed by phis.Jakob Stoklund Olesen2011-09-151-3/+1
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-152-22/+0
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-152-1/+33
* DWARF: Print the number for unknown abbrev fields.Benjamin Kramer2011-09-151-5/+18
* DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer2011-09-151-4/+9
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-152-0/+6
* DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer2011-09-151-1/+1
* DWARF: Fix indentation.Benjamin Kramer2011-09-152-82/+81
* DWARF: Include <algorithm> explicitly.Benjamin Kramer2011-09-151-0/+1
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-156-1/+709
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-152-0/+14
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-153-2/+128
* Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...Eli Friedman2011-09-141-3/+6
* Thumb2 assembly parsing and encoding for PLI.Jim Grosbach2011-09-141-0/+44
* Thumb2 assembly parsing and encoding for PLD.Jim Grosbach2011-09-141-0/+42
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-142-2/+5
* Thumb2 assembly parsing and encoding for PKH.Jim Grosbach2011-09-142-4/+36
* ARMv7a has the PKH instructions.Jim Grosbach2011-09-141-2/+2
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-144-5/+42
* ARM tighten up the register classes for the PKH instructions.Jim Grosbach2011-09-141-21/+22
* Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson2011-09-142-1/+3
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-141-0/+3
* Thumb2 assembly parsing and encoding for ORR.Jim Grosbach2011-09-141-0/+20
* Thumb2 assembly parsing and encoding for ORN.Jim Grosbach2011-09-141-0/+22
* Thumb2 assembly parsing and encoding for NOP.W.Jim Grosbach2011-09-142-3/+7
* Thumb2 assembly parsing and encoding for MVN.Jim Grosbach2011-09-142-42/+92
* Nested IT blocks are UNPREDICTABLE. Mark them as such when disassembling them.Owen Anderson2011-09-141-0/+4
* Thumb2 assembly parsing and encoding for MUL.Jim Grosbach2011-09-142-1/+38
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-147-1/+87
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-142-1/+39
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-144-30/+66
* Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-09-142-0/+33
* Thumb2 assembly parsing and encoding for MOVT.Jim Grosbach2011-09-141-0/+13
* Thumb2 assembly parsing for MOV in IT block.Jim Grosbach2011-09-142-2/+12
* DWARF: Reorder fields to reduce padding.Benjamin Kramer2011-09-141-2/+2
* Don't mark objc_retainBlock as nounwind. It calls user copy constructorsDan Gohman2011-09-141-2/+4