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
*
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
*
Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs is provided.
Alexey Samsonov
2014-09-26
1
-0
/
+4
*
Fix forwarding -l to MSVC's link.exe
Reid Kleckner
2014-09-16
1
-6
/
+24
*
Major rewrite of linking strategy for sanitizer runtimes on Linux.
Alexey Samsonov
2014-09-15
1
-143
/
+105
*
Teach Clang how to use response files when calling other tools
Reid Kleckner
2014-09-15
1
-3
/
+30
*
Add -fseh-exceptions for MinGW-w64
Reid Kleckner
2014-09-15
1
-0
/
+2
*
[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtime
Timur Iskhodzhanov
2014-09-12
1
-0
/
+3
*
[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.lib
Timur Iskhodzhanov
2014-09-12
1
-1
/
+2
*
Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
2014-09-11
1
-4
/
+1
*
Avoid some unnecessary SmallVector copies.
Benjamin Kramer
2014-09-11
1
-2
/
+2
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-41
/
+44
*
ARM: Default to apcs-gnu ABI for NetBSD
Oliver Stannard
2014-09-04
1
-1
/
+6
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-5
/
+5
*
Call powerpc-darwin external tools with -arch ppc.
Rafael Espindola
2014-08-28
1
-11
/
+3
*
[ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")
Oliver Stannard
2014-08-28
1
-2
/
+1
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
1
-0
/
+4
[next]