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
*
clang/Darwin: Use the compiler-rt provided profile library.
Daniel Dunbar
2011-11-17
1
-9
/
+0
*
Add -f[no-]address-sanitizer flag
Kostya Serebryany
2011-11-16
1
-0
/
+4
*
Don't track depfiles as result files which need to be cleaned up on failure.
Matt Beaumont-Gay
2011-11-14
1
-2
/
+0
*
Add top-level driver option '--serialize-diagnostics' for serialize compiler ...
Ted Kremenek
2011-11-11
1
-0
/
+6
*
Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.
Eli Friedman
2011-11-08
1
-0
/
+11
*
Whitespace.
Chad Rosier
2011-11-07
1
-1
/
+1
*
Tablegenify -g options.
Chad Rosier
2011-11-07
1
-15
/
+0
*
Fix an unsafe use of Twine.
Benjamin Kramer
2011-11-07
1
-5
/
+4
*
Fixing -g break caused by a dead reference to a temporary introduced in r143732.
David Blaikie
2011-11-06
1
-1
/
+1
*
Add the depfile as a result file so that it is deleted if we crash,
Peter Collingbourne
2011-11-06
1
-2
/
+5
*
Move the Linux header searching from the Frontend to the Driver. This is
Chandler Carruth
2011-11-05
1
-3
/
+3
*
On Linux, enable the gold plugin if we are using LTO.
Peter Collingbourne
2011-11-05
1
-1
/
+1
*
Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...
Devang Patel
2011-11-04
1
-0
/
+1
*
[driver] Don't blindly accept all -g options.
Chad Rosier
2011-11-04
1
-2
/
+18
*
Sink the strange '-stdlib=...' flag handling into the C++ include
Chandler Carruth
2011-11-04
1
-4
/
+1
*
Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc
Chandler Carruth
2011-11-04
1
-4
/
+11
*
Add a FIXME to cleanup the CPATH handling. It's currently burried with
Chandler Carruth
2011-11-04
1
-0
/
+2
*
Add a system include management interface to the toolchain, and call it
Chandler Carruth
2011-11-04
1
-10
/
+13
*
Invoke the Darwin assembler with -g instead of --gdwarf2.
Bob Wilson
2011-11-02
1
-1
/
+1
*
Add an option to emulate the strange Apple gcc behavior of #pragma pack.
Eli Friedman
2011-11-02
1
-0
/
+4
*
Stop disabling integrated assembler with -static. <rdar://problem/10175391>
Bob Wilson
2011-10-30
1
-9
/
+1
*
Allow the -fno-operator-names option to be passed down to the rest
Eric Christopher
2011-10-25
1
-0
/
+1
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-3
/
+0
*
Have -fms-no-extensions turn off -fms-compatibility
Douglas Gregor
2011-10-24
1
-2
/
+6
*
lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-di...
NAKAMURA Takumi
2011-10-22
1
-1
/
+1
*
Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is
Nick Lewycky
2011-10-21
1
-0
/
+10
*
Frontend: Support -iframework.
Daniel Dunbar
2011-10-18
1
-4
/
+0
*
Wire up support for the controlling the extended dwarf .file directive. With
Nick Lewycky
2011-10-17
1
-0
/
+15
*
Implement -static-libstdc++ for linux.
Rafael Espindola
2011-10-17
1
-0
/
+6
*
Implement -static-libgcc on linux and refactor the code responsible for adding
Rafael Espindola
2011-10-17
1
-31
/
+27
*
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
Bob Wilson
2011-10-14
1
-13
/
+14
*
Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to
Richard Smith
2011-10-13
1
-1
/
+3
*
The Objective-C rewriter uses the fragile ABI, always.
Douglas Gregor
2011-10-12
1
-1
/
+3
*
Driver: Add support for a new -nostdlibinc option.
Daniel Dunbar
2011-10-11
1
-0
/
+2
*
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
Daniel Dunbar
2011-10-11
1
-3
/
+8
*
Link in Scrt1.o instead of crt1.o when -pie is specified.
Roman Divacky
2011-10-10
1
-2
/
+4
*
[arcmt] Ignore linking errors when doing ARC migration, rdar://10247606
Argyrios Kyrtzidis
2011-10-07
1
-0
/
+12
*
More cleanup using StringSwitch.
Chad Rosier
2011-10-07
1
-65
/
+35
*
Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.
Bob Wilson
2011-10-06
1
-8
/
+0
*
Add -Wlanguage-extension-token option for ext_token_used warning.
Ivan Krasin
2011-10-06
1
-0
/
+1
*
Driver & AST: Implement support for -fpack-struct and -fpack-struct= command
Daniel Dunbar
2011-10-05
1
-0
/
+12
*
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
1
-15
/
+1
*
[driver] Improve r141053 by only emitting the warning if the original input
Chad Rosier
2011-10-04
1
-2
/
+12
*
[driver] Emit a warning if the user has requested debug information and we're
Chad Rosier
2011-10-04
1
-1
/
+5
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-3
/
+3
*
Remove the conditional that avoided passing the Objective-C runtime specifica...
David Chisnall
2011-09-30
1
-74
/
+72
*
Check for GCC paths that have the target triple in them. This is required fo...
David Chisnall
2011-09-27
1
-18
/
+2
*
Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use of
Akira Hatanaka
2011-09-26
1
-16
/
+52
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
Add support for CPATH and friends.
Benjamin Kramer
2011-09-22
1
-0
/
+49
[next]