aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-151-0/+18
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+77
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-151-0/+19
* Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.Chad Rosier2012-08-151-1/+1
* Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling2012-08-151-0/+1
* [yaml2obj] Fix incorrect use of signed values.Michael J. Spencer2012-08-141-3/+3
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-142-2/+71
* Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)Richard Smith2012-08-141-2/+3
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-131-0/+1
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-131-1/+2
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-131-8/+0
* Fix a documentation typo.Nadav Rotem2012-08-131-2/+2
* Create isXBitVector methods in MVT and call them from EVT. This allows target...Craig Topper2012-08-111-19/+39
* A couple of addition comment fixesEli Bendersky2012-08-101-2/+2
* Fix a couple of typos in commentsEli Bendersky2012-08-101-2/+2
* Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola2012-08-101-13/+1
* Add some missing includes for the build against stdcxx.Joerg Sonnenberger2012-08-101-0/+1
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-101-15/+7
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-102-10/+15
* Also update MRI use lists when changing a use to a def and vice versa.Jakob Stoklund Olesen2012-08-101-10/+2
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-101-1/+5
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-092-15/+10
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-091-5/+14
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-092-5/+1
* Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-093-25/+22
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-091-0/+13
* MachineRegisterInfo was already a friend of MachineOperand, and GCC complainsMatt Beaumont-Gay2012-08-091-3/+0
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-082-5/+58
* Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-082-11/+14
* Allow legalization of target-specific SDNodes, provided that the target itsel...Owen Anderson2012-08-081-1/+3
* Remove OpenBSD defines:Bill Wendling2012-08-082-24/+0
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-082-2/+9
* Minor cleanup of defaultDefLatency APIAndrew Trick2012-08-081-1/+2
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-082-7/+4
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-082-4/+7
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-073-0/+30
* Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen2012-08-072-6/+23
* The dominance computation already has logic for computing if an edge dominatesRafael Espindola2012-08-071-0/+16
* Revert r161371. Removing the 'const' before Type is a "good thing".Bill Wendling2012-08-071-13/+13
* Constify the Type parameter to some methods (which are const anyway).Bill Wendling2012-08-071-13/+13
* Fix typo.Jakob Stoklund Olesen2012-08-061-1/+1
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+2
* Fix MIPS DSP Rev1 intrinsics memory properties.Simon Atanasyan2012-08-061-78/+56
* Put up warning signs around MO::getNextOperandForReg().Jakob Stoklund Olesen2012-08-061-2/+4
* Add readcyclecounter lowering on PPC64.Hal Finkel2012-08-041-0/+3
* Add an experimental -early-live-intervals option.Jakob Stoklund Olesen2012-08-031-0/+4
* Try to reduce the compile time impact of r161232.Bob Wilson2012-08-031-0/+25
* Completely eliminate VNInfo flags.Jakob Stoklund Olesen2012-08-031-27/+6
* Eliminate the VNInfo::hasPHIKill() flag.Jakob Stoklund Olesen2012-08-031-13/+1