summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renaming to coincide with updated tagging system.release_35@215011Bill Wendling2014-08-060-0/+0
* Merging r214735:Bill Wendling2014-08-052-13/+15
* Merging r214734:Bill Wendling2014-08-052-1/+25
* Merging r214801:Bill Schmidt2014-08-042-142/+4
* Merging r214777:Hans Wennborg2014-08-041-49/+86
* Merging r214060:Bill Wendling2014-08-041-1/+1
* Merging r213834:Bill Wendling2014-08-042-3/+21
* Merging r213913:Bill Wendling2014-08-043-18/+19
* Merging r213999:Bill Wendling2014-08-042-0/+3
* Merging r214119:Bill Wendling2014-08-044-158/+158
* Merging r214222:Bill Wendling2014-08-043-37/+21
* ------------------------------------------------------------------------Bill Wendling2014-08-048-15/+172
* Merging r214369:Bill Wendling2014-08-041-1/+1
* Merging r214050:Bill Wendling2014-08-043-1/+54
* Merging r214471:Bill Wendling2014-08-041-3/+7
* Merging r214008:Bill Wendling2014-08-042-7/+43
* Merging r213912:Bill Wendling2014-08-042-11/+20
* Merging r213902:Bill Wendling2014-08-042-1/+23
* Merging r213840:Bill Wendling2014-08-042-31/+161
* Merging r213613:Bill Wendling2014-08-042-5/+12
* Merging r213611:Bill Wendling2014-08-042-2/+7
* Merging r213609:Bill Wendling2014-08-042-6/+42
* Merging r213993,213998:Bob Wilson2014-07-301-1/+1
* Merging r214208:Bob Wilson2014-07-293-3/+13
* Merging r213714:Renato Golin2014-07-281-1/+1
* Merging r213937:Simon Atanasyan2014-07-27216-415/+400
* Merging r213733:Yi Kong2014-07-231-0/+13
* Merging r213741:Daniel Sanders2014-07-232-3/+17
* Creating release_35 branchBill Wendling2014-07-220-0/+0
* Sema: correct handling for __va_start for WoASaleem Abdulrasool2014-07-224-1/+131
* Avoid crash if default argument parsed with errors.Serge Pavlov2014-07-225-5/+12
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-2214-25/+232
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-212-2/+9
* Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2014-07-214-6/+6
* clang-format vs plugin: set version number from cmake (PR20307)Hans Wennborg2014-07-212-4/+11
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-214-210/+24
* Fix build breakage caused by use of std::to_string(int). Replace with raw_st...Mark Heffernan2014-07-211-14/+19
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-214-24/+210
* Add support for '#pragma unroll'.Mark Heffernan2014-07-2116-149/+566
* Sema: Handle C11 atomics when diagnosing out of range comparisonsJustin Bogner2014-07-213-0/+30
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-2128-11/+673
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-2128-24/+779
* Trivial doc fixes: add missing whitespace, and s/overriden/overridden/g.James Dennett2014-07-211-5/+6
* Add clang::DesignatedInitExpr::designators() for range-based access,James Dennett2014-07-211-0/+11
* Add missing initialization found due to a valgrind false positive.Richard Smith2014-07-211-1/+1
* [modules] Fix some of the confusion when computing the override set for a macroRichard Smith2014-07-2115-27/+79
* [OPENMP] Added several test cases for clauses 'ordered' and 'nowait': if ther...Alexey Bataev2014-07-215-42/+82
* [PowerPC] Optimize passing certain aggregates by valueUlrich Weigand2014-07-214-13/+57
* [PowerPC] Support the ELFv2 ABIUlrich Weigand2014-07-212-9/+591
* If a module build reports errors, don't try to load itBen Langmuir2014-07-191-13/+21