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
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
1
-2
/
+5
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
1
-6
/
+17
*
Driver: hoist an assertion
Saleem Abdulrasool
2014-12-19
1
-10
/
+4
*
Driver: refactor a local variable
Saleem Abdulrasool
2014-12-19
1
-10
/
+10
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
1
-17
/
+6
*
Correction to -mfu=neon-vfpv4 to pass the correct backend feature name
Richard Barton
2014-12-18
1
-2
/
+2
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
1
-6
/
+17
*
Reinstate aapcs as the default arm abi.
Eric Christopher
2014-12-18
1
-3
/
+4
*
Add a new flag, -fspell-checking-limit=<number> to control how many times we'...
Nick Lewycky
2014-12-16
1
-1
/
+5
*
Add a FIXME for unifying ARM target abi handling.
Eric Christopher
2014-12-10
1
-0
/
+1
*
Revert the default changing behavior part of r216662 until we
Eric Christopher
2014-12-10
1
-4
/
+3
*
Revert "Driver: Objective-C should respect -fno-exceptions"
David Majnemer
2014-12-09
1
-14
/
+25
*
Driver: Objective-C should respect -fno-exceptions
David Majnemer
2014-12-05
1
-25
/
+14
*
Driver: Cleanup -fexceptions behavior
David Majnemer
2014-12-05
1
-48
/
+15
*
Use isOSBinFormatMachO() instead of comparing the object format
Eric Christopher
2014-12-05
1
-2
/
+1
*
Remove special case for aarch64 static vs. PIC code in iOS kernel code.
Bob Wilson
2014-12-02
1
-2
/
+1
*
Make -fuse-ld=lld work properly on Windows.
Zachary Turner
2014-12-01
1
-4
/
+20
*
Add additional arguments for -mfpu options
Richard Barton
2014-11-28
1
-0
/
+3
*
Add -mfpu=neon-vfpv4
Richard Barton
2014-11-28
1
-0
/
+3
*
[Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.
Alexey Samsonov
2014-11-16
1
-9
/
+0
*
Remove -fseh-exceptions in favor of checking the triple
Reid Kleckner
2014-11-14
1
-2
/
+0
*
[Profile] Always build profile runtime library with -fPIC.
Alexey Samsonov
2014-11-14
1
-9
/
+3
*
AArch64: set all processor features from -arch if nothing else present
Tim Northover
2014-11-10
1
-0
/
+6
*
Fix clash of gcc toolchains in hexagon driver regression tests.
Samuel Antao
2014-11-07
1
-2
/
+2
*
Remove references to the cortex-a9-mp CPU.
Charlie Turner
2014-11-06
1
-1
/
+1
*
Use backslashes to escape spaces and other backslashes in -dwarf-debug-flags.
Bob Wilson
2014-11-04
1
-2
/
+23
*
Driver: remove a stray s that propagated in cross-windows
Saleem Abdulrasool
2014-10-28
1
-1
/
+1
*
[Thumb] Clang thinks "char" is signed when using a thumb triple
Oliver Stannard
2014-10-24
1
-0
/
+2
*
Driver: add CrossWindowsToolChain
Saleem Abdulrasool
2014-10-24
1
-1
/
+195
*
Revert r218541 - Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs...
Alexey Samsonov
2014-10-23
1
-4
/
+0
*
Make a good guess about where MSVC and Windows SDK libraries are for linking.
Zachary Turner
2014-10-22
1
-0
/
+33
*
Resubmit "Improve Windows toolchain support for non-standard environments."
Zachary Turner
2014-10-22
1
-32
/
+27
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-1
/
+5
*
Treat -g1 as -gline-tables-only
Hal Finkel
2014-10-21
1
-1
/
+2
*
Revert "Improve Windows toolchain support for non-standard environments." (r2...
Hans Wennborg
2014-10-20
1
-51
/
+32
*
Driver: Consolidate the logic for naming the module crashdump cache
Justin Bogner
2014-10-20
1
-0
/
+3
*
Improve Windows toolchain support for non-standard environments.
Zachary Turner
2014-10-20
1
-32
/
+51
*
PR21215: Support -fmodule-map-file being specified multiple times. Support
Richard Smith
2014-10-17
1
-8
/
+5
*
[AArch64] Enable A53 erratum workaround (835769) by default for Android targets
Bradley Smith
2014-10-16
1
-0
/
+4
*
specify dwarf version for Solaris
Alexander Eremin
2014-10-16
1
-4
/
+6
*
Adds support for the Cortex-A17 processor to Clang
Renato Golin
2014-10-13
1
-1
/
+1
*
[AArch64] Add workaround for Cortex-A53 erratum (835769)
Bradley Smith
2014-10-13
1
-0
/
+9
*
Hopefully fixes test failures for msvc.
Dan Albert
2014-10-10
1
-2
/
+1
*
PR21195: Emit .gcno files to the proper location.
Dan Albert
2014-10-10
1
-1
/
+7
*
Emit diagnostic for -munaligned-access on v6m
Jonathan Roelofs
2014-10-07
1
-2
/
+1
*
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...
Jonathan Roelofs
2014-10-03
1
-0
/
+6
*
Revert changes in r218863, r218864
Asiri Rathnayake
2014-10-03
1
-51
/
+7
*
[ARM] Handle conflicts between -mfpu and -mfloat-abi options.
Asiri Rathnayake
2014-10-02
1
-7
/
+51
*
[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
Oliver Stannard
2014-10-01
1
-1
/
+13
*
Enable both C and C++ modules with -fmodules, by switching -fcxx-modules to
Richard Smith
2014-09-30
1
-4
/
+4
[next]