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
*
Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...
Nico Weber
2012-03-19
1
-2
/
+2
*
[frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches
Chad Rosier
2012-03-15
1
-0
/
+3
*
Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.
David Blaikie
2012-03-15
1
-0
/
+1
*
Revert r152745 as it's breaking the internal buildbots.
Chad Rosier
2012-03-15
1
-1
/
+0
*
Provide -Wnull-conversion separately from -Wconversion.
David Blaikie
2012-03-14
1
-0
/
+1
*
[driver] Clang should report an error for -faltivec on non-ppc.
Chad Rosier
2012-03-13
1
-0
/
+8
*
Tweak linkage order for solaris.
David Chisnall
2012-03-13
1
-1
/
+2
*
Address some of the concerns by Chandler.
Bill Wendling
2012-03-12
1
-14
/
+11
*
Have clang pay attention to the LIBRARY_PATH environment variable.
Bill Wendling
2012-03-12
1
-41
/
+44
*
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-10
1
-5
/
+2
*
Update comment after r152140. Clarify a bit too.
Nico Weber
2012-03-09
1
-1
/
+2
*
[analyzer] Rework inlining related command line options.
Anna Zaks
2012-03-08
1
-1
/
+1
*
Implement -fno-dwarf2-cfi-asm on linux too.
Rafael Espindola
2012-03-08
1
-10
/
+7
*
[driver] What was implemented in r152130 was actually -fno-inline-functions, not
Chad Rosier
2012-03-06
1
-2
/
+2
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-1
/
+24
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-9
/
+26
*
[driver] Add support for -fno-inline.
Chad Rosier
2012-03-06
1
-0
/
+3
*
[analyzer] Turn inlining on by default for better testing exposure.
Anna Zaks
2012-03-01
1
-0
/
+2
*
Add a flag -fthread-sanitizer.
Kostya Serebryany
2012-03-01
1
-0
/
+4
*
Add -C when linking on Solaris so that the error messages are understandable ...
David Chisnall
2012-02-29
1
-0
/
+3
*
[driver] Emit an error when trying to use ARC on macosx earlier than 10.6
Argyrios Kyrtzidis
2012-02-29
1
-0
/
+3
*
Add -lm by default on Solaris.
David Chisnall
2012-02-28
1
-0
/
+1
*
It turns out -fno-cxa-atexit just produces broken code, so disable it on Sola...
David Chisnall
2012-02-28
1
-1
/
+1
*
Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...
David Chisnall
2012-02-28
1
-5
/
+10
*
Default to not using __cxa_atexit on Solaris.
David Chisnall
2012-02-18
1
-0
/
+1
*
Tweak link order on Solaris so that global ctors work.
David Chisnall
2012-02-16
1
-1
/
+1
*
Remove the unuseful -fdiagnostics-show-name
David Blaikie
2012-02-15
1
-5
/
+0
*
Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...
David Chisnall
2012-02-15
1
-1
/
+1
*
First pass at Solaris toolchain support. This version compiles and links hello
David Chisnall
2012-02-15
1
-0
/
+120
*
Have the driver pass CPU and target feature information to cc1as.
Jim Grosbach
2012-02-10
1
-0
/
+61
*
Filter a few more options not recognized by gcc. <rdar://problem/10814020>
Bob Wilson
2012-02-07
1
-3
/
+17
*
Rewrite the debug action handling to take -verify into account.
Eric Christopher
2012-02-06
1
-0
/
+1
*
Update the command line here and update the comment, we're just going
Eric Christopher
2012-02-06
1
-0
/
+2
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-7
/
+7
*
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
Bob Wilson
2012-02-03
1
-6
/
+1
*
[analyzer] Rename the checker as per Ted's comment. Remove the reference
Anna Zaks
2012-01-30
1
-1
/
+0
*
Remove the ToolTriple logic in NetBSD, which was completely broken by
Joerg Sonnenberger
2012-01-26
1
-4
/
+2
*
Enable several checkers under --analyze for general testing.
Ted Kremenek
2012-01-26
1
-0
/
+9
*
Delete the driver's HostInfo class. This abstraction just never really
Chandler Carruth
2012-01-25
1
-1
/
+0
*
Add support for -fno-optimize-sibling-calls. Currently only implemented in the
Nick Lewycky
2012-01-23
1
-0
/
+3
*
[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.
NAKAMURA Takumi
2012-01-21
1
-12
/
+0
*
Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...
Ted Kremenek
2012-01-20
1
-0
/
+2
*
In the driver, -fmodules enables modules for C/Objective-C but one
Douglas Gregor
2012-01-18
1
-2
/
+10
*
remove assertions in the Hexagon backend specific clang driver
Sebastian Pop
2012-01-13
1
-51
/
+28
*
Adjust set of default checkers.
Ted Kremenek
2012-01-12
1
-2
/
+0
*
Fix -mfpu parsing on ARM.
Evgeniy Stepanov
2012-01-11
1
-1
/
+12
*
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
1
-0
/
+10
*
Add -g to the cc1as flags only if we're dealing with an original
Eric Christopher
2012-01-10
1
-6
/
+15
*
Remove extraneous braces.
Eric Christopher
2012-01-10
1
-2
/
+1
*
Revert r147664; it's breaking clang regression tests.
Eli Friedman
2012-01-06
1
-1
/
+1
[next]