summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Remove std::hex in favor of format().Alexey Samsonov2015-12-021-5/+7
* Make --results-file stdout implied if unspecified when using a results format...Todd Fiala2015-12-021-3/+13
* Tests: PPC: remove unnecessary metadata. NFCKyle Butt2015-12-021-3/+0
* Also copy private linkage globals when needed.Rafael Espindola2015-12-023-1/+16
* Re-enable UBSan tests for SystemZ: PR20980 was fixed.Alexey Samsonov2015-12-021-4/+0
* Don't copy information from aliasee to alias.Rafael Espindola2015-12-025-22/+20
* AMDGPU/SI: Correctly emit agent global segment variables when targeting HSATom Stellard2015-12-0210-3/+301
* [Hexagon] Remove TFRI_V4 instruction, use existing A2_tfrsi insteadKrzysztof Parzyszek2015-12-021-20/+0
* Fix linking when we copy over only a decl.Rafael Espindola2015-12-023-22/+55
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-022-2/+17
* Use sub-commands instead of --mode={client,server}.Zachary Turner2015-12-023-37/+40
* [CodeGen]: Fix bad interaction with AntiDep breaking and inline asm.Kyle Butt2015-12-022-3/+314
* Test Commit: iterateeKyle Butt2015-12-021-2/+2
* Adds candidate formatter for replacing legacy summary results.Todd Fiala2015-12-024-88/+432
* Fix accidental off by one changeFiona Glaser2015-12-021-1/+1
* Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.Paul Robinson2015-12-022-12/+13
* AMDGPU: Fix msan test failureTom Stellard2015-12-021-0/+1
* Scheduler / Regalloc: use unique_ptr[] instead of std::vectorFiona Glaser2015-12-023-16/+17
* [llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland2015-12-024-17/+32
* AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.Tim Northover2015-12-026-38/+57
* [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman2015-12-024-4/+4
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-022-4/+11
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-0212-269/+1639
* Making the deleted copy constructor parameter const; NFC.Aaron Ballman2015-12-021-1/+1
* AMDGPU/SI: Don't emit group segment global variablesTom Stellard2015-12-025-0/+32
* Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A =...David Majnemer2015-12-024-9/+9
* Replace the custom AST matcher for nothrow functions with the canonical AST m...Aaron Ballman2015-12-023-18/+2
* Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...Aaron Ballman2015-12-024-0/+52
* Amending r254423 by deleting the copy constructor and adding a move construct...Aaron Ballman2015-12-021-0/+7
* Add an interesting case we already get right.Rafael Espindola2015-12-021-0/+14
* Rollback r254508 and r254511 to fix buildbotsAndy Gibbs2015-12-021-4/+1
* By intel specMichael Zuckerman2015-12-021-1/+1
* Fix buildbots broken by r254508Andy Gibbs2015-12-021-1/+4
* Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.Daniel Jasper2015-12-022-0/+4
* Pass along correct 'make' to sub-builds.Andy Gibbs2015-12-021-1/+2
* Fix class SCEVPredicate has virtual functions and accessible non-virtual dest...Andy Gibbs2015-12-021-1/+1
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Teaches clang about Cortex-A35.Christof Douma2015-12-026-2/+36
* Fix "process load/unload" on androidTamas Berghammer2015-12-0211-265/+352
* [AArch64]: Add support for Cortex-A35Christof Douma2015-12-028-3/+60
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-0222-1140/+178
* Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTRNemanja Ivanovic2015-12-022-0/+14
* [ELF] - Implemented some GD, LD and IE TLS access models for x86 target.George Rimar2015-12-023-2/+114
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-022-4/+42
* Update isl to isl-0.15-140-g9279e30Michael Kruse2015-12-0215-272/+304
* Add script to update islMichael Kruse2015-12-022-0/+28
* [mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP, REPL.PH, REPL.QB, REP...Hrvoje Varga2015-12-027-9/+112
* [X86][FMA] Optimize FNEG(FMUL) PatternsSimon Pilgrim2015-12-023-14/+194
* AVX-512: Updated cost of FP/SINT/UINT conversion operationsElena Demikhovsky2015-12-024-375/+493
* [X86][AVX512] add comi with SaeAsaf Badouh2015-12-027-1/+345
OpenPOWER on IntegriCloud