summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-04
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-04
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* whitespaceAndrew Trick2011-10-04
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-02
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-01
* whitespaceAndrew Trick2011-10-01
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-30
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-30
* Tidy up. Formatting.Jim Grosbach2011-09-29
* Fix typo.Nick Lewycky2011-09-29
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* 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