summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAsssembly] Register the MC register info.Dan Gohman2016-01-121-0/+9
* [AVX512] adding PROLQ and PROLD IntrinsicsMichael Zuckerman2016-01-128-1/+160
* Add extra tests for handling throw() and noexcept() specifiers.Aaron Ballman2016-01-121-0/+11
* Properly track the end location of an exception specification.Aaron Ballman2016-01-122-1/+40
* Module debugging: Make the module format part of the module hash insteadAdrian Prantl2016-01-122-4/+6
* [WebAssembly] Fix a test to work even when the integrated assembler is enabled.Dan Gohman2016-01-121-2/+3
* Codegen: [PPC] Handle weighted comparisons when inserting selects.Kyle Butt2016-01-122-10/+68
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-128-7/+46
* Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)Hans Wennborg2016-01-121-1/+1
* [WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the modu...Dan Gohman2016-01-121-0/+1
* Fix of r257495.Roman Gareev2016-01-121-1/+0
* Fix TestThreadJump on Windows.Zachary Turner2016-01-121-2/+1
* [modules] Don't diagnose a conflict between two using-declarations that name ...Richard Smith2016-01-125-4/+21
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-129-64/+225
* Fix build breakage of r257502.Stephane Sezer2016-01-121-1/+1
* Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).Dimitry Andric2016-01-121-0/+3
* Replace inherited constructor with an explicit oneKrzysztof Parzyszek2016-01-121-2/+2
* Rename IgnoredUndef -> Ignored since it is not an undefined symbol.Rui Ueyama2016-01-124-16/+15
* One more missing std:: qualification from JonathanMarshall Clow2016-01-121-1/+2
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-1211-346/+541
* [Hexagon] Implement RDF-based post-RA optimizationsKrzysztof Parzyszek2016-01-128-3/+459
* [LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...Sanjay Patel2016-01-122-9/+10
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-126-145/+361
* [ORC] More cleanup, partially aimed at working around GCC ICE.Lang Hames2016-01-121-6/+2
* rangify; NFCISanjay Patel2016-01-121-12/+10
* Auto-link with ole32.dll to simplify building LLVM.dllReid Kleckner2016-01-121-0/+1
* [Orc] Replace lambda with a helper method.Lang Hames2016-01-121-4/+1
* function names start with a lower case letter ; NFCSanjay Patel2016-01-121-1/+1
* function names start with a lower case letter ; NFCSanjay Patel2016-01-127-24/+24
* We do not need to schedule another loop interchange pass after Polly, as PollyRoman Gareev2016-01-121-1/+1
* Fix bot failure from r257493: remove extraneous temp file readTeresa Johnson2016-01-121-1/+1
* [ThinLTO] Handle an external call from an import to an alias in destTeresa Johnson2016-01-123-0/+34
* [ELF][MIPS] Do not create dynamic relocations against _gp_disp symbolSimon Atanasyan2016-01-122-8/+19
* [LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...Sanjay Patel2016-01-122-28/+22
* RDF: Copy propagationKrzysztof Parzyszek2016-01-123-0/+229
* New API for restoring current thread's affinity to init affinity of applicationJonathan Peyton2016-01-121-0/+38
* AMDGPU: Emit note directive for HSA even if there are no functionsTom Stellard2016-01-123-7/+27
* [Orc] Clang-format.Lang Hames2016-01-121-8/+6
* [Orc] Take another shot at working around the GCC 4.7 ICE inLang Hames2016-01-121-32/+29
* RDF: Dead code eliminationKrzysztof Parzyszek2016-01-123-0/+270
* consolidate exp/exp2 testsSanjay Patel2016-01-122-19/+12
* Fix compiler warnings from r257477Krzysztof Parzyszek2016-01-121-2/+2
* [libFuzzer] add a macro LLVM_FUZZER_DEFINES_SANITIZER_WEAK_HOOOKSKostya Serebryany2016-01-121-0/+8
* Add/edit tests to include instruction-level FMF on callsSanjay Patel2016-01-121-16/+28
* RDF: Implement register liveness analysisKrzysztof Parzyszek2016-01-123-0/+955
* [compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.ccAdhemerval Zanella2016-01-121-1/+0
* [mips] Correct operand order in DSP's mthi/mtloDaniel Sanders2016-01-122-9/+10
* Register Data Flow: data flow graphKrzysztof Parzyszek2016-01-123-0/+2558
* [Hexagon] Make helper function static. NFC.Benjamin Kramer2016-01-121-3/+3
* Fix test on windows.Rafael Espindola2016-01-121-1/+1
OpenPOWER on IntegriCloud