summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rephrase condition for better readability. NFCAdrian Prantl2017-03-071-1/+1
* [fs] Make sure to check S_ISLNK() in fillStatus.Zachary Turner2017-03-071-0/+2
* revert r297155 because there's a clang test that depends on InstCombine:Sanjay Patel2017-03-072-24/+6
* Revert "Strip debug info when inlining into a nodebug function."Adrian Prantl2017-03-073-70/+15
* Revert "Document that code inlined into a nodebug function also won't get any"Adrian Prantl2017-03-071-2/+1
* Relax the conflicting function arg verifier to allow for inlined debugAdrian Prantl2017-03-072-0/+80
* Verfier: Move the reset of DebugFnArgs closer to other similar operations.Adrian Prantl2017-03-071-2/+1
* Revert r297132, it caused PR32171Nico Weber2017-03-072-124/+3
* [tests] Make sure tests do not end in 'unreachable' - Part IIITobias Grosser2017-03-074-6/+6
* [tests] Update bounds-check elimination test casesTobias Grosser2017-03-072-8/+8
* [ScopInfo] Avoid infinite loop during schedule constructionTobias Grosser2017-03-071-3/+49
* [InstCombine] shrink truncated splat shuffleSanjay Patel2017-03-072-6/+24
* [Support] Add the option to not follow symlinks on stat.Zachary Turner2017-03-074-25/+19
* [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
OpenPOWER on IntegriCloud