summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany2016-09-144-1/+48
* More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan2016-09-143-60/+33
* [CUDA] Make __clang_cuda_cmath.h compatible with libc++.Justin Lebar2016-09-141-0/+31
* [CUDA] Add test checking our ability to take a function pointer to a __global...Justin Lebar2016-09-141-0/+31
* Fix indentation in codeview codeReid Kleckner2016-09-141-7/+7
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-1414-112/+221
* [LTO] Move tests from test/tools to test/LTO, as they're testing the API func...Mehdi Amini2016-09-142-1/+1
* [LTO] Fix commons handlingMehdi Amini2016-09-145-8/+50
* [ThinLTO] Add an option to llvm-lto to print some basic statistics for the indexMehdi Amini2016-09-142-0/+47
* Replaced two instances of std::function with auto.Sean Callanan2016-09-142-8/+6
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-1447-142/+140
* Cleaned up a little bit of redundant code in 'frame diagnose.`Sean Callanan2016-09-141-11/+19
* [asan] Disable 64-bit allocator on android/aarch64.Evgeniy Stepanov2016-09-141-3/+1
* [Stackmap] Added callsite counts to emitted function information.Sanjoy Das2016-09-1423-68/+319
* [x86] regenerate checksSanjay Patel2016-09-141-33/+49
* Revert "Do not warn about format strings that are indexed string literals."Stephen Hines2016-09-142-201/+18
* [x86] regenerate checksSanjay Patel2016-09-141-223/+374
* Use 'enum class' instead of 'enum' in NativeRegisterContextLinux_x86_x64.Valentina Giusti2016-09-142-36/+36
* Do not warn about format strings that are indexed string literals.Stephen Hines2016-09-142-18/+201
* Revert "[ARM] Promote small global constants to constant pools"Evgeniy Stepanov2016-09-145-254/+1
* Correct assert text in DeclGroup::getSingleDecl()Kirill Bobyrev2016-09-141-1/+1
* [SE] Add CUDA platformJason Henline2016-09-1413-17/+596
* [x86] regenerate checksSanjay Patel2016-09-141-72/+83
* [compiler-rt] Set asan win 64-bits to use dynamic address for memory allocatorEtienne Bergeron2016-09-141-0/+4
* Handle arbitrary expressions in DATA_SEGMENT_RELRO_END.Rafael Espindola2016-09-142-2/+2
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-1411-115/+407
* Fix some const-ness issues with BreakpointID & BreakpointIDList.Jim Ingham2016-09-143-10/+12
* [lib/LTO] Fix a typo. NFC.Davide Italiano2016-09-141-1/+1
* [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
OpenPOWER on IntegriCloud