summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [OMPT] Reset task exit frame when execution is finishedJonas Hahnfeld2016-09-142-0/+14
* [OMPT] Align implementation of reenter frame address to latest (frozen) versi...Jonas Hahnfeld2016-09-146-34/+58
* [OMPT] extend ompt tests by checks for frame pointersJonas Hahnfeld2016-09-147-19/+39
* [tsan] Fix hanging gcd-apply and gcd-apply-race tests on macOS SierraKuba Brecka2016-09-142-0/+8
* [cmake] Support overriding llvm-config query resultsMichal Gorny2016-09-141-4/+9
* [clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModuleMartin Bohme2016-09-141-0/+1
* reverting r281456Kirill Bobyrev2016-09-149-177/+275
* [ELF] - Implemented --section-start, -Ttext, -Tdata, -Tbss options.George Rimar2016-09-145-0/+100
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-143-23/+116
* [clang-rename] Merge rename-{at|all} & optimize.Kirill Bobyrev2016-09-149-275/+177
* [clang-tidy] Make test for misc-use-after-move pass under WindowsMartin Bohme2016-09-141-1/+1
* Use murmurhash2 instead of fnv.Rafael Espindola2016-09-145-17/+61
* [clang-tidy] Add check 'misc-use-after-move'Martin Bohme2016-09-148-0/+1925
* Revert "[modules] When merging one definition into another, propagate the lis...Eric Liu2016-09-147-86/+22
* Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy2016-09-149-231/+26
* Missing includes.Vassil Vassilev2016-09-145-1/+5
* [ELF] Replace HasContents with HasSections. NFCEugene Leviant2016-09-143-7/+7
* GlobalISel: mark pointer stores as legal on AArch64.Tim Northover2016-09-142-1/+8
* This reapplies r281304. The issue was that I had missedSjoerd Meijer2016-09-1411-75/+66
OpenPOWER on IntegriCloud