summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [docs] Mention character array constants in docs/LangRef.rstDaniel Sanders2014-09-111-1/+3
* [ARM] Add Thumb-2 code size optimization regression test for LSR (register).Tilmann Scheller2014-09-111-0/+9
* [ARM] Add Thumb-2 code size optimization regression test for LSR (immediate).Tilmann Scheller2014-09-111-0/+9
* [AArch64] Reenable the PBQP test now that the leak issue has been fixed.Arnaud A. de Grandmaison2014-09-111-0/+14
* [ARM] Add Thumb-2 code size optimization regression test for LSL (register).Tilmann Scheller2014-09-111-0/+9
* [ARM] Add Thumb2 code size optimization regression test for LSL (immediate).Tilmann Scheller2014-09-111-0/+9
* [x86] Fixup r217565 which baked in an assumption about the functionChandler Carruth2014-09-111-1/+1
* [AlignmentFromAssumptions] Don't crash just because the target is 32-bitHal Finkel2014-09-112-0/+219
* Build correct vector filled with undef nodesDavid Xu2014-09-112-4/+62
* utils: Teach lldbDataFormatters how to format ArrayRefsJustin Bogner2014-09-111-0/+33
* [x86] FileCheck-ize this test.Chandler Carruth2014-09-111-5/+24
* Use CostPool::PoolRef typedef some moreDavid Blaikie2014-09-111-5/+3
* shared_ptrify ownershp of PoolEntries in PBQP's CostPoolDavid Blaikie2014-09-101-46/+10
* R600/SI: Fix losing chain when fixing reg class of loads.Matt Arsenault2014-09-102-6/+40
* R600/SI: Report offset in correct units for st64 DS instructionsMatt Arsenault2014-09-101-0/+15
* Add LLVMgold target to test dependencies.Peter Collingbourne2014-09-101-0/+4
* R600: Custom lower fremMatt Arsenault2014-09-103-0/+123
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-1017-34/+36
* Enable use of __builtin_assume_aligned when self-hostingHal Finkel2014-09-101-1/+1
* [AlignmentFromAssumptions] Don't divide by zero for unknown starting alignmentHal Finkel2014-09-102-2/+158
* [sphinx cleanup]Dan Liew2014-09-101-1/+1
* [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
* Fix docs reference to inexistent class.Nico Weber2014-09-101-2/+2
* Remember to eraseFromParent after replaceAllUsesWith.Rafael Espindola2014-09-102-2/+5
* Cleanup: Use the appropriate API for accessing the DIVariable of aAdrian Prantl2014-09-101-1/+1
* [AArch64] Temporarily desactivate the PBQP test, while I investigate some lea...Arnaud A. de Grandmaison2014-09-101-14/+0
* Make CallingConv::ID an alias of "unsigned".Alexey Samsonov2014-09-103-11/+10
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-1092-147/+147
* Removed misleading comment.Gerolf Hoflehner2014-09-101-1/+0
* Added missing blankGerolf Hoflehner2014-09-101-1/+1
* LangRef: @baz should be @bar in the COMDAT exampleHans Wennborg2014-09-101-1/+1
* [AArch64] Address Chad's post commit review comments for r217504 (PBQP experi...Arnaud A. de Grandmaison2014-09-101-11/+10
* typoSanjay Patel2014-09-101-1/+1
* Fix comments of createReplaceableForwardDecl() and createForwardDecl().Frederic Riss2014-09-101-4/+3
* Replace a few virtual with override.Rafael Espindola2014-09-101-21/+21
* [AArch64] Pacify lld buildbot complaining about an unused static function in ...Arnaud A. de Grandmaison2014-09-101-0/+2
* [AArch64] Add experimental PBQP supportArnaud A. de Grandmaison2014-09-106-2/+449
* [AArch 64] Use a constant pool load for weak symbol references whenAsiri Rathnayake2014-09-106-10/+73
* Add missing HWEncoding to base register class.Sid Manning2014-09-101-8/+10
* Attempt to pacify buildbots.David Majnemer2014-09-102-12/+8
* ARM: don't size-reduce STMs using the LR register.Tim Northover2014-09-102-1/+21
* Object: Add support for bigobjDavid Majnemer2014-09-1024-315/+631
* [mips] Remove inverted predicates from MipsSubtarget that were only used by M...Daniel Sanders2014-09-102-14/+15
* Don't attempt to run llvm-config in cmake/modules/Makefile when doingDan Liew2014-09-101-0/+3
OpenPOWER on IntegriCloud