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
/
Driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix uninitialized bool flag access in SanitizerArgs parser
Alexey Samsonov
2013-01-16
1
-0
/
+3
*
clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce ...
NAKAMURA Takumi
2013-01-16
1
-0
/
+3
*
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
1
-0
/
+6
*
[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
Daniel Dunbar
2013-01-15
1
-1
/
+11
*
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2013-01-15
1
-6
/
+0
*
Refactor the x86 CPU name logic in the driver and pass -march and -mcpu
Chandler Carruth
2013-01-13
1
-5
/
+20
*
[Mips] Pass a combination of +soft-float and -mips16-hard-float flags to
Simon Atanasyan
2013-01-10
1
-0
/
+41
*
Add missing spaces. This doesn't cause problems in practice because we only warn
Rafael Espindola
2013-01-08
1
-2
/
+2
*
Correct OpenBSD profiling test
Dmitri Gribenko
2013-01-07
1
-1
/
+1
*
Silence some warnings and allow passing down some feature flags to the linker.
Rafael Espindola
2012-12-31
1
-0
/
+18
*
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-30
1
-0
/
+8
*
Produce an actual error before attempting to attach notes to it when bailing out
Richard Smith
2012-12-25
1
-0
/
+2
*
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-24
1
-3
/
+12
*
Insulate this test from the whims of the random number generator.
Matt Beaumont-Gay
2012-12-21
1
-2
/
+2
*
clang/test/Driver/warning-options.cpp: Appease MSYS bash.
NAKAMURA Takumi
2012-12-20
1
-1
/
+1
*
Typo.
Chad Rosier
2012-12-19
1
-1
/
+1
*
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-12-19
1
-0
/
+4
*
Fix the fvectorize testcase
Nadav Rotem
2012-12-18
1
-8
/
+4
*
Add support for passing the main file name down to the assembler
Eric Christopher
2012-12-18
1
-0
/
+12
*
Fix PR14625 by teaching the driver to detect PWD for assembly files.
Chandler Carruth
2012-12-17
1
-0
/
+11
*
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
Richard Smith
2012-12-13
1
-4
/
+2
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-0
/
+11
*
Add -fslp-vectorize to enable bb-vectorize
Hal Finkel
2012-12-11
1
-0
/
+13
*
[driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain
Chad Rosier
2012-12-11
1
-0
/
+4
*
[driver] Add the -fvectorize flag to enable the loop vectorization passes.
Chad Rosier
2012-12-11
1
-0
/
+9
*
clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32.
NAKAMURA Takumi
2012-12-11
1
-0
/
+1
*
clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't kno...
NAKAMURA Takumi
2012-12-11
1
-3
/
+3
*
clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...
NAKAMURA Takumi
2012-12-11
7
-5
/
+10
*
Add tests for a corner case of when to relax all instructions:
Rafael Espindola
2012-12-11
2
-0
/
+8
*
Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...
Benjamin Kramer
2012-12-08
1
-1
/
+3
*
long double should be 64 bits on FreeBSD/MIPS64. It possibly should be on
David Chisnall
2012-12-08
1
-0
/
+19
*
Hexagon TC: forward appropriate args to assembler
Matthew Curtis
2012-12-07
1
-0
/
+15
*
Hexagon TC: add cc1 defaults for hexagon-gcc
Matthew Curtis
2012-12-07
1
-0
/
+13
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
8
-25
/
+4
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
8
-4
/
+25
*
hexagon-toolchain.c now passes on win32
Matthew Curtis
2012-12-06
1
-3
/
+0
*
relax hexagon-toolchain.c even more to accomodate mingw32 targets
Matthew Curtis
2012-12-06
1
-143
/
+143
*
relax hexagon-toolchain.c CHECK to accomodate mingw32 targets
Matthew Curtis
2012-12-06
1
-2
/
+2
*
Un-XFAIL hexagon-toolchain.c test for mingw32
Matthew Curtis
2012-12-06
1
-2
/
+2
*
Hexagon TC: Add/improve support for small data
Matthew Curtis
2012-12-06
1
-3
/
+85
*
Fix hexagon-toolchain.c test to handle versioned clang executables.
Matthew Curtis
2012-12-06
1
-12
/
+15
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
2
-4
/
+331
*
test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix...
NAKAMURA Takumi
2012-12-06
1
-1
/
+1
*
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
1
-0
/
+38
*
Disable hexagon toolchain test on windows targets
Matthew Curtis
2012-12-06
1
-0
/
+3
*
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-06
8
-0
/
+78
*
[driver, ms-inline asm] MS-Style inline assembly is controlled by the
Chad Rosier
2012-12-05
1
-0
/
+15
*
Reuse an existing diagnostic for tsan/msan needing -pie error.
Evgeniy Stepanov
2012-12-05
1
-0
/
+18
*
Add -whole-archive around the ASan runtime archive in the link command.
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to
Matt Beaumont-Gay
2012-12-04
1
-0
/
+10
[next]