summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Simplify a couple if statements. Explicitly check up front that only o...Craig Topper2015-12-121-3/+3
* Move catchpad-phi-cast.ll to the X86 specific subdirectoryDavid Majnemer2015-12-121-0/+0
* Try to appease a buildbotDavid Majnemer2015-12-121-0/+1
* Try to appease a buildbot.David Majnemer2015-12-121-2/+2
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-1218-265/+168
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-12106-6086/+3078
* Fix the L1 cache search in MemoryCache::Read to use the Jason Molenda2015-12-121-17/+9
* Preserve source location information for qualified names used in a constructorRichard Smith2015-12-122-2/+17
* Remove unused mips typedefs.Oleksiy Vyalov2015-12-121-3/+1
* [PowerPC] OutStreamer cleanup in PPCAsmPrinterHal Finkel2015-12-121-23/+19
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* Revert r254647.Easwaran Raman2015-12-122-12/+0
* [X86ISelLowering] Add additional support for multiplication-to-shift conversion.Chen Li2015-12-122-3/+70
* Fix test/CodeGen/PowerPC/ppc-shrink-wrapping.ll after r255398Hal Finkel2015-12-121-1/+1
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* [InstCombine] allow any pair of bitcasts to be combinedSanjay Patel2015-12-122-22/+18
* [PowerPC] Add Branch Hints for Highly-Biased BranchesHal Finkel2015-12-123-2/+209
* Attach maximum function count to Module when using PGO modeEaswaran Raman2015-12-122-0/+12
* [WebAssembly] Update test expectationsDerek Schuff2015-12-121-108/+49
* Revert rL255391: [X86ISelLowering] Add additional support for multiplication-...Chen Li2015-12-122-71/+3
* use FileCheck for better checkingSanjay Patel2015-12-121-3/+22
* docs: Document -fno-sanitize-trap= and -fsanitize-recover= flags for CFI.Peter Collingbourne2015-12-111-0/+18
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-1112-19/+1303
* [X86ISelLowering] Add additional support for multiplication-to-shift conversion.Chen Li2015-12-112-3/+71
* [lld][MachO] Recognize __thread_bss sections as zero-fill and set all theLang Hames2015-12-118-19/+55
* SamplePGO - Reduce memory utilization by 10x.Diego Novillo2015-12-113-61/+8
* SelectionDAG: Match min/max if the scalar operation is legalMatt Arsenault2015-12-117-87/+361
* Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel2015-12-1116-399/+35
* Avoid buffered reads of /dev/urandomRafael Espindola2015-12-111-4/+9
* Use new set when checking if a test event type matches the job/test result typesTodd Fiala2015-12-111-3/+1
* [modules] If the semantic and lexical DC of a decl are the same, write out theRichard Smith2015-12-112-17/+32
* Allow non-defining declarations of class template partial specializations toRichard Smith2015-12-113-1/+39
* [clang-cl] Let /W4 map to -Wall -Wextra instead of just -Wall.Nico Weber2015-12-115-4/+9
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-112-2/+9
* [llvm-objdump/MachODump] Reduce code duplication.Davide Italiano2015-12-111-69/+41
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* [lld] Watch out for tool names inside paths when substituting tool-paths in lit.Lang Hames2015-12-111-3/+3
* Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions ...Ben Langmuir2015-12-114-0/+35
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-1116-357/+331
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-1113-222/+376
* Remove hardcoded registers from Hexagon ABITed Woodward2015-12-111-10/+21
* Hinted lock (OpenMP 4.5 feature) Updates/FixesJonathan Peyton2015-12-113-140/+159
* Unify diagnostics for type defintitions in bad contextsReid Kleckner2015-12-113-21/+17
* Error on redeclaring with a conflicting asm label and on redeclaring with an ...Nick Lewycky2015-12-113-1/+49
* Add tests for bitcast-bitcast sequences for all scalar/vector permutationsSanjay Patel2015-12-111-0/+90
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-116-16/+8
* [PGO] Revert r255366: solution incomplete, not handling lambda yetXinliang David Li2015-12-1110-14/+14
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-1110-14/+14
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-116-8/+16
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-111-191/+177
OpenPOWER on IntegriCloud