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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format: [Java] Change a few flags for Google's Java style.
Daniel Jasper
2015-01-04
1
-0
/
+4
*
Fix default image name to 'a.exe' on Windows, instead 'a.out'.
Yaron Keren
2015-01-04
1
-0
/
+2
*
clang-format: Re-enable comment re-indentation for Java/JS.
Daniel Jasper
2015-01-04
1
-6
/
+6
*
Fix indentation. No behavior change.
Nico Weber
2015-01-04
1
-1
/
+1
*
Wrap to 80 columns, no behavior change.
Nico Weber
2015-01-04
1
-4
/
+7
*
Document that GetTypeForDeclarator() cannot return a null type.
Nico Weber
2015-01-04
2
-14
/
+13
*
Crash less enthusiasticially on _Atomic or __restrict__ on invalid types.
Nico Weber
2015-01-04
1
-0
/
+6
*
Wrap to 80 columns, no behavior change.
Nico Weber
2015-01-04
1
-4
/
+5
*
AST: Remove overzealous assertion from IsModifiable
David Majnemer
2015-01-04
1
-6
/
+1
*
Parse: __attribute__((keyword)) shouldn't error
David Majnemer
2015-01-03
1
-3
/
+4
*
Volatile reads are side-effecting operations, but in the general case of acce...
Aaron Ballman
2015-01-03
1
-0
/
+7
*
Really don't warn about -flto/fno-lto :-(
Rafael Espindola
2015-01-03
1
-8
/
+27
*
Also avoid warning on -flto/-fno-lto on linux.
Rafael Espindola
2015-01-02
1
-2
/
+7
*
Don't warn on unused -fno-lto.
Rafael Espindola
2015-01-02
1
-2
/
+3
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
4
-12
/
+23
*
Driver: honour the clang-cl behaviour on ARM as well
Saleem Abdulrasool
2015-01-02
1
-3
/
+4
*
Driver: reuse getCompilerRT in place of addSanitizerRTWindows
Saleem Abdulrasool
2015-01-02
1
-16
/
+16
*
DebugInfo: Remove some now-unnecessary location handling around function argu...
David Blaikie
2015-01-02
2
-11
/
+0
*
DebugInfo: Fix cases where location failed to be updated after r225000
David Blaikie
2015-01-02
2
-15
/
+1
*
Instantiation of a CXXMethodDecl may fail when the parameter type cannot be i...
Nick Lewycky
2015-01-02
1
-2
/
+4
*
CodeGen: Don't crash when a lambda uses a local constexpr variable
David Majnemer
2015-01-01
1
-16
/
+16
*
Driver: unify compiler-rt component selection
Saleem Abdulrasool
2014-12-30
1
-37
/
+28
*
Driver: whitespace
Saleem Abdulrasool
2014-12-30
1
-9
/
+7
*
Remove a comment that appears a second time 22 lines further down.
Nico Weber
2014-12-30
1
-3
/
+0
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
15
-184
/
+95
*
Driver: use the canonical library prefix on Windows
Saleem Abdulrasool
2014-12-30
1
-1
/
+2
*
Add a public accessor for GlobalCtors in CodeGenModule
Keno Fischer
2014-12-30
1
-0
/
+5
*
Driver: unify addClangRT{Linux,Windows}
Saleem Abdulrasool
2014-12-30
1
-20
/
+16
*
Don't crash on an invalid trailing return type on a function before a '...'
Nico Weber
2014-12-30
1
-5
/
+5
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
15
-92
/
+184
*
Fix build breakage
David Majnemer
2014-12-29
1
-1
/
+2
*
Parse: Recover more gracefully from extra :: tokens before a {
David Majnemer
2014-12-29
1
-1
/
+11
*
PR22051: Missing debug location on calls in dtor thunks in Windows.
David Blaikie
2014-12-29
1
-1
/
+1
*
Use std::find_if instead of manual loop.
David Blaikie
2014-12-29
1
-8
/
+4
*
Crash even less on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-1
/
+4
*
Fix use-after-destruction introduced in r224924.
Alexey Samsonov
2014-12-29
1
-1
/
+2
*
Driver: convert a couple more instances to range based loops
Saleem Abdulrasool
2014-12-29
1
-6
/
+4
*
Parse: Ignore '::' in 'struct :: {'
David Majnemer
2014-12-29
1
-5
/
+11
*
Driver: convert a number of loops to range based
Saleem Abdulrasool
2014-12-29
1
-33
/
+10
*
Add an assertion to verify a container is non-empty before calling 'back()'
David Blaikie
2014-12-29
1
-0
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
15
-184
/
+92
*
Effectively revert r151058 which caused Clang's unwind.h to defer to
Chandler Carruth
2014-12-29
1
-2
/
+2
*
Add a missing declaration to our unwind.h implementation. This is
Chandler Carruth
2014-12-29
1
-0
/
+2
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
2
-11
/
+19
*
Sema: Permit array l-values in asm output operands
David Majnemer
2014-12-29
1
-0
/
+3
*
Sema: Only permit permit modifiable l-values as asm output params
David Majnemer
2014-12-29
1
-14
/
+42
*
Don't crash on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-0
/
+10
*
Sema: Don't crash when solitary :: token appears before { in struct def
David Majnemer
2014-12-29
1
-1
/
+1
*
Sema: Forbid inconsistent constraint alternatives
David Majnemer
2014-12-29
1
-0
/
+20
*
SemaCXX: Don't crash when annotation tokens show up before the tag name
David Majnemer
2014-12-29
1
-1
/
+2
[prev]
[next]