summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-29
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-29
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-28
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-28
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-27
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-27
* Object: Add archive support.Michael J. Spencer2011-09-27
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-26
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-26
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-25
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-25
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...Anna Zaks2011-09-23
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-23
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-22
* Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen2011-09-22
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* DebugInfo: Add equality operators and default constructor to DILineInfo.Benjamin Kramer2011-09-21
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-20
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-20
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-20
* include/llvm/Config/llvm-config.h.in: Add the entry LLVM_PATH_XDOT_PY, for co...NAKAMURA Takumi2011-09-20
* include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi2011-09-20
* include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Regenerate configure.Eric Christopher2011-09-19
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek2011-09-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-15
* Unbreak the build for compilers that don't include cstdint everywhere.Benjamin Kramer2011-09-15
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer2011-09-15
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-15
* Use getPrevSlot() instead of getPrevIndex().Jakob Stoklund Olesen2011-09-15
* Despite what the GCC wiki says, a quick search shows thatNick Lewycky2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Stop verifying hasPHIKill() flags.Jakob Stoklund Olesen2011-09-15
* Leave hasPHIKill flags alone in LiveInterval::RenumberValues.Jakob Stoklund Olesen2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* [regcoalescing] bug fix for RegistersDefinedFromSameValue.Andrew Trick2011-09-15
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-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
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14