summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] scan-build-py: Remove relative path hack for SATestsBuild.pyDevin Coughlin2016-09-142-26/+1
* Add an interesting test.Rafael Espindola2016-09-141-0/+34
* Revert "AMDGPU: Use SOPK compare instructions"Matt Arsenault2016-09-148-691/+52
* AMDGPU: Use SOPK compare instructionsMatt Arsenault2016-09-148-52/+691
* [cmake] Make libgomp & libiomp5 alias install optionalMichal Gorny2016-09-142-7/+13
* [Release notes] Mention readability-container-size-empty improvements.Eugene Zelenko2016-09-141-0/+5
* Convert finite to builtinDehao Chen2016-09-143-0/+18
* Verifier: Mark orphaned DICompileUnits as a debug info failure.Adrian Prantl2016-09-142-30/+63
* Use Intel CPU flags to determine target supported features.Valentina Giusti2016-09-143-117/+183
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-1447-101/+101
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-1436-247/+287
* [x86] fix formatting; NFCSanjay Patel2016-09-141-28/+20
* [compiler-rt] Avoid instrumenting sanitizer functionsEtienne Bergeron2016-09-142-6/+34
* [X86][SSE] Improve recognition of i64 sitofp conversions that can be performe...Simon Pilgrim2016-09-143-151/+59
* [LoopInterchange] Typo. NFC.Chad Rosier2016-09-141-4/+4
* [LoopInterchange] Add CL option to override cost threshold.Chad Rosier2016-09-141-3/+6
* [X86][SSE] Don't use PSHUFD directly - lower with generic shuffleSimon Pilgrim2016-09-141-17/+1
* getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...Sanjay Patel2016-09-143-8/+6
* [LoopInterchange] Cleanup debug whitespace. NFC.Chad Rosier2016-09-141-4/+4
* Add a test showing we handle .tbss sections in linker scripts.Rafael Espindola2016-09-141-0/+37
* getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-1420-86/+84
* [ELF] Do not adjust TLS symbol value when produce relocatable objectSimon Atanasyan2016-09-142-1/+22
* getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCISanjay Patel2016-09-1424-120/+105
* Fix typo in comment [NFC]Etienne Bergeron2016-09-141-1/+1
* AMDGPU: Support folding FrameIndex operandsMatt Arsenault2016-09-142-13/+28
* getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCISanjay Patel2016-09-147-57/+42
* getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-1412-77/+77
* AMDGPU: Improve splitting 64-bit bit ops by constantsMatt Arsenault2016-09-1415-96/+614
* CodeGen: simplify the logic a slight bitSaleem Abdulrasool2016-09-143-14/+8
* [interception] Avoid duplicate declaration of isdigit in testJonas Hahnfeld2016-09-141-0/+4
* [LV] Process pointer IVs with PHINodes in collectLoopUniformsMatthew Simpson2016-09-142-4/+191
* [ARM] Promote small global constants to constant poolsJames Molloy2016-09-145-1/+254
* MCInstrDesc: this fixes an issue setting/getting member Flags, whichSjoerd Meijer2016-09-142-3/+3
* Move helper function higher in the file. NFCRafael Espindola2016-09-141-26/+26
* [X86][SSE] Removed unused getTargetShuffleNode functionSimon Pilgrim2016-09-141-17/+0
* [X86] Added i128 lshr+shl -> mask combine testSimon Pilgrim2016-09-141-0/+6
* Fix code-gen crash on Power9 for insert_vector_elt with variable index (PR30189)Nemanja Ivanovic2016-09-143-2/+38
* [InstCombine] Merged two test files and regenerated checks using update_test_...Andrea Di Biagio2016-09-143-34/+49
* [libcxx] Add a TSan regression test for a data race in call_onceKuba Brecka2016-09-141-0/+48
* [libcxx] Fix a typo in test/libcxx/test/target_info.py that prevents running ...Kuba Brecka2016-09-141-1/+1
* [libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS XKuba Brecka2016-09-141-0/+2
* [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASSSilviu Baranga2016-09-141-1/+1
* Adding missing directive for Power9.Nemanja Ivanovic2016-09-141-1/+1
* [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka2016-09-143-1/+44
* [X86][SSE] Don't blend vector shifts with MOVSS/MOVSD directly, lower from ge...Simon Pilgrim2016-09-142-42/+70
* [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka2016-09-141-1/+2
* Fix documentation of MemberExpr::getMemberDeclStephan Bergmann2016-09-141-2/+2
* [OMPT] fix task frame information for gomp interfaceJonas Hahnfeld2016-09-144-52/+56
* [OMPT] save exit address to lwt if availableJonas Hahnfeld2016-09-142-27/+22
* [OMPT] fix __ompt_get_teaminfo to consult lwt entries of parent teamsJonas Hahnfeld2016-09-142-1/+317
OpenPOWER on IntegriCloud