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
*
Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I've
Richard Smith
2016-06-27
1
-0
/
+166
*
[ExprConstant] Fix PR28314 - crash while evluating objectsize.
George Burgess IV
2016-06-27
2
-10
/
+42
*
[OpenMP] Diagnose missing cases of statements between target and teams direct...
Kelvin Li
2016-06-27
2
-0
/
+9
*
Resubmission of http://reviews.llvm.org/D21564 after fixes.
Carlo Bertolli
2016-06-27
38
-28
/
+4349
*
[clang-cl] Implement support for /std
David Majnemer
2016-06-27
3
-4
/
+27
*
[X86] add _mm_loadu_si64
Asaf Badouh
2016-06-26
2
-0
/
+19
*
Fix unused variable warning after r273754.
James Y Knight
2016-06-25
1
-0
/
+1
*
[X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...
Craig Topper
2016-06-25
4
-250
/
+256
*
Fix bad test expectation.
Peter Collingbourne
2016-06-25
1
-2
/
+2
*
CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog...
Peter Collingbourne
2016-06-25
6
-30
/
+111
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
27
-70
/
+371
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
9
-11
/
+88
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
22
-439
/
+420
*
[CMake] Remove CLANG_APPEND_VC_REV option
Chris Bieneman
2016-06-24
2
-13
/
+7
*
Revert r273705
Carlo Bertolli
2016-06-24
38
-4347
/
+28
*
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
2016-06-24
38
-28
/
+4347
*
clang-format: [JS] Fix build breakage.
Martin Probst
2016-06-24
2
-2
/
+2
*
DeadStoresChecker: Don't warn about dead stores into volatile variables
Stephan Bergmann
2016-06-24
2
-0
/
+6
*
Correct error in change description.
Richard Smith
2016-06-24
1
-1
/
+1
*
Remaining motions pass.
Richard Smith
2016-06-24
1
-2
/
+0
*
Inline variables tentatively approved for C++17.
Richard Smith
2016-06-24
1
-1
/
+1
*
Updates from further motions.
Richard Smith
2016-06-24
1
-8
/
+1
*
Fix make-check issues
Strahinja Petrovic
2016-06-24
1
-4
/
+5
*
More approved features for C++17.
Richard Smith
2016-06-24
1
-2
/
+2
*
Dynamic memory allocation with alignment has been approved for C++17.
Richard Smith
2016-06-24
1
-2
/
+2
*
Using for attributes voted into C++17.
Richard Smith
2016-06-24
4
-1
/
+52
*
This patch fixes problem with passing structures and unions
Strahinja Petrovic
2016-06-24
2
-1
/
+50
*
Add (commented out) status entries for the upcoming WG21 motions.
Richard Smith
2016-06-24
1
-0
/
+59
*
IgnoringImplicit matcher.
Cong Liu
2016-06-24
5
-3
/
+59
*
try to fix the MSVC build
David Majnemer
2016-06-24
1
-1
/
+2
*
Use even more ArrayRefs
David Majnemer
2016-06-24
8
-38
/
+28
*
Use more ArrayRefs
David Majnemer
2016-06-24
39
-238
/
+174
*
Use the same underlying type for bitfields
David Majnemer
2016-06-24
8
-33
/
+33
*
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
NAKAMURA Takumi
2016-06-23
1
-3
/
+0
*
clang-format: [JS] handle conditionals in fields, default params.
Martin Probst
2016-06-23
2
-3
/
+11
*
Invoke simplifycfg and sroa before instcombine.
Dehao Chen
2016-06-23
3
-3
/
+28
*
clang-format: [JS] recognize more type locations.
Martin Probst
2016-06-23
3
-0
/
+19
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
24
-77
/
+477
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
16
-374
/
+295
*
Add a test case for the regression in -Wfor-loop-analysis caused by r273548.
Peter Collingbourne
2016-06-23
1
-0
/
+6
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
16
-294
/
+374
*
[Analyzer] Don't cache report generation ExplodedNodes
Ben Craig
2016-06-23
3
-3
/
+18
*
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
2016-06-23
12
-36
/
+31
*
Fixing a FIXME related to Unicode support on Windows. Converted the Win32 API...
Aaron Ballman
2016-06-23
1
-18
/
+27
*
CodeGen: support linker options on Windows ARM
Saleem Abdulrasool
2016-06-23
6
-0
/
+20
*
clang-format: [Proto] Use more compact format for text-formatted options
Daniel Jasper
2016-06-23
2
-8
/
+5
*
Attempt to fix MIPS buildbots after r273425.
Daniel Sanders
2016-06-23
1
-2
/
+2
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
16
-374
/
+294
*
[AVX512] Replace masked unpack builtins with shufflevector and selects.
Craig Topper
2016-06-23
9
-666
/
+618
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
18
-184
/
+123
[next]