aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-09-27Object: Add archive support.Michael J. Spencer
2011-09-27Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem
2011-09-26Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman
2011-09-26Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy
2011-09-25Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen
2011-09-25Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2011-09-23Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...Anna Zaks
2011-09-23We're no longer going to bother supporting platforms that don'tEric Christopher
2011-09-22Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson
2011-09-22Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen
2011-09-21Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick
2011-09-21DebugInfo: Add equality operators and default constructor to DILineInfo.Benjamin Kramer
2011-09-20Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick
2011-09-20Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka
2011-09-20include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...NAKAMURA Takumi
2011-09-20include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi
2011-09-20include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick
2011-09-20Remove more of llvmc and dependencies.Eric Christopher
2011-09-19Regenerate configure.Eric Christopher
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-09-16Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin
2011-09-15Unbreak the build for compilers that don't include cstdint everywhere.Benjamin Kramer
2011-09-15CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-09-15Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen
2011-09-15Despite what the GCC wiki says, a quick search shows thatNick Lewycky
2011-09-15Add some more DWARF extensions from:Nick Lewycky
2011-09-15Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen
2011-09-15Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky
2011-09-15[regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick
2011-09-14Update the comment for system_temp_directory() to indicate when itDouglas Gregor
2011-09-14Add support to emit debug info for C++0x nullptr type.Devang Patel
2011-09-14Add a simple routine to determine the typical system directory forDouglas Gregor
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-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-14ObjectFile: Add support for mach-o-style dSYM companion files.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-13Remove include of header that doesn't exist (yet).Benjamin Kramer
2011-09-13Sketch out a DWARF parser.Benjamin Kramer
2011-09-13Add the DataExtractor utility class.Benjamin Kramer