aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-211-1/+7
* DebugInfo: Add equality operators and default constructor to DILineInfo.Benjamin Kramer2011-09-211-0/+10
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-201-5/+9
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-201-0/+8
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+2
* include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...NAKAMURA Takumi2011-09-201-0/+3
* include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi2011-09-203-9/+9
* include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi2011-09-202-2/+2
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-8/+0
* Remove more of llvmc and dependencies.Eric Christopher2011-09-209-763/+0
* Regenerate configure.Eric Christopher2011-09-191-3/+3
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-194-8/+8
* Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek2011-09-162-0/+286
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-153-19/+9
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-151-3/+3
* Unbreak the build for compilers that don't include cstdint everywhere.Benjamin Kramer2011-09-151-0/+1
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+22
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-151-1/+17
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-152-1/+17
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-151-1/+1
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-151-1/+1
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-1/+27
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-151-0/+1
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-151-1/+0
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-1/+17
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-151-0/+8
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-141-1/+4
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-141-0/+3
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-141-1/+9
* Move state var to private class member.Jim Grosbach2011-09-141-0/+1
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-141-5/+5
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-142-0/+31
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-141-144/+6
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-0/+1
* Fix indenting.Eric Christopher2011-09-131-2/+2
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-131-0/+1
* Remove include of header that doesn't exist (yet).Benjamin Kramer2011-09-131-1/+0
* Sketch out a DWARF parser.Benjamin Kramer2011-09-131-0/+42
* Add the DataExtractor utility class.Benjamin Kramer2011-09-131-0/+352
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-131-4/+4
* Maintain hexadecimal order.Devang Patel2011-09-131-1/+1
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
* CR fixes per Bruno's request.Nadav Rotem2011-09-111-1/+5
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-091-1/+3
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-081-4/+4
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-082-16/+90
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-072-7/+14
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-071-1/+1
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-071-2/+4
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-064-19/+62