summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move polly options into separate option categoryTobias Grosser2013-05-0716-69/+105
* Reformat with clang-formatTobias Grosser2013-05-0732-286/+347
* cmake: Add target to reformat with clang-formatTobias Grosser2013-05-072-0/+14
* [analyzer; alternate edges] simplify optimization rules to look at control-fl...Ted Kremenek2013-05-071-99/+12
* [analyzer; alternate arrows] use the terminator condition as the location for...Ted Kremenek2013-05-071-1/+1
* Correct logical shift documentationTim Northover2013-05-071-1/+1
* Weaken an assertion in memcpyization to account forJohn McCall2013-05-072-2/+47
* [lld][ELF] split ELF reader into multiple functions for readability (no chang...Shankar Easwaran2013-05-071-114/+190
* C++1y constant expression evaluation: support for compound assignments on int...Richard Smith2013-05-072-134/+303
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-072-5/+85
* Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...Argyrios Kyrtzidis2013-05-074-2/+5
* C++1y: an assignment operator is implicitly 'constexpr' if it would only call...Richard Smith2013-05-075-24/+125
* C++ status:Richard Smith2013-05-071-19/+18
* [analyzer; alternate arrows] provide a diagnostic for entering a loop for the...Ted Kremenek2013-05-071-20/+90
* Making it possible to specify a substring for a category name as long as the ...Enrico Granata2013-05-071-2/+16
* [ELF] Initialize readers and writers on creation.Michael J. Spencer2013-05-076-49/+27
* [Core] Properly stop the ThreadPoolExecutor and use the ConcRT memory allocator.Michael J. Spencer2013-05-071-2/+4
* DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie2013-05-062-7/+16
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-064-26/+133
* R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard2013-05-062-1/+14
* R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard2013-05-061-1/+1
* R600/SI: Add intrinsic for texture image loadingTom Stellard2013-05-063-10/+46
* R600/SI: Add pattern for uint_to_fpTom Stellard2013-05-061-1/+3
* R600/SI: Add patterns for integer maxima / minimaTom Stellard2013-05-061-4/+12
* In ProcessKDP, if the remote connection is not EFI,Jason Molenda2013-05-061-2/+5
* R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard2013-05-061-1/+3
* <rdar://problem/13063912>Enrico Granata2013-05-062-6/+30
* [analyzer; alternate arrows] don't increment the path iterator when we just d...Ted Kremenek2013-05-061-13/+22
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-066-17/+79
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-064-3/+142
* Support command line option categories.Andrew Trick2013-05-064-28/+323
* Grab-bag of bit-field fixes:John McCall2013-05-0615-24/+147
* Add missing initialization for Sema::CurScope. This is important for AST cons...Richard Smith2013-05-061-1/+1
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-062-0/+15
* Hoist boundary condition out of loop header.Eric Christopher2013-05-061-1/+2
* Untabify.Eric Christopher2013-05-061-5/+5
* Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner2013-05-068-78/+90
* Reduce attributes.Bill Wendling2013-05-061-2/+2
* [lld]remove lld-coreShankar Easwaran2013-05-063-731/+0
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-063-18/+12
* Stop LoopConvert removing DeclStmts from selection/iteration condition clausesEdwin Vane2013-05-063-10/+121
* Fix typo in C++11 flag for the GCC 4.6 code path: missing '-'Daniel Malea2013-05-061-1/+1
* Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis2013-05-062-8/+68
* Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis2013-05-064-5/+17
* <rdar://problem/11669154>Enrico Granata2013-05-063-23/+32
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-066-407/+307
* Test results verified using FileCheck rather than grep | countJean-Luc Duprat2013-05-061-1/+7
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-066-25/+26
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-061-3/+0
OpenPOWER on IntegriCloud