summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* DWARF: Make DIE printing more bulletproof.Benjamin Kramer2011-09-15
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* RemoveCopyByCommutingDef doesn't need hasPHIKill().Jakob Stoklund Olesen2011-09-15
* It is safe to remat a value killed by phis.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* DWARF: Print the number for unknown abbrev fields.Benjamin Kramer2011-09-15
* DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer2011-09-15
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-15
* DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer2011-09-15
* DWARF: Fix indentation.Benjamin Kramer2011-09-15
* DWARF: Include <algorithm> explicitly.Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...Eli Friedman2011-09-14
* Thumb2 assembly parsing and encoding for PLI.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for PLD.Jim Grosbach2011-09-14
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Thumb2 assembly parsing and encoding for PKH.Jim Grosbach2011-09-14
* ARMv7a has the PKH instructions.Jim Grosbach2011-09-14
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* ARM tighten up the register classes for the PKH instructions.Jim Grosbach2011-09-14
* Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson2011-09-14
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-14
* Thumb2 assembly parsing and encoding for ORR.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for ORN.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for NOP.W.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MVN.Jim Grosbach2011-09-14
* Nested IT blocks are UNPREDICTABLE. Mark them as such when disassembling them.Owen Anderson2011-09-14
* Thumb2 assembly parsing and encoding for MUL.Jim Grosbach2011-09-14
* DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-14
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-09-14
* Thumb2 assembly parsing and encoding for MOVT.Jim Grosbach2011-09-14
* Thumb2 assembly parsing for MOV in IT block.Jim Grosbach2011-09-14
* DWARF: Reorder fields to reduce padding.Benjamin Kramer2011-09-14
* Don't mark objc_retainBlock as nounwind. It calls user copy constructorsDan Gohman2011-09-14
* objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman2011-09-14
* ARM fix assembly parser handling of ranges in register lists.Jim Grosbach2011-09-14
* DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer2011-09-14
* Ignore the cloning of unknown registers.Jakob Stoklund Olesen2011-09-14
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer2011-09-14
* Add comment.Akira Hatanaka2011-09-14
* Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen2011-09-14
* Move state var to private class member.Jim Grosbach2011-09-14
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14