summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [RegisterCoalescer] Add new subtarget hook allowing targets to opt-out of coa...Chris Bieneman2014-07-154-0/+90
* Revert r213070. It's breaking the build in MCELFStreamer::EmitInstToData(...).Cameron McInally2014-07-151-6/+0
* R600: Implement zero undef variants of ctlz/cttzJan Vesely2014-07-153-0/+17
* [mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .moduleDaniel Sanders2014-07-151-1/+1
* Add x86 patterns to match a specific add-with-carry. Cameron McInally2014-07-151-0/+6
* [DAGCombiner] Add more rules to fold shuffles.Andrea Di Biagio2014-07-151-7/+17
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-154-4/+4
* Silence a warning in conditional expression.Andrea Di Biagio2014-07-151-1/+1
* MergeFunc patch from Björn Steinbrink.Stepan Dyatkovskiy2014-07-151-2/+12
* AArch64: fall back to generic code for out of range extract/insert.Tim Northover2014-07-151-6/+8
* Fix typo in commentDavid Majnemer2014-07-151-1/+1
* [FastISel][X86] Remove no longer needed functions.Juergen Ributzka2014-07-151-462/+0
* [FastISel][X86] Implement the FastLowerIntrinsicCall hook.Juergen Ributzka2014-07-151-41/+41
* [FastISel][X86] Implement the FastLowerCall hook.Juergen Ributzka2014-07-151-9/+400
* Revert "[FastISel][X86] Remove no longer needed functions."Juergen Ributzka2014-07-151-244/+315
* [dfsan] Introduce an optimization to reduce the number of union queries.Peter Collingbourne2014-07-151-1/+34
* [dfsan] Move combineShadows to DFSanFunction in preparation for it to use a d...Peter Collingbourne2014-07-151-18/+16
* Give SplitBlockAndInsertIfThen the ability to update a domtree.Peter Collingbourne2014-07-151-1/+16
* CodeGen: Handle ConstantVector and undef in WinCOFF constant poolsDavid Majnemer2014-07-151-13/+21
* [FastISel][X86] Remove no longer needed functions.Juergen Ributzka2014-07-151-462/+0
* [FastISel][X86] Implement the FastLowerIntrinsicCall hook.Juergen Ributzka2014-07-151-41/+41
* [FastISel][X86] Implement the FastLowerCall hook.Juergen Ributzka2014-07-151-9/+400
* [FastISel] Insert patchpoint instruction before the target generated call ins...Juergen Ributzka2014-07-151-1/+2
* [FastISel] Fix patchpoint lowering to set the result register.Juergen Ributzka2014-07-151-5/+6
* R600: Add dag combine for copy of an illegal type.Matt Arsenault2014-07-152-1/+56
* Teach computeKnownBits to look through addrspacecast.Matt Arsenault2014-07-151-0/+2
* Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiBReid Kleckner2014-07-151-0/+8
* Teach GetUnderlyingObject / BasicAA about addrspacecastMatt Arsenault2014-07-152-2/+4
* Revert r212572 "improve BasicAA CS-CS queries", it causes PR20303.Nick Lewycky2014-07-153-142/+126
* [DAGCombiner] Avoid calling method 'isShuffleMaskLegal' on illegal vector types.Andrea Di Biagio2014-07-151-0/+2
* R600: Add denormal handling subtarget features.Matt Arsenault2014-07-145-4/+56
* R600/SI: Default to no single precision denormals.Matt Arsenault2014-07-141-1/+9
* [RuntimeDyld] Handle endiannes differences between the host and target whileLang Hames2014-07-141-14/+19
* [X86] Specify all TSFlags bit-offsets symbolicallyAdam Nemet2014-07-141-3/+6
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-1411-16/+127
* Fix a -Wunused-local-typedefs warningAlp Toker2014-07-141-1/+1
* [DAGCombiner] Add more rules to combine shuffle vector dag nodes.Andrea Di Biagio2014-07-141-0/+44
* Look through addrspacecast in IsConstantOffsetFromGlobalMatt Arsenault2014-07-141-1/+2
* Look through addrspacecast in GetPointerBaseWithConstantOffsetMatt Arsenault2014-07-141-1/+2
* CodeGen: Add a getSectionKind method to MachineConstantPoolEntryDavid Majnemer2014-07-142-15/+32
* InstSimplify: Correct sdiv x / -1David Majnemer2014-07-141-11/+13
* InstSimplify: The upper bound of X / C was missing a rounding stepDavid Majnemer2014-07-141-1/+9
* Support: Use a range-based forJustin Bogner2014-07-141-5/+4
* Look through addrspacecast when checking isDereferenceablePointerMatt Arsenault2014-07-141-0/+3
* Don't eliminate memcpy's when the address of the pointer may itself be releva...Nick Lewycky2014-07-141-0/+6
* Unify the lowering of arguments during SjLj prepare.Bill Wendling2014-07-141-28/+10
* fixed typoSanjay Patel2014-07-141-1/+1
* Use pointer type cast helpers.Matt Arsenault2014-07-141-3/+2
* Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.Matt Arsenault2014-07-141-8/+26
* X86: correct 64-bit atomics on 32-bitSaleem Abdulrasool2014-07-141-12/+8
OpenPOWER on IntegriCloud