summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-273-1/+5
* [X86][FastISel] Make sure we use the right register class when we select stores.Quentin Colombet2016-04-272-4/+12
* Remove unused LangOpts private variable in HeaderSearch.Samuel Antao2016-04-272-4/+1
* Minor test simplification (per David Blaikie suggestion).Paul Robinson2016-04-271-14/+5
* Fix buildbot failure due to r267792Rong Xu2016-04-271-1/+1
* [modules] When diagnosing a missing module import, suggest adding a #include ifRichard Smith2016-04-2726-15/+237
* [ELF] -R is an alias for -rpath.Davide Italiano2016-04-271-0/+1
* XFail TestIRInterpreter on WindowsAdrian McCarthy2016-04-271-0/+1
* [Hexagon] Merging nops in to previous packet rather than always creating a ne...Colin LeMahieu2016-04-272-17/+129
* [X86] Fix the lowering of TLS calls.Quentin Colombet2016-04-274-10/+18
* [MCAssembler] Allow backend to finalize layout post-relaxation.Colin LeMahieu2016-04-272-0/+5
* [MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki2016-04-271-0/+7
* [sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki2016-04-276-6/+42
* [sanitizer] Add early call handling to strchr + strrchr interceptorsDerek Bruening2016-04-271-0/+4
* [PGO] Prohibit address recording if the function is both internal and COMDATRong Xu2016-04-272-0/+30
* AMDGPU: Account for globals in AMDGPUPromoteAlloca passMatt Arsenault2016-04-272-2/+36
* [RuntimeDyld] Add missing include - <string> is requried for std::to_string.Lang Hames2016-04-273-0/+3
* [RuntimeDyld] Propagate Errors from findPPC64TOCSection.Lang Hames2016-04-271-3/+6
* Revert unnecessary tblgen change.Peter Collingbourne2016-04-271-1/+0
* Wdocumentation fixSimon Pilgrim2016-04-271-1/+1
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-2736-209/+432
* Add a test case for the crash fixed with r267037. David Blaikie said it woul...Kevin Enderby2016-04-272-0/+3
* [ARM] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.Ahmed Bougacha2016-04-271-2/+2
* [AArch64] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.Ahmed Bougacha2016-04-271-2/+2
* [AArch64] Set correct successors in CMPXCHG pseudo expansion.Ahmed Bougacha2016-04-272-3/+5
* [ARM] Set correct successors in CMPXCHG pseudo expansion.Ahmed Bougacha2016-04-272-5/+7
* [InstCombine][AVX2] Add AVX2 per-element vector shift testsSimon Pilgrim2016-04-271-0/+467
* [RuntimeDyld] Plumb Error/Expected through the internals of RuntimeDyld.Lang Hames2016-04-2714-288/+484
* ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...Peter Collingbourne2016-04-2711-4/+434
* Fix build failure under NDEBUG.Than McIntosh2016-04-271-0/+4
* [X86]: Quit promoting 16 bit loads to 32 bit.Kevin B. Smith2016-04-272-18/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-277-6/+42
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-271-1/+2
* [libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...Kostya Serebryany2016-04-274-0/+28
* Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor2016-04-279-3/+28
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* [CodeGenPrepare] Don't sink a cast past its userDavid Majnemer2016-04-272-0/+37
* Refactor debugging code, NFC.Than McIntosh2016-04-271-31/+30
* [NVPTX] Run NVVMReflect at the beginning of IR passes.Justin Lebar2016-04-272-0/+10
* Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.Justin Lebar2016-04-271-0/+8
* Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.Justin Lebar2016-04-272-11/+25
* [LIR] Set attributes on memset_pattern16.Ahmed Bougacha2016-04-272-0/+6
* [LIR] Reuse variable. NFCI.Ahmed Bougacha2016-04-271-1/+1
* [InferAttrs] Mark memset_pattern16 params nocapture.Ahmed Bougacha2016-04-272-1/+3
* [TLI] Unify LibFunc attribute inference. NFCI.Ahmed Bougacha2016-04-273-795/+730
* [TLI] Unify LibFunc signature checking. NFCI.Ahmed Bougacha2016-04-278-711/+599
* [TLI] Fix indentation. NFC.Ahmed Bougacha2016-04-271-1/+1
* [CMake] On Darwin bootstrap LTO builds set DYLD_LIBRARY_PATH instead of using...Chris Bieneman2016-04-271-8/+13
* Fix a bunch of sign-compare warningsDavid Blaikie2016-04-271-4/+4
* Clean up to avoid compiler warnings for casting away const qualifiers.Sjoerd Meijer2016-04-272-4/+4
OpenPOWER on IntegriCloud