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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DebugInfoKind enum from Driver to Basic. NFC
Paul Robinson
2016-02-05
1
-1
/
+1
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
1
-4
/
+6
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
2
-26
/
+25
*
[asan] Add iOS support for Address Sanitizer
Anna Zaks
2016-02-02
2
-6
/
+26
*
ARMv7k: simplify logic for deciding sjlj-exceptions.
Tim Northover
2016-01-27
1
-2
/
+1
*
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
2
-2
/
+5
*
Fix array index out of bounds
Daniel Marjamaki
2016-01-27
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...
Chad Rosier
2016-01-26
1
-3
/
+2
*
[Driver] Make sure -fno-math-builtin option is being passed by the driver.
Chad Rosier
2016-01-26
1
-2
/
+3
*
[Driver] Update FIXME comment now that PR4941 has been addressed.
Chad Rosier
2016-01-26
1
-1
/
+1
*
[cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov
2016-01-25
1
-1
/
+4
*
[CUDA] Disable ctor/dtor aliases in device code.
Justin Lebar
2016-01-25
1
-3
/
+5
*
[MSVC Compat] Only warn for unknown clang-cl arguments
Ehsan Akhgari
2016-01-25
2
-3
/
+12
*
LTO via the gold plugin needs to be told about debugger tuning.
Paul Robinson
2016-01-25
1
-0
/
+11
*
Pass --wrap=pthread_create to linker for -fsplit-stack.
Rafael Espindola
2016-01-25
1
-0
/
+3
*
[CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
Justin Lebar
2016-01-23
1
-4
/
+2
*
[MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2
David Majnemer
2016-01-21
1
-1
/
+2
*
[driver] Enable some static analyzer "unix" checkers on Windows.
Devin Coughlin
2016-01-21
1
-2
/
+11
*
[CUDA] Handle -O options (more) correctly.
Justin Lebar
2016-01-19
1
-4
/
+29
*
[Cygwin] Use -femulated-tls by default since r257718 introduced the new pass.
NAKAMURA Takumi
2016-01-16
1
-1
/
+1
*
Respect bound archs, even when they don't alter the toolchain.
Justin Lebar
2016-01-16
1
-2
/
+9
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
3
-10
/
+67
*
[CUDA] Invoke ptxas and fatbinary during compilation.
Justin Lebar
2016-01-14
7
-26
/
+182
*
Don't build jobs for the same Action + ToolChain twice.
Justin Lebar
2016-01-14
1
-14
/
+36
*
[WebAssembly] Configure some simple include paths and runtime library settings.
Dan Gohman
2016-01-14
2
-0
/
+31
*
[mips] Added support for -Wa,-mips32 and similar.
Scott Egerton
2016-01-14
1
-1
/
+25
*
Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,
Peter Collingbourne
2016-01-14
1
-17
/
+0
*
Revert r257602 because it breaks integrated-as.s on mips hosts.
Scott Egerton
2016-01-13
1
-24
/
+1
*
[mips] Added support for -Wa,-mips32 and similar.
Scott Egerton
2016-01-13
1
-1
/
+24
*
Generalize r256026 to apply to all MachO targets, not just Darwin targets.
Bob Wilson
2016-01-13
1
-2
/
+3
*
[Darwin] Fix deployment target detection
Frederic Riss
2016-01-12
1
-1
/
+1
*
clang-cl: Support /Dfoo#bar (PR25984)
Hans Wennborg
2016-01-12
1
-72
/
+99
*
[CUDA] Add explicit mapping from sm_XX to compute_YY.
Justin Lebar
2016-01-12
1
-2
/
+24
*
Revert r253898 and r253899, this breaks mingw compilation on openSUSE.
Ismail Donmez
2016-01-12
1
-5
/
+11
*
[CUDA] Reject values for --cuda-gpu-arch that are not of the form /sm_\d+/.
Justin Lebar
2016-01-11
2
-3
/
+15
*
Add an Action* member to InputInfo.
Justin Lebar
2016-01-11
3
-15
/
+34
*
Make Driver::BuildJobsForAction return an InputInfo, instead of using an outp...
Justin Lebar
2016-01-11
1
-35
/
+26
*
Move ownership of Action objects into Compilation.
Justin Lebar
2016-01-11
3
-121
/
+81
*
Update code in buildCudaActions and BuildActions to latest idiom.
Justin Lebar
2016-01-08
1
-18
/
+14
*
Driver: Use the new ELF lld linker for AMDGPU
Tom Stellard
2016-01-08
2
-5
/
+1
*
Turn off lldb debug tuning by default for FreeBSD
Dimitry Andric
2016-01-07
1
-3
/
+0
*
Make sure we claim arguments that are going to be passed to a gcc tool,
Eric Christopher
2016-01-07
1
-5
/
+6
*
Replace a loop with the call that does the same thing.
Eric Christopher
2016-01-07
1
-2
/
+1
*
[WebAssembly] Enable -fvisibility=hidden by default.
Dan Gohman
2016-01-07
2
-0
/
+17
*
[WebAssembly] Enable -ffunction-sections and -fdata-sections by default.
Dan Gohman
2016-01-07
1
-3
/
+8
*
[WebAssembly] Only enable --gc-sections when optimizations are enabled.
Dan Gohman
2016-01-07
1
-1
/
+2
*
[Hexagon] Treat -march and -mcpu as equivalent
Krzysztof Parzyszek
2016-01-06
1
-7
/
+2
*
[WebAssembly] Add --gc-sections to the link line.
Dan Gohman
2016-01-06
1
-0
/
+5
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-3
/
+25
[next]