| Commit message (Expand) | Author | Age | Files | Lines |
* | Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls. | Daniel Jasper | 2015-12-02 | 2 | -0/+4 |
* | Pass along correct 'make' to sub-builds. | Andy Gibbs | 2015-12-02 | 1 | -1/+2 |
* | Fix class SCEVPredicate has virtual functions and accessible non-virtual dest... | Andy Gibbs | 2015-12-02 | 1 | -1/+1 |
* | XFAIL TestReturnValue for linux i386 clang 3.5-3.6 | Tamas Berghammer | 2015-12-02 | 1 | -0/+1 |
* | Teaches clang about Cortex-A35. | Christof Douma | 2015-12-02 | 6 | -2/+36 |
* | Fix "process load/unload" on android | Tamas Berghammer | 2015-12-02 | 11 | -265/+352 |
* | [AArch64]: Add support for Cortex-A35 | Christof Douma | 2015-12-02 | 8 | -3/+60 |
* | Revert "Added support for -gmodule debugging when debug info is left in the .... | Tamas Berghammer | 2015-12-02 | 22 | -1140/+178 |
* | Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTR | Nemanja Ivanovic | 2015-12-02 | 2 | -0/+14 |
* | [ELF] - Implemented some GD, LD and IE TLS access models for x86 target. | George Rimar | 2015-12-02 | 3 | -2/+114 |
* | PTRACE ABI to read FXSAVE area for 32-bit inferior | Abhishek Aggarwal | 2015-12-02 | 2 | -4/+42 |
* | Update isl to isl-0.15-140-g9279e30 | Michael Kruse | 2015-12-02 | 15 | -272/+304 |
* | Add script to update isl | Michael Kruse | 2015-12-02 | 2 | -0/+28 |
* | [mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP, REPL.PH, REPL.QB, REP... | Hrvoje Varga | 2015-12-02 | 7 | -9/+112 |
* | [X86][FMA] Optimize FNEG(FMUL) Patterns | Simon Pilgrim | 2015-12-02 | 3 | -14/+194 |
* | AVX-512: Updated cost of FP/SINT/UINT conversion operations | Elena Demikhovsky | 2015-12-02 | 4 | -375/+493 |
* | [X86][AVX512] add comi with Sae | Asaf Badouh | 2015-12-02 | 7 | -1/+345 |
* | [llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe... | David Blaikie | 2015-12-02 | 1 | -2/+7 |
* | [AttributeSet] Overload AttributeSet::addAttribute to reduce compile | Akira Hatanaka | 2015-12-02 | 4 | -17/+63 |
* | [X86] Change getZeroVector to take an MVT instead of EVT. One minor change ne... | Craig Topper | 2015-12-02 | 1 | -5/+5 |
* | [llvm-dwp] Emit a rather fictional debug_cu_index | David Blaikie | 2015-12-02 | 7 | -43/+128 |
* | DebugInfo\DWARF: Privatize some accidentally public members | David Blaikie | 2015-12-02 | 1 | -0/+1 |
* | [X86] Fix weird identation. NFC | Craig Topper | 2015-12-02 | 1 | -10/+10 |
* | Change ModuleLinker to take a set of GlobalValues to import instead of a sing... | Mehdi Amini | 2015-12-02 | 4 | -8/+15 |
* | clang/test/Driver/crash-report-modules.m: Avoid using /tmp/. | NAKAMURA Takumi | 2015-12-02 | 1 | -5/+5 |
* | [libFuzzer] add a test that is built with -fsanitize-coverage=trace-bb | Kostya Serebryany | 2015-12-02 | 2 | -0/+22 |
* | [sanitizer coverage] when adding a bb trace instrumentation, do it instead, n... | Kostya Serebryany | 2015-12-02 | 1 | -5/+7 |
* | [sanitizer coverage] when adding a bb trace instrumentation, do it instead, n... | Kostya Serebryany | 2015-12-02 | 1 | -15/+10 |
* | [sanitizer coverage] document -fsanitize-coverage=trace-bb | Kostya Serebryany | 2015-12-02 | 1 | -0/+7 |
* | [X86] Fix a think-o when checking if the eflags needs to be preserved. | Quentin Colombet | 2015-12-02 | 1 | -1/+7 |
* | Modify FunctionImport to take a callback to load modules | Mehdi Amini | 2015-12-02 | 2 | -13/+29 |
* | [X86] Make sure the prologue does not clobber EFLAGS when it lives accross it. | Quentin Colombet | 2015-12-02 | 2 | -43/+139 |
* | Force test to a target that supports thread_local | Matthias Braun | 2015-12-02 | 1 | -1/+1 |
* | Added support for -gmodule debugging when debug info is left in the .o files ... | Greg Clayton | 2015-12-02 | 22 | -178/+1140 |
* | AArch64: fix 128-bit shifts | Tim Northover | 2015-12-02 | 2 | -70/+97 |
* | Use default member initializers. | Rafael Espindola | 2015-12-01 | 1 | -4/+3 |
* | builtins: Fix the sysroot's reference to si_int in int_types.h | Sumanth Gundapaneni | 2015-12-01 | 1 | -0/+4 |
* | Define member operator delete | Xinliang David Li | 2015-12-01 | 1 | -0/+1 |
* | builtins: Build emutls.c on MINGW builds | Sumanth Gundapaneni | 2015-12-01 | 1 | -1/+1 |
* | AMDGPU: Error on addrspacecasts that aren't actually implemented | Matt Arsenault | 2015-12-01 | 3 | -56/+73 |
* | AMDGPU: Implement isNoopAddrSpaceCast | Matt Arsenault | 2015-12-01 | 3 | -0/+79 |
* | Fix the RUN on UBSAN unit tests | Sumanth Gundapaneni | 2015-12-01 | 2 | -2/+2 |
* | Remove unnecessary getter. | Rafael Espindola | 2015-12-01 | 1 | -4/+1 |
* | Pass down the dst GV to linkGlobalValueBody. NFC. | Rafael Espindola | 2015-12-01 | 1 | -9/+7 |
* | docs: Add design documentation for forward-edge CFI for indirect calls. | Peter Collingbourne | 2015-12-01 | 1 | -3/+88 |
* | Fix a bug in IfConversion.cpp. | Cong Hou | 2015-12-01 | 1 | -3/+2 |
* | ARM: Change ArchCheck field to uint64_t | Matthias Braun | 2015-12-01 | 1 | -1/+1 |
* | [ELF] MIPS paired R_MIPS_HI16/LO16 relocations support | Simon Atanasyan | 2015-12-01 | 6 | -21/+157 |
* | [Sanitizer] Increase kPcThreshold in slow unwinder after r254395. | Alexey Samsonov | 2015-12-01 | 1 | -1/+1 |
* | AMDGPU: Disallow flat_scr in SI assembler | Matt Arsenault | 2015-12-01 | 2 | -3/+52 |