index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Configure some simple include paths and runtime library settings.
Dan Gohman
2016-01-14
2
-0
/
+31
*
[Hexagon] Change all builtins returning "bool" to return "int" instead
Krzysztof Parzyszek
2016-01-14
1
-92
/
+92
*
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper
2016-01-14
2
-1
/
+4
*
[mips] Added support for -Wa,-mips32 and similar.
Scott Egerton
2016-01-14
2
-1
/
+116
*
Fix for armv7-a15 and thumbv7-a15 buildbot fails.
Andrey Bokhanko
2016-01-14
1
-2
/
+2
*
Correct setting of UserLabelPrefix for MCU target.
Andrey Bokhanko
2016-01-14
2
-0
/
+2
*
PR25910: clang allows two var definitions with the same mangled name
Andrey Bokhanko
2016-01-14
3
-36
/
+134
*
clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
Daniel Jasper
2016-01-14
2
-0
/
+6
*
Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,
Peter Collingbourne
2016-01-14
3
-31
/
+9
*
CodeGen: Only emit CFI unrelated cast checks for bit casts.
Peter Collingbourne
2016-01-14
2
-7
/
+17
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
6
-101
/
+191
*
Update cxx_dr_status for latest issues list.
Richard Smith
2016-01-13
1
-383
/
+1289
*
Update make_cxx_dr_status after the 3.8 branch.
Richard Smith
2016-01-13
1
-2
/
+2
*
Update cxx_dr_status.html after the 3.8 branch
Hans Wennborg
2016-01-13
1
-1
/
+1
*
Update version to 3.9
Hans Wennborg
2016-01-13
2
-47
/
+7
*
clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper
2016-01-13
3
-17
/
+16
*
Revert r257602 because it breaks integrated-as.s on mips hosts.
Scott Egerton
2016-01-13
2
-115
/
+1
*
Revert "[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion."
Artem Dergachev
2016-01-13
11
-806
/
+100
*
[analyzer] Provide .def-files and visitors for SVal/SymExpr/MemRegion.
Artem Dergachev
2016-01-13
11
-100
/
+806
*
[mips] Added support for -Wa,-mips32 and similar.
Scott Egerton
2016-01-13
2
-1
/
+115
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
12
-182
/
+203
*
[OPENMP] Fix for declarative/standalone directives use.
Alexey Bataev
2016-01-13
11
-48
/
+114
*
Install scan-build and scan-view only if Static Analyzer was enabled.
Eugene Zelenko
2016-01-13
1
-2
/
+2
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
20
-58
/
+193
*
[CUDA] Rename check-prefixes in cuda-options.cu and cuda-unused-arg-warning.cu.
Justin Lebar
2016-01-13
2
-157
/
+122
*
Generalize r256026 to apply to all MachO targets, not just Darwin targets.
Bob Wilson
2016-01-13
2
-2
/
+5
*
[CUDA] Report an error if code tries to mix incompatible CUDA attributes.
Justin Lebar
2016-01-13
4
-14
/
+90
*
[Darwin] Fix deployment target detection
Frederic Riss
2016-01-12
2
-1
/
+2
*
Follow-up to r257537: add test that majnemer asked about
Hans Wennborg
2016-01-12
1
-1
/
+2
*
clang-cl: Support /Dfoo#bar (PR25984)
Hans Wennborg
2016-01-12
2
-74
/
+105
*
D9600: Add scan-build python implementation
Laszlo Nagy
2016-01-12
53
-0
/
+5832
*
[CUDA] Add explicit mapping from sm_XX to compute_YY.
Justin Lebar
2016-01-12
3
-16
/
+30
*
Improve AST dumping:
Richard Smith
2016-01-12
12
-4
/
+89
*
Properly track the end location of an exception specification.
Aaron Ballman
2016-01-12
2
-1
/
+40
*
Module debugging: Make the module format part of the module hash instead
Adrian Prantl
2016-01-12
2
-4
/
+6
*
Don't store CGOpenMPRegionInfo::CodeGen as a reference (PR26078)
Hans Wennborg
2016-01-12
1
-1
/
+1
*
[modules] Don't diagnose a conflict between two using-declarations that name ...
Richard Smith
2016-01-12
5
-4
/
+21
*
Add a clang test for r257376 (Ensure -mcpu=xscale works for arm targets).
Dimitry Andric
2016-01-12
1
-0
/
+3
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
1
-1
/
+1
*
Revert r253898 and r253899, this breaks mingw compilation on openSUSE.
Ismail Donmez
2016-01-12
1
-5
/
+11
*
[analyzer] Fix RangeConstraintManager's pinning of single value ranges.
Pierre Gousseau
2016-01-12
2
-2
/
+32
*
[analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau
2016-01-12
4
-2
/
+178
*
PR18513: make gcc compatible layout for bit-fields with explicit aligned attr...
Alexey Bataev
2016-01-12
2
-3
/
+193
*
Fix infinite recursion for invalid declaration, by Dmitry Polukhin
Alexey Bataev
2016-01-12
2
-1
/
+10
*
clang-format: [JS] Support exporting abstract classes.
Daniel Jasper
2016-01-12
2
-0
/
+5
*
[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Justin Lebar
2016-01-11
5
-4
/
+56
*
Add an Action* member to InputInfo.
Justin Lebar
2016-01-11
3
-15
/
+34
*
Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...
Justin Lebar
2016-01-11
2
-44
/
+31
*
Move ownership of Action objects into Compilation.
Justin Lebar
2016-01-11
6
-157
/
+123
*
clang-format: [JS] Teach clang-format about "export interface".
Daniel Jasper
2016-01-11
2
-1
/
+6
[next]