summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sort. NFC.Rui Ueyama2017-03-211-25/+25
* Add support for -fno-auto-profile and -fno-profile-sample-useDehao Chen2017-03-215-2/+34
* Define Config::Endianness.Rui Ueyama2017-03-214-10/+12
* AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault2017-03-21714-6249/+6249
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-219-22/+29
* Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2017-03-214-6/+6
* [c-index-test] Fix memory leak in c-index-test tool.Argyrios Kyrtzidis2017-03-211-0/+1
* Revert "Improve StringMap iterator support."Zachary Turner2017-03-213-110/+32
* GlobalISel: widen booleans by zero-extending to a byte.Tim Northover2017-03-212-2/+2
* Fix test failure I introducedMarshall Clow2017-03-211-6/+6
* Fix clang errors caused by StringMap iterator changes.Zachary Turner2017-03-211-7/+17
* Improve StringMap iterator support.Zachary Turner2017-03-213-32/+100
* Remove eol-style:native from StringMap.hZachary Turner2017-03-210-0/+0
* Don't make unqualified calls to functions that could well be found viaChandler Carruth2017-03-211-2/+2
* iFix Test deprecation behavior in C89 mode as a result of r298410Erich Keane2017-03-211-1/+4
* [InstCombine] regenerate checks; NFCSanjay Patel2017-03-211-55/+54
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-217-71/+75
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-2116-97/+237
* Clang change: Do not inline hot callsites for samplepgo in thinlto compile ph...Dehao Chen2017-03-213-1/+27
* Do not inline hot callsites for samplepgo in thinlto compile phase.Dehao Chen2017-03-215-6/+12
* [ADT] Add a version of llvm::join() that takes a range.Zachary Turner2017-03-212-0/+9
* [X86][MS-compatability][clang] allow MS TYPE/SIZE/LENGTH operators as a part ...Coby Tayree2017-03-211-0/+7
* [X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part o...Coby Tayree2017-03-211-45/+60
* [CMake] fix CLANG_INCLUDE_DIRS CMake exportGuillaume Papin2017-03-211-1/+1
* [X86] Remove extra semicolon to placate GCC. NFCI.Davide Italiano2017-03-211-1/+1
* Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot.Marshall Clow2017-03-213-4/+11
* Prevent cppcoreguidelines-pro-bounds-array-to-pointer-decay from diagnosing a...Aaron Ballman2017-03-212-4/+29
* Fix array sizes where address space is not yet knownKonstantin Zhuravlyov2017-03-212-2/+13
* Fix build broken by StringList move.Zachary Turner2017-03-212-0/+2
* Add a bit more to one of the chrono testsMarshall Clow2017-03-211-0/+11
* [ARM] Recommit the glueless lowering of addc/adde in Thumb1,Artyom Skrobov2017-03-214-39/+299
* Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow2017-03-216-13/+50
* Delete eol-style:native SVN property.Zachary Turner2017-03-210-0/+0
* Modules: Remove an invalid check in unit tests for r298278Duncan P. N. Exon Smith2017-03-211-1/+0
* [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library testsBob Haarman2017-03-213-14/+7
* Move StringList from Core -> Utility.Zachary Turner2017-03-2134-38/+34
* [OpenMP] libomptarget: Disable on MacOS XGeorge Rokos2017-03-211-1/+4
* Correct class-template deprecation behaviorErich Keane2017-03-2113-43/+141
* Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski2017-03-211-2/+3
* Add stub for PluginProcessNetBSDKamil Rytarowski2017-03-219-0/+234
* Enable AUXV and QPassSignals in gdb-remote for NetBSDKamil Rytarowski2017-03-212-2/+2
* Enable ProcessPOSIXLog on NetBSDKamil Rytarowski2017-03-211-2/+2
* Add NetBSD case in Entry::Type::ThreadIDKamil Rytarowski2017-03-211-1/+2
* Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen2017-03-212-2/+6
* Update comment.Rui Ueyama2017-03-211-2/+2
* Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner2017-03-211-1/+1
* Revert 298388 and 298389 because they broke some AMDGPU tests.Adrian Prantl2017-03-213-186/+23
* Recommit r298282 with fixes for memory allocation/deallocationKrzysztof Parzyszek2017-03-212-17/+808
* Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner2017-03-211-5/+2
* Fix RST docs AttributeList heading underlineReid Kleckner2017-03-211-1/+1
OpenPOWER on IntegriCloud