summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add a pattern for a runtime bit checkHal Finkel2016-09-022-0/+94
* revert r280429 and r280425:Dehao Chen2016-09-022-31/+25
* revert r280432:Dehao Chen2016-09-021-6/+5
* llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead o...NAKAMURA Takumi2016-09-021-1/+1
* bugpoint: clang-format all of bugpoint. NFCJustin Bogner2016-09-0211-1157/+1088
* raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.NAKAMURA Takumi2016-09-021-1/+1
* IfConversion: Don't count branches in # of duplicates.Kyle Butt2016-09-021-1/+3
* [PM] Add a unittest for invalidating module analyses with an SCC pass.Chandler Carruth2016-09-021-0/+96
* [PM] (NFC) Split the IR parsing into a fixture so that I can split outChandler Carruth2016-09-021-33/+42
* Fix a real temp file leak in FileOutputBufferReid Kleckner2016-09-024-9/+19
* [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-basedChandler Carruth2016-09-021-79/+43
* Try to fix some temp file leaks in SupportTests, PR18335Reid Kleckner2016-09-024-14/+62
* [CFGPrinter] Display branch weight on the edgesAdam Nemet2016-09-021-0/+30
* [PowerPC] Don't apply the PPC64 address-formation peephole for offsets greate...Hal Finkel2016-09-022-5/+12
* [PowerPC] Don't consider fusion in PPC64 address-formation peepholeHal Finkel2016-09-022-169/+80
* [StreamExecutor] Pass device memory by refJason Henline2016-09-023-31/+34
* Revert https://reviews.llvm.org/D23279 because the tests have failed on sever...Alexander Shaposhnikov2016-09-0213-541/+0
* [SE] Make Kernel movableJason Henline2016-09-023-72/+12
* Clean up handling of reading module files from stdin. Don't bother trying toRichard Smith2016-09-021-3/+6
* Refactor to avoid holding a reference to a container element that could go awayRichard Smith2016-09-021-40/+36
* Explicitly require DominatorTreeAnalysis pass for instsimplify pass.Dehao Chen2016-09-011-5/+6
* Add clang-reorder-fields to clang-tools-extraAlexander Shaposhnikov2016-09-0113-0/+541
* [SelectionDAGBuilder] Add const to relevant placesAditya Kumar2016-09-012-16/+17
* Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.Dehao Chen2016-09-012-8/+12
* [StreamExecutor] Read dev array directly in testJason Henline2016-09-013-63/+97
* Refactor replaceDominatedUsesWith to have a flag to control whether to replac...Dehao Chen2016-09-013-6/+10
* Remove excessive padding from MismatchingNewDeleteDetectorAlexander Shaposhnikov2016-09-011-2/+2
* Refactor LICM pass in preparation for LoopSink pass.Dehao Chen2016-09-011-21/+23
* [Legalizer] Don't throw away false low half when expanding GT/LT SETCCMichael Kuperstein2016-09-012-9/+41
* Add comments.Rui Ueyama2016-09-011-2/+4
* Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...Reid Kleckner2016-09-011-4/+0
* [ELF] Do not omit debug sections when computing build-idPetr Hosek2016-09-013-34/+19
* [WebAssembly] Change wasm SizeType to match asmjsDerek Schuff2016-09-012-20/+26
* Make the coding standards a bit more clear that we prefer the fancy newChandler Carruth2016-09-011-4/+5
* [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizesMichael Kuperstein2016-09-013-177/+269
* cstdio: limit gets to CRT versions below 14Saleem Abdulrasool2016-09-011-1/+5
* [CMake] Add option (defaulted off) to exclude atomic.cChris Bieneman2016-09-011-1/+5
* [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)Heejin Ahn2016-09-016-186/+1079
* bugpoint: clang-format and modernize comments in ListReducer. NFCJustin Bogner2016-09-011-36/+32
* build: don't add -fPIC on WindowsSaleem Abdulrasool2016-09-011-1/+3
* GlobalISel: add a G_PHI instruction to give phis a type.Tim Northover2016-09-017-4/+25
* [tsan] Bump stack frame size limit.Evgeniy Stepanov2016-09-011-1/+1
* Fix the ASan fuse-lld.cc test after LLD r280012Reid Kleckner2016-09-011-1/+1
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-014-7/+45
* Allow mapping scalar MemoryAccesses to array elements.Michael Kruse2016-09-018-45/+584
* [CMake] NFC. Missed the other uses in r280406Chris Bieneman2016-09-011-2/+2
* [CMake] NFC. Fixing spelling from r280400Chris Bieneman2016-09-011-1/+1
* [LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)Matthew Simpson2016-09-011-22/+9
* Check validity of new access relations. NFC.Michael Kruse2016-09-011-0/+38
* [InstCombine] add tests to show potential shuffle+insert foldsSanjay Patel2016-09-011-0/+112
OpenPOWER on IntegriCloud