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