summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-17
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-17
* Test commit.Pranav Bhandarkar2012-08-17
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-17
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-16
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-16
* Handle PowerPC.Roman Divacky2012-08-16
* Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola2012-08-16
* Add dump/dumpr methods to SDValue.Nadav Rotem2012-08-16
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-15
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-15
* Fix a typo in VariadicFunction.h that leads to invalid code in macro expansion.Chad Rosier2012-08-15
* Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling2012-08-15
* [yaml2obj] Fix incorrect use of signed values.Michael J. Spencer2012-08-14
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-14
* Avoid undefined behavior in DenseMap::shrink_and_clear(). Log2_32_Ceil(0)Richard Smith2012-08-14
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-13
* LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem2012-08-13
* Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen2012-08-13
* Fix a documentation typo.Nadav Rotem2012-08-13
* Create isXBitVector methods in MVT and call them from EVT. This allows target...Craig Topper2012-08-11
* A couple of addition comment fixesEli Bendersky2012-08-10
* Fix a couple of typos in commentsEli Bendersky2012-08-10
* Move BasicBlockEdge to the cpp file. No functionality change.Rafael Espindola2012-08-10
* Add some missing includes for the build against stdcxx.Joerg Sonnenberger2012-08-10
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Reapply r161633-161634 "Partition use lists so defs always come before uses.""Jakob Stoklund Olesen2012-08-10
* Also update MRI use lists when changing a use to a def and vice versa.Jakob Stoklund Olesen2012-08-10
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-10
* Revert r161633-161634 "Partition use lists so defs always come before uses."Jakob Stoklund Olesen2012-08-09
* Partition use lists so defs always come before uses.Jakob Stoklund Olesen2012-08-09
* Don't use pointer-pointers for the register use lists.Jakob Stoklund Olesen2012-08-09
* Move use list management into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-09
* [ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier2012-08-09
* MachineRegisterInfo was already a friend of MachineOperand, and GCC complainsMatt Beaumont-Gay2012-08-09
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Move getNextOperandForReg() into MachineRegisterInfo.Jakob Stoklund Olesen2012-08-08
* Allow legalization of target-specific SDNodes, provided that the target itsel...Owen Anderson2012-08-08
* Remove OpenBSD defines:Bill Wendling2012-08-08
* Added MispredictPenalty to SchedMachineModel.Andrew Trick2012-08-08
* Minor cleanup of defaultDefLatency APIAndrew Trick2012-08-08
* Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."Jakob Stoklund Olesen2012-08-08
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-08
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-07