summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [A57FPLoadBalancing] Ignore <def>s when checking if a chain may be killed.James Molloy2014-09-121-0/+4
* [A57LoadBalancing] unique_ptr-ify.James Molloy2014-09-121-25/+20
* [mips][microMIPS] Implement JRADDIUSP instructionZoran Jovanovic2014-09-124-0/+52
* Address comments on r217622Bill Schmidt2014-09-121-4/+6
* [mips][microMIPS] Implement BGEZALS and BLTZALS instructionsZoran Jovanovic2014-09-122-0/+13
* [mips][microMIPS] Implement JALS and JALRS instructions.Zoran Jovanovic2014-09-122-4/+37
* [mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructionsZoran Jovanovic2014-09-123-5/+19
* [ARM] Teach the cost model that cross-class copies are costly.James Molloy2014-09-121-0/+7
* Legalizer: Use the scalar bit width when promoting bit counting instrs onBenjamin Kramer2014-09-121-5/+6
* Fix gcc -Wpedantic.Patrik Hagglund2014-09-121-1/+1
* Add CMake check for libatomic.Evgeniy Stepanov2014-09-121-0/+3
* Fix an ODR violation consisting of two 'struct Query' in the global namespace.Benjamin Kramer2014-09-122-0/+4
* Remove a temporary variable and just construct a unique_ptr directly using ma...Craig Topper2014-09-121-9/+6
* [MCJIT] Improve the "stub not found" diagnostic in RuntimeDyldChecker.Lang Hames2014-09-111-1/+4
* R600/SI: Fix off by 1 error in used register countMatt Arsenault2014-09-111-2/+4
* Support: Use llvm::COFF::BigObjMagicRui Ueyama2014-09-111-7/+15
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-111-1/+0
* [C API] Make the 'lower switch' pass available via the C API.Juergen Ributzka2014-09-111-0/+4
* [CodeGenPrepare] Teach the addressing mode matcher how to promote zext.Quentin Colombet2014-09-111-13/+56
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-119-61/+43
* Support: improve identify_magic to recognize COFF bigobjRui Ueyama2014-09-111-3/+9
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-114-66/+43
* [PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asmBill Schmidt2014-09-111-0/+10
* [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT.Lang Hames2014-09-114-58/+183
* Provide an implementation of getNoopForMachoTarget for SPARC.Brad Smith2014-09-112-0/+7
* Add DAG combine for shl + add of constants.Matt Arsenault2014-09-111-32/+12
* [MCJIT] Take the relocation addend into account when applying ARM MachO VANILLALang Hames2014-09-111-1/+2
* [AVX512] Fix miscompile for unpackAdam Nemet2014-09-111-56/+37
* Move constant-sized bitvector to the stack.Benjamin Kramer2014-09-111-2/+2
* Combine fmul vector FP constants when unsafe math is allowed.Sanjay Patel2014-09-111-6/+22
* typoSanjay Patel2014-09-111-1/+1
* R600: Add cmpxchg instruction for evergreenAaron Watry2014-09-112-5/+29
* R600: Add LDS_WRXCHG[_RET] instructions for Evergreen.Aaron Watry2014-09-111-0/+4
* R600: Add LDS_MIN_[U]INT[_RET] instructions for EvergreenAaron Watry2014-09-111-0/+8
* R600: Add LDS_XOR[_RET] instructions for EvergreenAaron Watry2014-09-111-0/+4
* R600: Add LDS_OR[_RET] instructions for EvergreenAaron Watry2014-09-111-0/+4
* R600: Add LDS_AND[_RET] instructions for EvergreenAaron Watry2014-09-111-0/+4
* R600: Add LDS_MAX_[U]INT[_RET] instructions for EvergreenAaron Watry2014-09-111-0/+8
* [AlignmentFromAssumptions] Don't crash just because the target is 32-bitHal Finkel2014-09-111-0/+4
* Build correct vector filled with undef nodesDavid Xu2014-09-111-4/+20
* R600/SI: Fix losing chain when fixing reg class of loads.Matt Arsenault2014-09-101-6/+14
* R600/SI: Report offset in correct units for st64 DS instructionsMatt Arsenault2014-09-101-0/+15
* R600: Custom lower fremMatt Arsenault2014-09-102-0/+20
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-106-13/+16
* [AlignmentFromAssumptions] Don't divide by zero for unknown starting alignmentHal Finkel2014-09-101-2/+4
* [AArch64] Revert r216141 for cycloneGerolf Hoflehner2014-09-101-1/+1
* [PassManager] Adding Hidden attribute to EnableMLSM optionGerolf Hoflehner2014-09-101-2/+2
* [MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilderGerolf Hoflehner2014-09-102-7/+8
* Cleanup: Use the appropriate API for accessing the DIVariable of aAdrian Prantl2014-09-101-1/+1
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-102-10/+6
OpenPOWER on IntegriCloud