aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-14Thumb2 assembly parsing and encoding for PKH.Jim Grosbach
2011-09-14ARMv7a has the PKH instructions.Jim Grosbach
2011-09-14Add support to emit debug info for C++0x nullptr type.Devang Patel
2011-09-14ARM tighten up the register classes for the PKH instructions.Jim Grosbach
2011-09-14Fix a crasher in Thumb2 MOV-immediate encoding for certain inputs.Owen Anderson
2011-09-14Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling
2011-09-14Thumb2 assembly parsing and encoding for ORR.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for ORN.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for NOP.W.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MVN.Jim Grosbach
2011-09-14Nested IT blocks are UNPREDICTABLE. Mark them as such when disassembling them.Owen Anderson
2011-09-14Thumb2 assembly parsing and encoding for MUL.Jim Grosbach
2011-09-14DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...Benjamin Kramer
2011-09-14Add a simple routine to determine the typical system directory forDouglas Gregor
2011-09-14Thumb2 assembly parsing and encoding for MSR/MRS.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MRC/MRC2/MRRC/MRRC2.Jim Grosbach
2011-09-14Thumb2 assembly parsing and encoding for MOVT.Jim Grosbach
2011-09-14Thumb2 assembly parsing for MOV in IT block.Jim Grosbach
2011-09-14DWARF: Reorder fields to reduce padding.Benjamin Kramer
2011-09-14Don't mark objc_retainBlock as nounwind. It calls user copy constructorsDan Gohman
2011-09-14objc_retainBlock is not NoModRef because it can update forwarding pointersDan Gohman
2011-09-14ARM fix assembly parser handling of ranges in register lists.Jim Grosbach
2011-09-14DWARF: Improve indentation of DIE dumping so it's easier to see the structure.Benjamin Kramer
2011-09-14Ignore the cloning of unknown registers.Jakob Stoklund Olesen
2011-09-14llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer
2011-09-14Add comment.Akira Hatanaka
2011-09-14Hoist back-copies to the least busy dominator.Jakob Stoklund Olesen
2011-09-14Move state var to private class member.Jim Grosbach
2011-09-14Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor
2011-09-14Add integer promotion support for vselectNadav Rotem
2011-09-14Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper
2011-09-14Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper
2011-09-14Add test case for PR10851.Craig Topper
2011-09-14One more patch towards JIT support for Mips.Bruno Cardoso Lopes
2011-09-14Teach the foldable tables about 128-bit AVX instructions and make theBruno Cardoso Lopes
2011-09-14Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes
2011-09-14Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer
2011-09-14Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer
2011-09-14DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer
2011-09-14Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel
2011-09-14Remove unnecessary old test.Devang Patel
2011-09-14DebugInfo: Don't print DIEs multiple times.Benjamin Kramer
2011-09-13Fix indenting.Eric Christopher
2011-09-13First step in supporting #line directives in assembler. This step parses theKevin Enderby
2011-09-13unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few cons...NAKAMURA Takumi
2011-09-13Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen
2011-09-13Update tests. Remove irrelevant tests.Devang Patel
2011-09-13Remove unnecessary scope resolution operator.Jim Grosbach