summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Improve valist checks and move it out from alpha state.Gabor Horvath2017-03-075-100/+202
* Use 32 bits for alignment.Rafael Espindola2017-03-073-4/+4
* [ScopDetection] Do not detect scops that exit to an unreachableTobias Grosser2017-03-074-1/+82
* [tests] Make sure tests do not end in 'unreachable' - Part IITobias Grosser2017-03-0710-14/+14
* Let arm_section_length store the number of bytes.Ed Schouten2017-03-072-9/+5
* [clang-format] Followup of D30646 - unbreak the buildAndi-Bogdan Postelnicu2017-03-071-2/+2
* [tests] Make sure tests do not end in 'unreachable'Tobias Grosser2017-03-075-5/+5
* Rename remaining uses of Addralign to Alignment.Rafael Espindola2017-03-073-9/+9
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* Rename Addralign to Alignment.Rafael Espindola2017-03-075-12/+12
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-072-2/+7
* [ARM] Correct handling of LSL #0 in an IT blockJohn Brawn2017-03-072-1/+15
* [Hexagon] Do not insert instructions before PHI nodesKrzysztof Parzyszek2017-03-072-1/+4
* [clang-format] Support namespaces ending in semicolonKrasimir Georgiev2017-03-072-8/+105
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-0738-261/+289
* [ARM] Reapply r296865 "[ARM] fpscr read/write intrinsics not aware of each ot...Ranjeet Singh2017-03-073-4/+49
* [SystemZ] Add check VT.isSimple() in canTreateAsByteVector()Jonas Paulsson2017-03-072-1/+11
* Fix Mips LA25 Thunks where Caller and Callee in different OSPeter Smith2017-03-072-1/+139
* In Thumb1, materialize a move between low registers as a `movs`, if CPSR isn'...Artyom Skrobov2017-03-076-49/+45
* [index] Mark categories of test classes with the 'UnitTest' symbol property a...Argyrios Kyrtzidis2017-03-072-3/+11
* [LoopRotate] Update dbg.value intrinsicsSam Parker2017-03-072-3/+124
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-0710-49/+28
* [X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa2017-03-072-4/+2
* [analyzer] Fix crash when building CFG with variable of incomplete typeMartin Bohme2017-03-072-2/+14
* Fixed a missing brace.Sean Callanan2017-03-071-1/+1
* [X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa2017-03-079-1194/+369
* [X86][AVX512] Add missing entries to EVEX2VEX tablesAyman Musa2017-03-0713-185/+317
* Revert "[PowerPC][ELFv2ABI] Allocate parameter area on-demand to reduce stack...Tim Shen2017-03-072-129/+5
* [LoopUnrolling] Fix loop size check for peelingSanjoy Das2017-03-072-2/+32
* [APInt] Add rvalue reference support to and, or, xor operations to allow thei...Craig Topper2017-03-073-71/+155
* Fix FreeBSD build.Zachary Turner2017-03-071-2/+3
* Remove FileSpec dependency on FileSystem.Zachary Turner2017-03-071-29/+23
* Revert "AMDGPU: Set MCAsmInfo::PointerSize"Konstantin Zhuravlyov2017-03-072-27/+0
* Fix linux build.Zachary Turner2017-03-071-2/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-0740-259/+249
* [APInt] Fix test names in unittest to match functions being tested. NFCCraig Topper2017-03-071-2/+2
* [APInt] Add getBitsSetFrom and setBitsFrom to set upper bits starting at a bitCraig Topper2017-03-072-0/+43
* Add a testcase for r297072.Adrian Prantl2017-03-071-0/+56
* [APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/se...Craig Topper2017-03-072-24/+33
* [APInt] Add setLowBits/setHighBits methods to APInt.Craig Topper2017-03-073-30/+173
* Un-XFAIL Fuzzer/test/dump_coverage.test. This now passes on Darwin (after r2...Kuba Mracek2017-03-071-2/+0
* remove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCINGBob Wilson2017-03-072-8/+2
* Remove Config->Rela and define Config->isRela() instead.Rui Ueyama2017-03-075-15/+33
* Remove Config->Mips64EL and define Config->isMips64EL() instead.Rui Ueyama2017-03-078-21/+33
* Define LLVM_ENABLE_WARNINGS when building standalone clang to ensure warnings...Eric Fiselier2017-03-071-0/+1
* Fix unused variable in SemaCoroutine.cppEric Fiselier2017-03-071-1/+0
* cleanup.Jason Molenda2017-03-071-42/+42
* [SLP] Revert r296863 due to miscompiles.Michael Kuperstein2017-03-065-152/+83
* Add missing include in FileSpec.Zachary Turner2017-03-061-0/+1
* Fix some widespread warnings in headers from the new coroutine codeReid Kleckner2017-03-062-4/+1
OpenPOWER on IntegriCloud