summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to appease buildbots.George Burgess IV2016-06-081-3/+8
* [pdb] Handle stream index errors better.Zachary Turner2016-06-0818-236/+336
* Remove a patch .rej file.Rui Ueyama2016-06-081-11/+0
* [AArch64][RegisterBankInfo] G_OR are fine on either GPR or FPR.Quentin Colombet2016-06-083-1/+166
* [RegBankSelect] Use RegisterBankInfo applyMapping method.Quentin Colombet2016-06-081-11/+8
* [NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replacedRoman Gareev2016-06-081-1/+0
* [profile] Hide some external symbols in InstrProfData.incVedant Kumar2016-06-082-17/+31
* [ProfileData] Update llvm's copy of InstrProfData.incVedant Kumar2016-06-081-19/+31
* [RegisterBankInfo] Implement the method to apply a mapping.Quentin Colombet2016-06-082-0/+61
* [RegBankSelect] Use the OperandMapper class to hold remap information.Quentin Colombet2016-06-081-10/+8
* [RegBankSelect] Use const_iterator instead of iterator for repairReg.Quentin Colombet2016-06-082-5/+6
* [profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li2016-06-082-2/+1
* [RegisterBankInfo] Introduce OperandsMapper class.Quentin Colombet2016-06-082-0/+170
* [Target] Introduce a generic opcode for bitwise OR: G_OR.Quentin Colombet2016-06-085-7/+25
* [Sema] Don't permit catching variably modified typesDavid Majnemer2016-06-083-0/+21
* [RegBankSelect] Introduce a command line option to override the running mode.Quentin Colombet2016-06-081-0/+14
* [RegBankSelect] Explain what it would take to support non-copyQuentin Colombet2016-06-081-0/+9
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-085-13/+0
* [clang-tidy] misc-argument-comment: don't bail out when an argument is a macr...Alexander Kornienko2016-06-083-13/+16
* [ARM] MSR instructions implicitly set CPSROliver Stannard2016-06-083-0/+59
* [OpenCL] Fix __builtin_astype for vec3 types.Yaxun Liu2016-06-083-38/+117
* [include-fixer] Keep dot dot in SymbolInfo file paths.Haojian Wu2016-06-084-8/+13
* [include-fixer] explicitly set minimize-paths in test.Eric Liu2016-06-081-1/+1
* Patch ready for #2436Marshall Clow2016-06-081-1/+1
* [Sparc] Complex return value ABI compliance.Chris Dewhurst2016-06-081-0/+45
* [Sparc] Complex return value ABI compliance.Chris Dewhurst2016-06-081-0/+19
* [lit] Ensure we get bytes when reading redirected output files.Daniel Dunbar2016-06-081-1/+1
* Move a function declaration to a header.Rui Ueyama2016-06-082-2/+1
* Support: correct AArch64 TargetParser implementationSaleem Abdulrasool2016-06-082-20/+62
* [clang-tidy] correct clang-tidy-diff.py help messageAlexander Kornienko2016-06-081-5/+5
* clang-format: [JS] fix a FIXME.Martin Probst2016-06-081-1/+1
* clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst2016-06-082-2/+28
* [AVX512] Emit select instruction instead of using x86 specific instrinsics.Igor Breger2016-06-0810-283/+274
* [PM] LoopSimplify. Remove unneeded pass dependencies. NFCI.Davide Italiano2016-06-081-3/+0
* [PM/SimplifyCFG] Preserve GlobalsAA even if the IR is mutated.Davide Italiano2016-06-081-4/+5
* [mips] Add a proper file header in MipsFastISel.cppVasileios Kalintiris2016-06-081-2/+15
* [ELF] - Removed includeInGnuHashTable() function. NFC.George Rimar2016-06-081-6/+1
* Correcting a typo in a comment; NFC.Aaron Ballman2016-06-081-1/+1
* [Hexagon] Modify HexagonExpandCondsets to handle subregistersKrzysztof Parzyszek2016-06-081-507/+454
* [ELF] - Fixed mistype in comment. NFC.George Rimar2016-06-081-1/+1
* [ELF] Replace getELFRelocationTypeName() calls with getRelName(). NFC.George Rimar2016-06-082-11/+9
* [include-fixer] do not add enum forward declaration into symbol index table.Eric Liu2016-06-082-4/+9
* [ELF] Simplify shouldMerge() result calculation. NFC.George Rimar2016-06-081-4/+1
* [ELF] - Replaced one more hardcode with named constant. NFC.George Rimar2016-06-081-2/+1
* [ELF] - Replaced hardcode with named constants. NFC.George Rimar2016-06-082-3/+3
* [clang-tidy] misc-macro-parentheses - avoid adding parentheses in variable de...Daniel Marjamaki2016-06-082-2/+53
* [ARM] Remove redundant check. NFCDiana Picus2016-06-081-1/+1
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-0823-41/+41
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-082-3/+14
* clang-format: Fix bug in function ref qualifier identification.Daniel Jasper2016-06-082-4/+2
OpenPOWER on IntegriCloud