summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in handling of quoted linker script tokens and update tests to use it.Pete Cooper2016-01-224-19/+19
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-224-8/+13
* [cmake] Disable manifest generation when LLD is the linkerReid Kleckner2016-01-221-4/+8
* [WinEH] Let cleanups post-dominated by unreachable get executedDavid Majnemer2016-01-225-4/+188
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-222-521/+521
* XFail a test from TestConditionalBreak.py on Windows.Adrian McCarthy2016-01-221-2/+3
* XFail TestNamespaceLookup tests on Windows.Adrian McCarthy2016-01-221-1/+5
* Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby2016-01-223-8/+69
* unordered_map: Reuse insert logic in emplace when possible, NFCDuncan P. N. Exon Smith2016-01-221-3/+27
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-224-0/+46
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-223-21/+42
* Use std::piecewise_constant_distribution instead of ad-hoc binary search.Ivan Krasin2016-01-223-63/+106
* Fix LivePhysRegs::addLiveOutsWeiming Zhao2016-01-221-1/+1
* fixed to test features, not CPU modelsSanjay Patel2016-01-221-73/+73
* fix typos; NFCSanjay Patel2016-01-221-2/+2
* Strip local symbols when using externalized debug info.Owen Anderson2016-01-221-1/+1
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
* AMDGPU: Add barrier builtinMatt Arsenault2016-01-222-0/+7
* Remove unnecessary object:: prefix.Rafael Espindola2016-01-221-24/+24
* [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss c...Gabor Horvath2016-01-223-38/+43
* [gold] Remove inconsistent llvm_unreachable().Davide Italiano2016-01-221-1/+0
* AMDGPU: Rename builtins to use amdgcn prefixMatt Arsenault2016-01-224-159/+241
* AMDGPU: Remove GCCBuiltin from intrinsics that need manglingMatt Arsenault2016-01-221-25/+30
* AMDGPU: Add new name for barrier intrinsicMatt Arsenault2016-01-223-1/+38
* AMDGPU: Rename intrinsics to use amdgcn prefixMatt Arsenault2016-01-2226-254/+381
* Make sure that any new and optimized objects created during GlobalOPT copy al...Sergei Larin2016-01-224-0/+89
* Module debugging: Create a parent DIModule with the PCH name for typesAdrian Prantl2016-01-224-46/+71
* Add support for export_dynamic cmdline option and behaviour.Pete Cooper2016-01-226-4/+69
* Make InstProfWriter compile again after 258544 with MSVC.Nico Weber2016-01-221-6/+6
* function names start with a lowercase letter; NFCSanjay Patel2016-01-221-8/+8
* [PlaceSafepoints] Introduce a -spp-no-statepoints flagSanjoy Das2016-01-222-0/+35
* [OpenMP] Remove '#if 1' hanging in target_map_messages.cpp. Samuel Antao2016-01-221-8/+0
* Commands: silence dumb -Wextra warning from GCCSaleem Abdulrasool2016-01-221-5/+5
* Target: fix -Wcast-qual warningSaleem Abdulrasool2016-01-221-1/+1
* Silence -Wreturn-type warningsSaleem Abdulrasool2016-01-222-0/+2
* When building without DIA SDK, don't set suppressions.cpp failNico Weber2016-01-224-8/+20
* [PGO] Remove use of static variable. /NFCXinliang David Li2016-01-222-12/+21
* [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.Samuel Antao2016-01-224-172/+745
* fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala2016-01-221-9/+7
* [AArch64] Cleanup ccmp test check labels. NFC.Ahmed Bougacha2016-01-221-10/+10
* Typo fix and simplification.Rafael Espindola2016-01-221-4/+2
* Remove dead code.Rui Ueyama2016-01-221-1/+0
* Revert 258486 -- for a better fix coming soonXinliang David Li2016-01-223-71/+63
* AMDGPU: Fix crash with invariant markersMatt Arsenault2016-01-222-0/+33
* [NVPTX] expand mul_lohi to mul_lo and mul_hiJingyue Wu2016-01-222-0/+28
* Add ArrayRef support to EndianStream.Rafael Espindola2016-01-222-0/+37
* [AArch64] Simplify emitConditionalCompare calls. NFC.Ahmed Bougacha2016-01-221-13/+9
* [AArch64] Lower 2-CC FCCMPs (one/ueq) using AND'ed CCs.Ahmed Bougacha2016-01-222-26/+196
* [AArch64] Assert that CCMP isel didn't fail inconsistently.Ahmed Bougacha2016-01-221-0/+2
* Fix the build by using the correct suffix for 64 bit literalsAdrian Prantl2016-01-222-2/+2
OpenPOWER on IntegriCloud