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
*
Support ARM hard float (arm-linux-gnueabihf).
Jiangning Liu
2012-07-31
1
-8
/
+4
*
No longer emitting a PCH file when using -fsyntax-only on a header file. Fix...
Aaron Ballman
2012-07-31
1
-1
/
+3
*
Fix dynamic object linker for ARM GNUEABIHF.
Jiangning Liu
2012-07-30
1
-2
/
+6
*
Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on...
David Chisnall
2012-07-29
1
-3
/
+17
*
Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.
Chad Rosier
2012-07-20
1
-2
/
+2
*
Add a new flag, -fms-inline-asm, that enables the output of MS-style inline
Chad Rosier
2012-07-20
1
-0
/
+4
*
Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.
Bob Wilson
2012-07-19
1
-4
/
+7
*
Enable new linker behaviour on FreeBSD.
David Chisnall
2012-07-15
1
-0
/
+2
*
Revert r160052, "Default to -std=c++11 on Windows.", for now.
NAKAMURA Takumi
2012-07-12
1
-5
/
+2
*
Default to -std=c++11 on Windows.
Nico Weber
2012-07-11
1
-2
/
+5
*
Re-apply r159875 with fixes.
Ted Kremenek
2012-07-07
1
-1
/
+2
*
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-07
1
-2
/
+1
*
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-07-06
1
-1
/
+2
*
Add -ffp-contract = { fast | on | off } command line option support.
Lang Hames
2012-07-06
1
-0
/
+18
*
MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support.
Simon Atanasyan
2012-07-05
1
-0
/
+6
*
MIPS: Factor out the code converting command line options to target features.
Simon Atanasyan
2012-07-05
1
-8
/
+17
*
MIPS: Add -mips16 / -mno-mips16 command line support.
Simon Atanasyan
2012-07-05
1
-0
/
+9
*
Hoist the logic for selecting the Objective-C dispatch method into the runtime
David Chisnall
2012-07-04
1
-1
/
+2
*
A few more cleanups for the GNU family of ObjC runtimes.
David Chisnall
2012-07-04
1
-1
/
+6
*
Move a comment from the commit message into the code.
Bob Wilson
2012-07-04
1
-0
/
+5
*
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
1
-1
/
+1
*
When using -pg targeting OS X 10.8, pass -no_new_main to the linker.
Bob Wilson
2012-07-03
1
-0
/
+3
*
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
1
-0
/
+2
*
Enable -mcpu=native and -march=native for arm targets.
Benjamin Kramer
2012-06-26
1
-34
/
+53
*
Add template type diffing to Clang. This feature will provide a better
Richard Trieu
2012-06-26
1
-0
/
+2
*
Improve support for -g options accepted by Clang:
Alexey Samsonov
2012-06-21
1
-7
/
+5
*
Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de...
Ted Kremenek
2012-06-20
1
-2
/
+1
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-89
/
+138
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-0
/
+2
*
[VS Toolchain] Correctly forward -l linker inputs to link.exe.
Michael J. Spencer
2012-06-18
1
-1
/
+8
*
Support -f[no-]rewrite-includes from the driver.
David Blaikie
2012-06-14
1
-0
/
+4
*
Provide a -no-pedantic to cancel out -pedantic.
John McCall
2012-06-13
1
-1
/
+2
*
Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...
Hal Finkel
2012-06-11
1
-0
/
+71
*
Require -pie when linking with ASan on Android.
Evgeniy Stepanov
2012-06-04
1
-0
/
+2
*
MIPS: Factor out code selects the float ABI as determined by -msoft-float,
Simon Atanasyan
2012-06-02
1
-15
/
+22
*
MIPS: Pass -KPIC argument to MIPS assembler if necessary.
Simon Atanasyan
2012-05-29
1
-0
/
+12
*
Factor out the code retrieves the last PIC related argument from
Simon Atanasyan
2012-05-29
1
-16
/
+5
*
Make Clang driver pass the last option from -g group to the compiler.
Alexey Samsonov
2012-05-29
1
-6
/
+13
*
[driver] Remove obsolete support for -A link option. The standard -A option is
Chad Rosier
2012-05-16
1
-5
/
+2
*
Rename the driver option to -mno-implicit-float, per Eli's suggestion.
Chad Rosier
2012-05-16
1
-1
/
+1
*
[driver] Allow the driver to directly accept the -no-implicit-float option, s...
Chad Rosier
2012-05-16
1
-0
/
+3
*
[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...
Kostya Serebryany
2012-05-16
1
-0
/
+22
*
Add the Objective-C runtime linking arguments after user-specified
Douglas Gregor
2012-05-15
1
-2
/
+2
*
Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs.
Bob Wilson
2012-05-15
1
-1
/
+3
*
Teach the driver on Linux to respect -nodefaultlibs.
Chandler Carruth
2012-05-14
1
-13
/
+16
*
Hexagon V5 FP support.
Sirish Pande
2012-05-10
1
-1
/
+7
*
Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>
Bob Wilson
2012-05-09
1
-1
/
+1
*
add -fbounds-checking option.
Nuno Lopes
2012-05-08
1
-0
/
+9
*
Fix -Wlarge-by-value-copy option handling in the driver.
Jean-Daniel Dupas
2012-05-04
1
-5
/
+5
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-0
/
+2
[next]