aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-142-1/+41
* ARM fix assembly parser handling of ranges in register lists.Jim Grosbach2011-09-143-64/+107
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer2011-09-141-8/+8
* Ignore the cloning of unknown registers.Jakob Stoklund Olesen2011-09-141-0/+4
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer2011-09-142-4/+15
* Add comment.Akira Hatanaka2011-09-141-0/+1
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-142-2/+66
* Move state var to private class member.Jim Grosbach2011-09-142-1/+2
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-143-18/+48
* Add integer promotion support for vselectNadav Rotem2011-09-143-0/+27
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-143-7/+20
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-142-0/+9