summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAG] Eliminate exponential behavior in WalkChainUsersTim Shen2016-01-311-5/+20
* No need to use utostr/utohexstr when writing into a raw_ostream. NFCCraig Topper2016-01-311-24/+30
* Shrink character buffer size in raw_ostream::write_hex to 16 characters intea...Craig Topper2016-01-311-1/+1
* Use std::end instead of repeating buffer sizes.Craig Topper2016-01-312-7/+7
* [Parser] Update CachedTokens while parsing ObjectiveC template argument listBruno Cardoso Lopes2016-01-314-0/+57
* No need to use utostr when putting integers into a raw_ostream. NFCCraig Topper2016-01-311-5/+5
* Convert an unsigned to Twine instead of using utostr since we're already buil...Craig Topper2016-01-311-1/+1
* Convert int to Twine instead of using utostr since it was already being added...Craig Topper2016-01-311-1/+1
* [doc] improve the doc for CUDAJingyue Wu2016-01-301-17/+21
* [WebAssembly] Fix uses of FrameIndex as store valuesDerek Schuff2016-01-303-6/+17
* WebAssembly: don't optimize frameindex storeJF Bastien2016-01-303-6/+24
* [AST] Pull simple method inline.Benjamin Kramer2016-01-302-5/+3
* WebAssembly NFC: fix build warningJF Bastien2016-01-301-3/+3
* assert(false) -> llvm_unreachable().Davide Italiano2016-01-303-3/+3
* Fix build with VS2015Ismail Donmez2016-01-301-0/+2
* [BasicAA] NFC - revised comment for function adjustToPointerSize()Gerolf Hoflehner2016-01-301-1/+1
* [BasicAA] Fix for missing must alias (D16343)Gerolf Hoflehner2016-01-302-0/+27
* [BasicAA] Update on r259290 - added missing castGerolf Hoflehner2016-01-301-1/+1
* AMDGPU: Fix emitting invalid workitem intrinsics for HSAMatt Arsenault2016-01-306-37/+550
* AMDGPU: Stop checking intrinsics not used by HSA for dispatch-ptrMatt Arsenault2016-01-303-16/+175
* InstCombine: fabs(x) * fabs(x) -> x * xMatt Arsenault2016-01-302-4/+44
* [WebAssembly] Refine block placement to insert blocks between trees.Dan Gohman2016-01-302-9/+26
* AMDGPU: Add new amdgcn workitem intrinsicsMatt Arsenault2016-01-306-87/+189
* Remove references to *.h.in files and some autoconf hackeryJustin Bogner2016-01-304-33/+3
* Remove *.h.in - these were only used by the autoconf build systemJustin Bogner2016-01-303-765/+0
* [BasicAA] NFC - utility function for two's complement wrap-aroundGerolf Hoflehner2016-01-301-7/+15
* test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.NAKAMURA Takumi2016-01-301-1/+1
* [analyzer] Make suppression of macro defensive checks work with -analyzer-eag...Devin Coughlin2016-01-302-15/+46
* [SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.Argyrios Kyrtzidis2016-01-302-4/+16
* Further reduce test timeXinliang David Li2016-01-301-6/+2
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-304-10/+4
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-3022-25/+25
* Use Support/DataTypes.h instead of cstdintMatthias Braun2016-01-301-1/+1
* [docs] Remove references to autoconf build.Alexey Samsonov2016-01-301-2/+1
* [docs] Remove references to autotools build.Alexey Samsonov2016-01-305-352/+5
* [CUDA] Die if we ask the NVPTX backend to emit a global ctor/dtor.Justin Lebar2016-01-304-0/+40
* Remove references to autotools build.Alexey Samsonov2016-01-302-4/+1
* [CodeView] Properly handle empty line tablesDavid Majnemer2016-01-302-7/+89
* Move template instantiations to end of the file.Rui Ueyama2016-01-291-5/+5
* This patch adds doxygen comments for the intrinsincs in the header file __wmm...Ekaterina Romanova2016-01-291-0/+85
* Update comments about the entries in .got.plt.Rui Ueyama2016-01-291-8/+9
* [profile] Support hostname expansion in LLVM_PROFILE_FILEVedant Kumar2016-01-293-8/+57
* Improve -Wconstant-conversionRichard Trieu2016-01-293-3/+70
* [Objective-C] Support a new special module flag.Manman Ren2016-01-291-0/+1
* Class Property: generate metadata for class properties in protocols.Manman Ren2016-01-293-6/+21
* Class Property: generate metadata for class properties in categories.Manman Ren2016-01-292-4/+45
* [llvm-nm] Add a comment to explain why we initialize MC.Davide Italiano2016-01-291-0/+1
* [libFuzzer] add -timeout_exitcode optionKostya Serebryany2016-01-296-1/+7
* function names start with a lower case letter ; NFCSanjay Patel2016-01-291-25/+25
* [libFuzzer] re-enable test for -abort_on_timeout=1, this time protecting fro...Kostya Serebryany2016-01-291-1/+1
OpenPOWER on IntegriCloud