summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure to try and take the process stop lock when calling:Greg Clayton2016-05-261-6/+11
* [IRCE] Refactor out a parseRangeCheckFromCond; NFCSanjoy Das2016-05-261-50/+39
* Fix columns for member function callsHal Finkel2016-05-253-5/+5
* [PM/PartiallyInlineLibCalls] Commit missing header.Davide Italiano2016-05-251-0/+30
* [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.Lang Hames2016-05-251-2/+2
* [PM] Port PartiallyInlineLibCalls to the new pass manager.Davide Italiano2016-05-256-40/+59
* llvm-dwp: Ensure uncompressed sections are not relocated during processing of...David Blaikie2016-05-251-3/+4
* [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorialLang Hames2016-05-252-2/+2
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-259-168/+61
* [Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJITLang Hames2016-05-254-0/+1369
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-253-12/+17
* [codeview] Use comdats for debug info describing comdat functionsReid Kleckner2016-05-257-12/+261
* Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren2016-05-255-0/+48
* [NVPTX] Don't (incorrectly) say that the NVVMReflect pass preserves all analy...Justin Lebar2016-05-251-3/+0
* [CUDA] Add section to docs about controlling fp optimizations.Justin Lebar2016-05-251-0/+40
* Remove unused header.Eric Christopher2016-05-251-1/+0
* [Kaleidoscope][BuildingAJIT] Delete trailing whitespace.Lang Hames2016-05-251-1/+1
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-259-61/+168
* Don't repeat name in comment and git-clang-format.Rafael Espindola2016-05-251-5/+5
* [Sema] Use the failure bits introduced by r270781.George Burgess IV2016-05-251-17/+17
* Work around an MSVC compiler issue in r270776.Adrian Prantl2016-05-251-3/+3
* [Kaleidoscope][BuildingAJIT] Fix code-block indents.Lang Hames2016-05-251-33/+33
* [Sema] Note when we encounter a problem in ExprConstant.George Burgess IV2016-05-253-37/+220
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* [LazyValueInfo] Simplify `return after else`. NFCI.Davide Italiano2016-05-251-4/+3
* [Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames2016-05-252-24/+115
* [BasicAA] Improve precision of alloca vs. inbounds GEP alias queriesMichael Kuperstein2016-05-253-87/+228
* PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.Adrian Prantl2016-05-253-151/+191
* [CGDebugInfo] Modify the preferred expression location for member calls.Hal Finkel2016-05-252-0/+32
* Fix rejects-valid on constexpr function that accesses a not-yet-defined 'externRichard Smith2016-05-252-3/+22
* [MBB] Early exit to reduce indentation, per coding guidelines. NFC.Chad Rosier2016-05-251-59/+62
* Add a loop's debug location to its llvm.loop metadataHal Finkel2016-05-257-27/+57
* Look for a loop's starting location in the llvm.loop metadataHal Finkel2016-05-253-16/+96
* Add logging to ValueObjectSyntheticFilter such that one can trace through the...Enrico Granata2016-05-251-8/+78
* Sort includes.Rafael Espindola2016-05-251-1/+1
* Port the strip-invalid-debuginfo logic to the legacy verifier pass, too.Adrian Prantl2016-05-252-7/+39
* [X86][SSE41] Removed pblendw intrinsics tests - they are auto-upgradedSimon Pilgrim2016-05-251-16/+0
* [profile] Add early checking to bypass node pointer updateXinliang David Li2016-05-252-3/+13
* Move whole-program virtual call optimization pass after function attribute in...Peter Collingbourne2016-05-252-25/+27
* [X86][SSE41] Regenerated intrinsics testsSimon Pilgrim2016-05-252-56/+370
* [TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.Ahmed Bougacha2016-05-253-3/+65
* [profile] Don't return `Node` when it is null.Sean Silva2016-05-251-5/+7
* [X86][SSE41] Removed blendpd/blendps intrinsics tests - they are auto-upgradedSimon Pilgrim2016-05-251-17/+1
* fix typo; NFCSanjay Patel2016-05-251-1/+1
* ValueMaterializer: rename materializeDeclFor() to materialize()Mehdi Amini2016-05-254-9/+9
* ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)Mehdi Amini2016-05-253-45/+25
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-252-0/+24
* [X86][AVX2] Regenerate avx2 vector shift testsSimon Pilgrim2016-05-251-215/+227
* [libfuzzer] replacing unittest for truncate_units with functional test.Mike Aizatsky2016-05-254-22/+22
* Revert r270748 "clang-cl: Treat dllimport explicit template instantiation def...Hans Wennborg2016-05-253-78/+17
OpenPOWER on IntegriCloud