summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AArch64: avoid assertion on illegal types in performFDivCombine.Tim Northover2016-08-262-3/+51
* [InstCombine] add helper function for icmp (and (sh X, Y), C2), C1 ; NFCSanjay Patel2016-08-262-45/+64
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-264-9/+34
* [AArch64] Avoid materializing constant values when generating csel instructions.Chad Rosier2016-08-262-0/+115
* [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).Davide Italiano2016-08-261-1/+3
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-2615-67/+63
* [Clang-tidy] Fix some checks documentation style.Eugene Zelenko2016-08-2630-179/+193
* GlobalISel: mark G_FPEXT legal from float to double.Tim Northover2016-08-262-0/+9
* GlobalISel: mark G_FCMP legal on float & double.Tim Northover2016-08-262-0/+39
* GlobalISel: simplify G_ICMP legalization regime.Tim Northover2016-08-263-60/+28
* GlobalISel: legalize sdiv and srem operations.Tim Northover2016-08-269-0/+134
* GlobalISel: legalize under-width divisions.Tim Northover2016-08-263-2/+75
* GlobalISel: mark selects legalTim Northover2016-08-262-0/+22
* GlobalISel: mark float/int conversions legalTim Northover2016-08-262-0/+80
* Don't diagnose non-modular includes when we are not compiling a module.Manman Ren2016-08-267-1/+62
* [InstCombine] clean up foldICmpAndConstConst(); NFCSanjay Patel2016-08-261-172/+166
* Missed a semicolon in r279835Krzysztof Parzyszek2016-08-261-1/+1
* Add some more detailed debugging information in RegisterCoalescerKrzysztof Parzyszek2016-08-261-5/+19
* [InstCombine] add helper function for folding of icmp (and X, C2), C; NFCSanjay Patel2016-08-262-6/+21
* limit the number of instructions per block examined by dead store eliminationBob Haarman2016-08-263-11/+41
* FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool2016-08-261-8/+6
* [InstCombine] rename variables in foldICmpAndConstant(); NFCSanjay Patel2016-08-261-54/+55
* test commitBob Haarman2016-08-261-1/+0
* [LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis passAdam Nemet2016-08-263-5/+9
* [InstCombine] rename variables in foldICmpDivConstant(); NFCSanjay Patel2016-08-261-29/+28
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-2610-4/+50
* Add space between access string and follow-up.Michael Kruse2016-08-264-6/+6
* Add "New access function" to update_check.py classifier.Michael Kruse2016-08-261-0/+2
* Avoid the use of large unsigned values in isl unit testTobias Grosser2016-08-261-1/+3
* [lib/LTO] Add an assertion to catch invalid opt levels.Davide Italiano2016-08-261-4/+5
* [AArch64] Avoid materializing constant 1 by using csinc, rather than csel.Chad Rosier2016-08-263-6/+52
* [FIX] Access dimensions should correspond to number of dimensions of the acce...Roman Gareev2016-08-262-4/+6
* Handle empty functions with debug info in load/store opt passPablo Barrio2016-08-262-1/+55
* [compiler-rt][XRay] Remove unnecessary assertion.Dean Michael Berris2016-08-261-3/+0
* Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake con...Dean Michael Berris2016-08-261-1/+1
* unittests: Make the expected value the first argument in EXPECT_EQ [NFC]Tobias Grosser2016-08-261-33/+32
* [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationDean Michael Berris2016-08-261-1/+1
* Improve documentation and testing for isl_valFromAPIntTobias Grosser2016-08-263-5/+94
* [clang-tidy] Some tweaks on header guard checks.Haojian Wu2016-08-265-26/+34
* Improve documentation and testing of APIntFromValTobias Grosser2016-08-263-7/+133
* Switch linux and android CODE_OWNERSPavel Labath2016-08-261-2/+2
* [X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion ops should be in the ...Simon Pilgrim2016-08-263-8/+147
* Implement support for --build-id=uuid switchEugene Leviant2016-08-266-2/+28
* [ELF] Added test case for PROVIDE and PROVIDE_HIDDEN within sectionEugene Leviant2016-08-261-1/+8
* Add cmake option to choose whether to use the builtin demanglerPavel Labath2016-08-262-7/+11
* Implement getRandomBytes() functionEugene Leviant2016-08-263-0/+42
* [X86][SSE] Add CMPSS/CMPSD intrinsic scalar load folding support.Craig Topper2016-08-262-0/+26
* [compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris2016-08-268-5/+359
* Replace subregister uses when processing tied operandsMatt Arsenault2016-08-263-12/+36
* [clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn2016-08-267-9/+62
OpenPOWER on IntegriCloud