summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generate codeview for array type metadata.Adrian McCarthy2016-06-083-0/+157
* [CodeView] Remove manual expansion of the default copy ctor.Benjamin Kramer2016-06-081-10/+0
* Specify target in lifetime-asan test.Vitaly Buka2016-06-081-3/+2
* Attempt #2 to appease the buildbots.George Burgess IV2016-06-081-3/+3
* [codeview] Avoid emitting an empty file checksum tableReid Kleckner2016-06-082-0/+18
* [SCEV] Break out of loop if there is no more work to doSanjoy Das2016-06-081-1/+1
* [SCEV] Track no-abnormal-exits instead of no-throw callsSanjoy Das2016-06-083-12/+36
* Teach isGuarantdToTransferExecToSuccessor about debug info intrinsicsSanjoy Das2016-06-082-3/+81
* Fix a bug in SCEV's poison value propagationSanjoy Das2016-06-082-12/+49
* [RegBankSelect] Silence an unused variable warning in release mode.Quentin Colombet2016-06-081-0/+1
* [RegBankSelect] Comment on how we could improve repairing with copies.Quentin Colombet2016-06-081-0/+11
* [esan|wset] Reduce flakiness in samples testDerek Bruening2016-06-081-5/+5
* [pdb] Fix build errors in PDB unit tests.Zachary Turner2016-06-081-8/+15
* 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
OpenPOWER on IntegriCloud