Age | Commit message (Expand) | Author | Files | Lines |
2016-08-11 | Merging r271801:release/3.8.x | Joerg Sonnenberger | 1 | -9/+10 |
2016-05-24 | Merging r262838: | Joerg Sonnenberger | 1 | -0/+6 |
2016-05-18 | Merging r261717: | Tom Stellard | 3 | -20/+75 |
2016-02-23 | Merging r261669:llvmorg-3.8.0-rc3 | Hans Wennborg | 1 | -4/+7 |
2016-02-22 | Merging r261422: | Hans Wennborg | 1 | -1/+4 |
2016-02-19 | Merge r261309: ARM: fix VFP asm constraints | Renato Golin | 1 | -2/+2 |
2016-02-18 | Merging r261209: | Hans Wennborg | 1 | -60/+33 |
2016-02-18 | Merging r261080: | Hans Wennborg | 1 | -64/+99 |
2016-02-18 | Merging r257763: | Hans Wennborg | 1 | -1/+1 |
2016-02-17 | Merging r259874: | Hans Wennborg | 1 | -15/+0 |
2016-02-16 | Merging r260851: | Dimitry Andric | 2 | -0/+18 |
2016-02-16 | Merging r260370: | Hans Wennborg | 1 | -1/+2 |
2016-02-12 | Merging r260616: | Hans Wennborg | 2 | -0/+4 |
2016-02-05 | Merging r259931: | Hans Wennborg | 1 | -0/+6 |
2016-02-02 | Merging r259598: | Hans Wennborg | 1 | -14/+6 |
2016-02-01 | Merging r257831, r257838, r257853, r257861, r257869, r257870, r257871. | Hans Wennborg | 1 | -634/+733 |
2016-02-01 | Merging r258396: | Hans Wennborg | 1 | -114/+137 |
2016-02-01 | Merging r257710: | Hans Wennborg | 4 | -93/+124 |
2016-01-29 | Merging r258307 and r258495: | Alexey Bataev | 2 | -139/+104 |
2016-01-22 | Merging r258110: | Dimitry Andric | 1 | -1/+0 |
2016-01-22 | Merging r258394: | Alexey Bataev | 3 | -17/+21 |
2016-01-13 | clang-format: [ObjC+JS] Allow bin-packing of array literals. | Daniel Jasper | 1 | -1/+5 |
2016-01-13 | Revert r257602 because it breaks integrated-as.s on mips hosts. | Scott Egerton | 1 | -24/+1 |
2016-01-13 | Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion." | Artem Dergachev | 1 | -51/+34 |
2016-01-13 | [analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion. | Artem Dergachev | 1 | -34/+51 |
2016-01-13 | [mips] Added support for -Wa,-mips32 and similar. | Scott Egerton | 1 | -1/+24 |
2016-01-13 | [analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency. | Artem Dergachev | 9 | -76/+80 |
2016-01-13 | [OPENMP] Fix for declarative/standalone directives use. | Alexey Bataev | 2 | -21/+36 |
2016-01-13 | [Bugfix] Fix ICE on constexpr vector splat. | George Burgess IV | 14 | -44/+79 |
2016-01-13 | Generalize r256026 to apply to all MachO targets, not just Darwin targets. | Bob Wilson | 1 | -2/+3 |
2016-01-13 | [CUDA] Report an error if code tries to mix incompatible CUDA attributes. | Justin Lebar | 1 | -13/+35 |
2016-01-12 | [Darwin] Fix deployment target detection | Frederic Riss | 1 | -1/+1 |
2016-01-12 | clang-cl: Support /Dfoo#bar (PR25984) | Hans Wennborg | 1 | -72/+99 |
2016-01-12 | [CUDA] Add explicit mapping from sm_XX to compute_YY. | Justin Lebar | 1 | -2/+24 |
2016-01-12 | Improve AST dumping: | Richard Smith | 6 | -1/+56 |
2016-01-12 | Properly track the end location of an exception specification. | Aaron Ballman | 1 | -1/+2 |
2016-01-12 | Module debugging: Make the module format part of the module hash instead | Adrian Prantl | 2 | -4/+6 |
2016-01-12 | Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078) | Hans Wennborg | 1 | -1/+1 |
2016-01-12 | [modules] Don't diagnose a conflict between two using-declarations that name ... | Richard Smith | 1 | -0/+4 |
2016-01-12 | function names start with a lower case letter ; NFC | Sanjay Patel | 1 | -1/+1 |
2016-01-12 | Revert r253898 and r253899, this breaks mingw compilation on openSUSE. | Ismail Donmez | 1 | -5/+11 |
2016-01-12 | [analyzer] Fix RangeConstraintManager's pinning of single value ranges. | Pierre Gousseau | 1 | -2/+2 |
2016-01-12 | [analyzer] Evaluate integral casts as cast symbols if truncations are detected. | Pierre Gousseau | 2 | -1/+47 |
2016-01-12 | PR18513: make gcc compatible layout for bit-fields with explicit aligned attr... | Alexey Bataev | 1 | -1/+9 |
2016-01-12 | Fix infinite recursion for invalid declaration, by Dmitry Polukhin | Alexey Bataev | 1 | -1/+1 |
2016-01-12 | clang-format: [JS] Support exporting abstract classes. | Daniel Jasper | 1 | -0/+4 |
2016-01-11 | [CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/. | Justin Lebar | 2 | -3/+15 |
2016-01-11 | Add an Action* member to InputInfo. | Justin Lebar | 3 | -15/+34 |
2016-01-11 | Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp... | Justin Lebar | 1 | -35/+26 |
2016-01-11 | Move ownership of Action objects into Compilation. | Justin Lebar | 3 | -121/+81 |