summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.5] Fix test compatibility with 32 bit mode.Alexey Bataev2015-12-151-1/+1
* [OPENMP 4.5] Codegen for 'hint' clause of 'critical' directiveAlexey Bataev2015-12-154-15/+48
* Improve the successor list update in TailDuplication.cpp.Cong Hou2015-12-152-7/+7
* InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.NAKAMURA Takumi2015-12-151-4/+9
* clang/test/Analysis/padding_c.c: Suppress a test incompatible to i686-linux.NAKAMURA Takumi2015-12-151-7/+0
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-157-29/+70
* [PassManagerBuilder] Add a few more scalar optimization passesJames Molloy2015-12-151-0/+13
* Mark ThreadPool unittests as unsupported on PowerPC64Mehdi Amini2015-12-151-0/+4
* ThreadPool unittest: add a rough mechanism to mark UNSUPPORTED on a given pla...Mehdi Amini2015-12-151-5/+53
* Reapply fixed r255626 that broke buildbot:George Rimar2015-12-151-15/+13
* [clang-tidy] Check for suspicious string assignments.Gabor Horvath2015-12-157-0/+208
* Type legalizer for masked gather and scatter intrinsics.Elena Demikhovsky2015-12-159-221/+2085
* Revert of r255626 "[ELF] - refactor of code in RelocationSection<ELFT>::write...George Rimar2015-12-151-13/+15
* Add a new matcher to match character types.Gabor Horvath2015-12-152-0/+22
* [ELF] - refactor of code in RelocationSection<ELFT>::writeTo()George Rimar2015-12-151-15/+13
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-1519-37/+369
* [IR] Add classof for GetElementPtrConstantExpr, CompareConstantExpr, InsertVa...Craig Topper2015-12-152-2/+30
* Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper2015-12-155-43/+46
* [ELF][MIPS] Remove applying the redundant bit-maskSimon Atanasyan2015-12-151-1/+1
* Fix MSVC build with LLVM_ENABLE_THREADS=OFFMehdi Amini2015-12-151-1/+10
* LoopUtils: Remove defaults for arguments that are always specified. NFCJustin Bogner2015-12-151-3/+3
* [LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur2015-12-151-0/+5
* Replace the unit test of BranchProbability::normalizeEdgeWeights() with Branc...Cong Hou2015-12-151-29/+25
* Fix template parameter pack handling in ThreadPoolTeresa Johnson2015-12-152-1/+15
* Bump up MAX_SUBTARGET_FEATURESWeiming Zhao2015-12-151-1/+1
* NFC: Fix typo in commentVaivaswatha Nagaraj2015-12-151-1/+1
* [ShrinkWrapping] Do not choose restore point inside loops.Quentin Colombet2015-12-152-5/+163
* [WebAssembly] Use an immediate OperandType for offset operands.Dan Gohman2015-12-151-23/+23
* Try to let r255604 have an effect.Nico Weber2015-12-151-6/+6
* Add specific header for MSVC to be able to build with LLVM_ENABLE_THREADS=OFFMehdi Amini2015-12-151-0/+6
* Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2015-12-154-13/+30
* [WebAssembly] Remove .import printing.Dan Gohman2015-12-152-90/+0
* WebAssembly: test global array indexingJF Bastien2015-12-151-0/+9
* Instcombine: destructor loads of structs that do not contains paddingMehdi Amini2015-12-157-92/+180
* Mark declarations of externally instantiated functions as inline so GCC doesn...Eric Fiselier2015-12-151-2/+2
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-1517-376/+213
* Add NetBSDSignals.cpp to the xcode project file.Jason Molenda2015-12-151-4/+12
* [llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner2015-12-152-25/+25
* Let operator/ with uint32_t rhs operand be a member of BranchProbability and ...Cong Hou2015-12-151-6/+13
* [asan] try to fix ARM botsKostya Serebryany2015-12-151-0/+2
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-156-0/+356
* Welcome to NetBSD signalsKamil Rytarowski2015-12-154-1/+69
* Revert "Add a C++11 ThreadPool implementation in LLVM"Mehdi Amini2015-12-156-354/+0
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-157-8/+128
* Add a C++11 ThreadPool implementation in LLVMMehdi Amini2015-12-156-0/+354
* [asan] add option: handle_sigillKostya Serebryany2015-12-155-0/+32
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-1517-65/+65
* [PGO] make profile prefix even shorter and more readableXinliang David Li2015-12-1515-96/+96
* Fix various GCC mis-configurations for newer versions.Eric Fiselier2015-12-154-9/+16
* Make few adjustments after r255542.Siva Chandra2015-12-151-3/+3
OpenPOWER on IntegriCloud