summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [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
* 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 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 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
* Add integer promotion support for vselectNadav Rotem2011-09-14
* Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND fr...Craig Topper2011-09-14
* Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix...Craig Topper2011-09-14
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Teach the foldable tables about 128-bit AVX instructions and make theBruno Cardoso Lopes2011-09-14
* Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m...Bruno Cardoso Lopes2011-09-14
* Don't rely in <algorithm> being pulled in transitively.Benjamin Kramer2011-09-14
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* DebugInfo: Don't print DIEs multiple times.Benjamin Kramer2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Distinguish complex mapped values from forced recomputation.Jakob Stoklund Olesen2011-09-13
* Remove unnecessary scope resolution operator.Jim Grosbach2011-09-13
* Implement -split-spill-mode=size.Jakob Stoklund Olesen2011-09-13
* Fix check for unaligned load/store so it doesn't catch over-aligned load/store.Eli Friedman2011-09-13
* Style & indentation tweaks.Benjamin Kramer2011-09-13
* Add a check to make sure schedulePass() has not deleted stale RequiredPass.Devang Patel2011-09-13
* Error out on CodeGen of unaligned load/store. Fix test so it isn't accidenta...Eli Friedman2011-09-13
* Correct disassembly printing of Thumb2 post-incremented LDRD and STRD.Owen Anderson2011-09-13
* There's only 16 regs legal in a register list.Jim Grosbach2011-09-13
* Tidy up a few 80 column violations.Jim Grosbach2011-09-13