aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-151-11/+1
* 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-151-21/+0
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-0/+16
* 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-155-0/+707
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-151-0/+3
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-151-2/+5
* Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...Eli Friedman2011-09-141-3/+6
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-141-1/+1
* Thumb2 assembly parsing and encoding for PKH.Jim Grosbach2011-09-141-4/+14
* 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-143-5/+39
* 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-141-1/+1
* 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 MVN.Jim Grosbach2011-09-141-42/+47
* 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-141-1/+23
* 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-141-0/+30
* Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach2011-09-142-28/+18
* Thumb2 assembly parsing for MOV in IT block.Jim Grosbach2011-09-141-2/+3
* 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-141-1/+2
* ARM fix assembly parser handling of ranges in register lists.Jim Grosbach2011-09-141-55/+98
* 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-141-0/+7
* 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-141-1/+1
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-141-12/+19
* Add integer promotion support for vselectNadav Rotem2011-09-142-0/+10
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-141-2/+2
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-141-0/+6
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-146-130/+287
* Teach the foldable tables about 128-bit AVX instructions and make theBruno Cardoso Lopes2011-09-142-50/+294
* Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes2011-09-141-1/+3
* Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer2011-09-141-0/+1
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-143-3/+192
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-141-3/+1
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-147-2/+551