summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-041-0/+224
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-041-0/+8
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-3/+6
* whitespaceAndrew Trick2011-10-041-12/+12
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-031-0/+1
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-031-3/+2
* Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit.Ted Kremenek2011-10-021-2/+3
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-015-0/+1801
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-012-3/+13
* whitespaceAndrew Trick2011-10-011-5/+5
* Store sub-class lists as a bit vector.Jakob Stoklund Olesen2011-09-301-39/+24
* Move getCommonSubClass() into TRI.Jakob Stoklund Olesen2011-09-303-5/+10
* Tidy up. Formatting.Jim Grosbach2011-09-291-8/+5
* Fix typo.Nick Lewycky2011-09-291-1/+1
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-0/+7
* Expand the x86 V_SET0* pseudos right after register allocation.Jakob Stoklund Olesen2011-09-291-1/+1
* Remove NumImplicitOps which is now unused.Jakob Stoklund Olesen2011-09-291-5/+0
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-282-0/+14
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-282-4/+15
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-271-0/+9
* Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.Jakob Stoklund Olesen2011-09-271-0/+31
* Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach2011-09-271-1/+1
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+90
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-271-0/+4
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-261-8/+4
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+11
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-252-0/+18
* Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.Jakob Stoklund Olesen2011-09-251-4/+3
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+3
* Add getTreeFactory() to ImmutableSet to allow construction of ImmutableSetRef...Anna Zaks2011-09-231-0/+4
* We're no longer going to bother supporting platforms that don'tEric Christopher2011-09-232-6/+0
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-222-0/+133
* Add a MinNumRegs argument to MRI::constrainRegClass().Jakob Stoklund Olesen2011-09-221-3/+5
* 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