index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-27
Hack to build .so files
HEAD
master
Hans de Goede
1
-3
/
+1
2016-06-27
Add TGSI backend (wip)
Hans de Goede
1
-0
/
+105
2016-06-27
[clang-cl] Implement support for /std
David Majnemer
3
-4
/
+27
2016-06-26
[X86] add _mm_loadu_si64
Asaf Badouh
2
-0
/
+19
2016-06-25
Fix unused variable warning after r273754.
James Y Knight
1
-0
/
+1
2016-06-25
[X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...
Craig Topper
4
-250
/
+256
2016-06-25
Fix bad test expectation.
Peter Collingbourne
1
-2
/
+2
2016-06-25
CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog...
Peter Collingbourne
6
-30
/
+111
2016-06-25
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
27
-70
/
+371
2016-06-24
Add support for musl-libc on ARM Linux.
Rafael Espindola
9
-11
/
+88
2016-06-24
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
22
-439
/
+420
2016-06-24
[CMake] Remove CLANG_APPEND_VC_REV option
Chris Bieneman
2
-13
/
+7
2016-06-24
Revert r273705
Carlo Bertolli
38
-4347
/
+28
2016-06-24
[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...
Carlo Bertolli
38
-28
/
+4347
2016-06-24
clang-format: [JS] Fix build breakage.
Martin Probst
2
-2
/
+2
2016-06-24
DeadStoresChecker: Don't warn about dead stores into volatile variables
Stephan Bergmann
2
-0
/
+6
2016-06-24
Correct error in change description.
Richard Smith
1
-1
/
+1
2016-06-24
Remaining motions pass.
Richard Smith
1
-2
/
+0
2016-06-24
Inline variables tentatively approved for C++17.
Richard Smith
1
-1
/
+1
2016-06-24
Updates from further motions.
Richard Smith
1
-8
/
+1
2016-06-24
Fix make-check issues
Strahinja Petrovic
1
-4
/
+5
2016-06-24
More approved features for C++17.
Richard Smith
1
-2
/
+2
2016-06-24
Dynamic memory allocation with alignment has been approved for C++17.
Richard Smith
1
-2
/
+2
2016-06-24
Using for attributes voted into C++17.
Richard Smith
4
-1
/
+52
2016-06-24
This patch fixes problem with passing structures and unions
Strahinja Petrovic
2
-1
/
+50
2016-06-24
Add (commented out) status entries for the upcoming WG21 motions.
Richard Smith
1
-0
/
+59
2016-06-24
IgnoringImplicit matcher.
Cong Liu
5
-3
/
+59
2016-06-24
try to fix the MSVC build
David Majnemer
1
-1
/
+2
2016-06-24
Use even more ArrayRefs
David Majnemer
8
-38
/
+28
2016-06-24
Use more ArrayRefs
David Majnemer
39
-238
/
+174
2016-06-24
Use the same underlying type for bitfields
David Majnemer
8
-33
/
+33
2016-06-23
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
NAKAMURA Takumi
1
-3
/
+0
2016-06-23
clang-format: [JS] handle conditionals in fields, default params.
Martin Probst
2
-3
/
+11
2016-06-23
Invoke simplifycfg and sroa before instcombine.
Dehao Chen
3
-3
/
+28
2016-06-23
clang-format: [JS] recognize more type locations.
Martin Probst
3
-0
/
+19
2016-06-23
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
24
-77
/
+477
2016-06-23
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
16
-374
/
+295
2016-06-23
Add a test case for the regression in -Wfor-loop-analysis caused by r273548.
Peter Collingbourne
1
-0
/
+6
2016-06-23
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
16
-294
/
+374
2016-06-23
[Analyzer] Don't cache report generation ExplodedNodes
Ben Craig
3
-3
/
+18
2016-06-23
Restructure the propagation of -fPIC/-fPIE.
Rafael Espindola
12
-36
/
+31
2016-06-23
Fixing a FIXME related to Unicode support on Windows. Converted the Win32 API...
Aaron Ballman
1
-18
/
+27
2016-06-23
CodeGen: support linker options on Windows ARM
Saleem Abdulrasool
6
-0
/
+20
2016-06-23
clang-format: [Proto] Use more compact format for text-formatted options
Daniel Jasper
2
-8
/
+5
2016-06-23
Attempt to fix MIPS buildbots after r273425.
Daniel Sanders
1
-2
/
+2
2016-06-23
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
16
-374
/
+294
2016-06-23
[AVX512] Replace masked unpack builtins with shufflevector and selects.
Craig Topper
9
-666
/
+618
2016-06-23
Use ranges to concisely express iteration
David Majnemer
18
-184
/
+123
2016-06-22
[driver] Remove one more bunch of empty 'test inputs' folders. NFC
Simon Atanasyan
0
-0
/
+0
2016-06-22
[driver] Remove empty folders from the Inputs folder for the driver's tests. NFC
Simon Atanasyan
0
-0
/
+0
[next]