summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerato...Mehdi Amini2016-04-121-4/+3
* Minor code cleanup. NFC.Junmo Park2016-04-121-2/+2
* [clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...Matthias Gehre2016-04-122-10/+50
* [ASTMatchers]: fix crash in hasReturnValueMatthias Gehre2016-04-122-2/+5
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.Alexey Bataev2016-04-1215-161/+282
* [PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0Chuang-Yu Cheng2016-04-122-0/+27
* Basic: fix profiling with GNU EABISaleem Abdulrasool2016-04-122-11/+25
* [PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR fieldChuang-Yu Cheng2016-04-123-9/+37
* Devide _gp in the same spot as other mips symbols. NFC.Rafael Espindola2016-04-126-14/+13
* TargetLowering: Add missing doxygen group end.Matthias Braun2016-04-121-0/+2
* AArch64: Drive-by cleanupMatthias Braun2016-04-121-3/+2
* Attempt to make buildbot happier with r266032.George Burgess IV2016-04-121-2/+1
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-122-8/+8
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-1220-71/+577
* [analyzer] Fix assertion in ReturnVisitor for body-farm synthesized gettersDevin Coughlin2016-04-122-0/+16
* [AArch64] Add test cases for the repairing of physical registers.Quentin Colombet2016-04-121-0/+48
* [RegBankSelect] Teach the repairing code how to handle physicalQuentin Colombet2016-04-121-2/+6
* [AArch64] Add a test case for the propagation of register banks throughQuentin Colombet2016-04-121-0/+49
* [RegisterBankInfo] Do not provide a default mapping for non-reg of phiQuentin Colombet2016-04-121-0/+7
* [AArch64] Add a test case for the repairing of definitions.Quentin Colombet2016-04-121-0/+28
* [RegBankSelect] Teach how to repair definitions.Quentin Colombet2016-04-122-16/+135
* [MachineIRBuilder] Expose the insertion point in the public API.Quentin Colombet2016-04-121-3/+3
* Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...Greg Clayton2016-04-121-4/+10
* MergeFunctions: test alloca betterJF Bastien2016-04-122-16/+41
* [AArch64] Test that RegBankSelect inserts the proper copies to fix theQuentin Colombet2016-04-121-0/+53
* Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionPropertyDerek Schuff2016-04-114-27/+25
* Add a missing DICompileUnit to testcase.Adrian Prantl2016-04-111-6/+7
* ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini2016-04-115-23/+24
* Legalize the debug info in this testcase in anticipation of future Verifier i...Adrian Prantl2016-04-112-27/+46
* AtomicExpandPass: mark assert variable as usedJF Bastien2016-04-111-0/+3
* Fix compile with GCC after r266002 (Add __atomic_* lowering to AtomicExpandPass)James Y Knight2016-04-111-8/+8
* [LTO] Switch Module to std::unique_ptr<>.Davide Italiano2016-04-112-7/+10
* CodeGen: Fix a use-after-free in TailDuplicationJustin Bogner2016-04-111-2/+0
* NFC: keep comment up to dateJF Bastien2016-04-111-4/+4
* [safestack] A test for stackprotector canaries.Evgeniy Stepanov2016-04-111-0/+37
* Allow simultaneous safestack and stackprotector attributes.Evgeniy Stepanov2016-04-113-33/+36
* [safestack] Add canary to unsafe stack framesEvgeniy Stepanov2016-04-117-26/+178
* ARM: use r7 as the frame-pointer on all MachO targets.Tim Northover2016-04-115-22/+21
* Add __atomic_* lowering to AtomicExpandPass.James Y Knight2016-04-118-22/+1071
* Add support for resolving dynamic types of extended ObjC tagged pointersEnrico Granata2016-04-112-0/+188
* swifterror: fix up a testing case.Manman Ren2016-04-111-5/+5
* [DebugInfo/Test] Add CU as required.Davide Italiano2016-04-111-0/+2
* [DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) a...Simon Pilgrim2016-04-119-2417/+299
* Swift Calling Convention: swifterror target support.Manman Ren2016-04-1117-7/+1344
* Revert accidentally committed changeAdrian Prantl2016-04-111-2/+0
* Add missing DICompileUnit to this testcaseAdrian Prantl2016-04-113-0/+10
* libclang: fix two memory leaks (PR26292)Hans Wennborg2016-04-111-2/+3
* Fix some display bugs in llvm-pdbdump.Zachary Turner2016-04-113-8/+26
* Revert "AMDGPU/SI: Do not generate s_waitcnt after ds_permute/ds_bpermute"Tom Stellard2016-04-113-51/+5
OpenPOWER on IntegriCloud