summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* Use unique_ptr to manage TypePromotionActions owned by TypePromotionTransaction.David Blaikie2014-04-151-28/+19
* Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategyDavid Blaikie2014-04-151-10/+2
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-152-8/+6
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-152-19/+12
* Use unique_ptr for section/segment ownership in WinCOFFObjectWriterDavid Blaikie2014-04-151-41/+32
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-153-12/+12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-1539-505/+512
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-152-15/+10
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-1512-65/+75
* X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;NAKAMURA Takumi2014-04-151-3/+2
* [ARM64,C++11]: Range'ify the dead-register-definition pass.Jim Grosbach2014-04-151-27/+23
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-151-0/+4
* [ARM64][MC] Set the default CPU string to generic.Quentin Colombet2014-04-151-3/+1
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-145-43/+31
* X86: Nuke one more CPU autodetect blurb.Jim Grosbach2014-04-141-7/+1
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-142-9/+9
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-142-2/+3
* Revert "Revert r206045, "Fix shift by constants for vector.""Matt Arsenault2014-04-142-16/+34
* [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.Quentin Colombet2014-04-141-0/+6
* Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2014-04-141-9/+14
* Fix for codegen bug that could cause illegal cmn instruction generationLouis Gerbarg2014-04-141-1/+16
* Add a flag to disable the ARM64DeadRegisterDefinitionsPassLouis Gerbarg2014-04-141-1/+10
* [ARM64] Port over missing subtarget features, and CPU definitions from AArch64.James Molloy2014-04-143-5/+52
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-141-1/+9
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-141-10/+4
* Remove a variable from r206192 that is only used in an assert.Kaelyn Takata2014-04-141-2/+2
* Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka2014-04-141-0/+3
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-141-1/+6
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-141-1/+1
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-144-13/+17
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-141-1/+5
* ARM64: remove buggy REV16 pattern.Tim Northover2014-04-141-2/+1
* AArch64/ARM64: enable directcond.ll test on ARM64.Tim Northover2014-04-141-0/+2
* ARM64: add patterns for csXYZ with reversed operands.Tim Northover2014-04-141-0/+13
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-141-1/+1
* ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).Tim Northover2014-04-141-11/+30
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-141-1/+9
* Whitespace.NAKAMURA Takumi2014-04-141-1/+0
* Revert r206045, "Fix shift by constants for vector."NAKAMURA Takumi2014-04-142-23/+13
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-141-0/+4
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-141-6/+8
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-142-26/+11
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-142-31/+11
* Use APInt arithmetic, fixed typo. Thanks to Benjamin Kramer for noticing that.Serge Pavlov2014-04-141-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-1493-1017/+1025
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-131-0/+147
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-131-2/+4
* Recognize test for overflow in integer multiplication.Serge Pavlov2014-04-131-0/+240
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-131-1/+8
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-132-16/+13
OpenPOWER on IntegriCloud