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
/
Driver
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-5
/
+5
*
[AArch64] Add some CPU targets for "generic", A-53 and A-57.
Amara Emerson
2013-10-31
1
-0
/
+23
*
Add -lm to sanitizer link arguments.
Evgeniy Stepanov
2013-10-29
1
-0
/
+1
*
ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang
Bernard Ogden
2013-10-29
1
-0
/
+9
*
Add driver support for FP, SIMD and crypto defaults.
Bernard Ogden
2013-10-24
1
-1
/
+5
*
Set appropriate FPU default for Linux on v8
Bernard Ogden
2013-10-24
1
-0
/
+2
*
Teach clang driver about Cortex-A53 and Cortex-A57.
Bernard Ogden
2013-10-24
1
-0
/
+1
*
Driver: Various string-related cleanups.
Benjamin Kramer
2013-10-21
1
-50
/
+45
*
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...
Silviu Baranga
2013-10-21
1
-0
/
+23
*
Expose -fmodule-name and -fmodule-map-file as driver options.
Daniel Jasper
2013-10-21
1
-1
/
+16
*
Revert r193022 and r193048. They broke the ubsan test suite.
Peter Collingbourne
2013-10-20
1
-16
/
+13
*
Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, ...
Benjamin Kramer
2013-10-20
1
-2
/
+3
*
When building ubsan, link in ubsan parts first and sanitizer-common second, to
Nick Lewycky
2013-10-19
1
-12
/
+14
*
[mips] Added -mfp64 and -mfp32 options.
Daniel Sanders
2013-10-17
1
-0
/
+2
*
Rework ppc options handling into a features group.
Eric Christopher
2013-10-16
1
-14
/
+23
*
Driver: Factor duplicated code.
Benjamin Kramer
2013-10-16
1
-36
/
+25
*
[mips] Enable frame-pointer elimination for -O1 and above.
Akira Hatanaka
2013-10-16
1
-2
/
+10
*
ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT
Fariborz Jahanian
2013-10-15
1
-2
/
+3
*
For NetBSD/current on X86 do not use libgcc and default to libc++.
Joerg Sonnenberger
2013-10-14
1
-18
/
+23
*
Turn struct-path aware TBAA on by default.
Manman Ren
2013-10-11
1
-2
/
+3
*
XCore target: add an xcore toolchain implementation
Robert Lytton
2013-10-11
1
-0
/
+55
*
Fix typo in comment. No functionality change.
Nick Lewycky
2013-10-11
1
-2
/
+2
*
[Mips] Do not check for options from the OPT_mips_CPUs_Group. All these
Simon Atanasyan
2013-10-09
1
-21
/
+2
*
Revert r191947. The problem is not MIPS-specific and requires more
Simon Atanasyan
2013-10-04
1
-7
/
+1
*
[Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link with
Simon Atanasyan
2013-10-04
1
-1
/
+7
*
ARM: *-*-darwin-eabi triples should use AAPCS.
Tim Northover
2013-10-03
1
-1
/
+2
*
[ARM] Add -mfpu=none option to the driver.
Amara Emerson
2013-10-01
1
-4
/
+39
*
Revert r191586 and r191695. They cause crashes when building with
Richard Smith
2013-10-01
1
-3
/
+2
*
Turn struct-path aware TBAA on by default.
Manman Ren
2013-09-30
1
-2
/
+3
*
Fix misspelling of -fmodules-decluse.
Daniel Jasper
2013-09-29
1
-2
/
+2
*
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...
Rafael Espindola
2013-09-27
1
-4
/
+0
*
clang-cl: pass /FI options to fallback
Hans Wennborg
2013-09-27
1
-0
/
+4
*
Remove method that always returns true.
Rafael Espindola
2013-09-27
1
-3
/
+1
*
clang-cl: fix passing optimization level to cl.exe in /fallback mode
Hans Wennborg
2013-09-24
1
-1
/
+13
*
clang-cl: pass /nologo when falling back to cl.exe
Hans Wennborg
2013-09-24
1
-0
/
+1
*
Module use declarations (II)
Daniel Jasper
2013-09-24
1
-0
/
+7
*
[Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass
Simon Atanasyan
2013-09-24
1
-0
/
+10
*
Remove unused option.
Rafael Espindola
2013-09-24
1
-1
/
+0
*
clang-cl: print diagnostics as "error(clang): foo" in /fallback mode
Hans Wennborg
2013-09-24
1
-1
/
+4
*
clang-cl: implement custom search for cl.exe in /fallback mode
Hans Wennborg
2013-09-20
1
-4
/
+39
*
[ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsani...
Alexander Potapenko
2013-09-20
1
-14
/
+0
*
clang-cl: implement /fallback mode
Hans Wennborg
2013-09-19
1
-1
/
+76
*
[ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver.
Amara Emerson
2013-09-19
1
-0
/
+3
*
clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.
Hans Wennborg
2013-09-18
1
-13
/
+1
*
Claim compatibility with VS 2012 by default
Reid Kleckner
2013-09-18
1
-2
/
+2
*
[arcmt] Don't try to handle files that are already ARC'ified, this is not pos...
Argyrios Kyrtzidis
2013-09-17
1
-1
/
+1
*
clang-cl: ignore compile-only options in link-only invocations.
Hans Wennborg
2013-09-17
1
-3
/
+0
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-9
/
+8
*
Add support for -ggnu-pubnames matching the llvm support.
Eric Christopher
2013-09-13
1
-0
/
+6
*
Add more Cortex CPUs and tests
Renato Golin
2013-09-13
1
-2
/
+2
[next]