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
/
test
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Frontend] Fix an issue where a quoted search path is incorrectly
Alex Lorenz
2016-12-02
1
-0
/
+12
*
Give this test that uses Itanium mangling a triple
Reid Kleckner
2016-11-30
1
-2
/
+4
*
Stop handling interesting deserialized decls after HandleTranslationUnit
Reid Kleckner
2016-11-30
1
-0
/
+30
*
[Frontend] Add a predefined macro that describes the Objective-C bool type
Alex Lorenz
2016-11-21
1
-0
/
+13
*
[clang] Limit clang test to ARM and AArch64 only
Mandeep Singh Grang
2016-10-23
1
-0
/
+2
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-0
/
+8
*
Reapply r281276 with passing -emit-llvm in one of the tests
Adam Nemet
2016-09-13
2
-0
/
+70
*
Revert "Add -fdiagnostics-show-hotness"
Adam Nemet
2016-09-13
2
-70
/
+0
*
Add -fdiagnostics-show-hotness
Adam Nemet
2016-09-12
2
-0
/
+70
*
[Frontend] Fix mcount inlining bug
Honggyu Kim
2016-09-01
1
-31
/
+31
*
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...
Hans Wennborg
2016-08-26
2
-0
/
+20
*
test/Frontend: Add a test for aarch64 target CPU names.
Matthias Braun
2016-07-27
1
-0
/
+14
*
Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu ...
Yaron Keren
2016-07-21
1
-0
/
+11
*
Allow iOS and tvOS version numbers with 2-digit major version numbers.
Bob Wilson
2016-07-18
1
-0
/
+4
*
[OpenCL] Actually activate Frontend/opencl.cl test and fix test bugs
Benjamin Kramer
2016-07-14
2
-4
/
+4
*
[OpenCL] Fixes failures in test/Driver/opencl.cl.
Yaxun Liu
2016-07-13
1
-0
/
+7
*
[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
Yaxun Liu
2016-06-17
1
-0
/
+4
*
[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.
Yaxun Liu
2016-06-14
1
-0
/
+20
*
Add a loop's debug location to its llvm.loop metadata
Hal Finkel
2016-05-25
1
-1
/
+1
*
Change embed-bitcode linkage type
Steven Wu
2016-05-16
1
-4
/
+4
*
Embed bitcode in object file (clang cc1 part)
Steven Wu
2016-05-11
1
-0
/
+59
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-1
/
+1
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-1
/
+1
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-1
/
+1
*
[OpenCL] Add predefined macros.
Yaxun Liu
2016-04-26
2
-11
/
+9
*
Pass -backend-option to LLVM when there is no target machine.
Yaxun Liu
2016-04-12
1
-0
/
+4
*
Basic: fix profiling with GNU EABI
Saleem Abdulrasool
2016-04-12
1
-11
/
+21
*
Correct pg instrumentation for AArch64
Saleem Abdulrasool
2016-04-10
1
-19
/
+20
*
test: add additional tests for SVN r265888
Saleem Abdulrasool
2016-04-10
1
-0
/
+23
*
Add support for __gnu_mcount_nc as the pg interface
Saleem Abdulrasool
2016-04-10
1
-0
/
+44
*
Use NoDebug compile units to mark debug metadata used only for sample-based
Adrian Prantl
2016-04-08
2
-4
/
+6
*
Add a PragmaHandler Registry for plugins to add PragmaHandlers to
John Brawn
2016-04-04
1
-3
/
+21
*
clang-cl: Include /FI headers in /showIncludes output.
Nico Weber
2016-03-23
1
-12
/
+12
*
Make it possible for AST plugins to enable themselves by default
John Brawn
2016-03-15
1
-0
/
+7
*
Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows"
NAKAMURA Takumi
2016-02-11
1
-1
/
+0
*
Fix the test added in r260266
Ehsan Akhgari
2016-02-09
1
-1
/
+1
*
clang-cl: Enable plugins on Windows
Ehsan Akhgari
2016-02-09
1
-0
/
+1
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-02-02
1
-2
/
+2
*
Revert r259036, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-2
/
+2
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-2
/
+2
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-2
/
+2
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-27
1
-2
/
+2
*
Preprocessor: define correct tvOS and watchOS version macros
Tim Northover
2015-10-30
1
-0
/
+22
*
Add back null check removed accidentally in r250554
Reid Kleckner
2015-10-20
1
-0
/
+3
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
2
-2
/
+2
*
Fix the sample profile format that breaks in test http://lab.llvm.org:8011/bu...
Dehao Chen
2015-09-30
1
-1
/
+1
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
2
-6
/
+3
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
2
-3
/
+6
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
2
-6
/
+3
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
2
-3
/
+6
[next]