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
/
ToolChains.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the InstalledDir correctly, and test it correctly as well. =/ Should
Chandler Carruth
2011-10-05
1
-1
/
+1
*
Teach Clang to cope with GCC installations that have unusual patch
Chandler Carruth
2011-10-05
1
-3
/
+5
*
Implement the feature I was originally driving toward when I started
Chandler Carruth
2011-10-05
1
-0
/
+1
*
Hoist the other messy part out of an inner loop and into a helper
Chandler Carruth
2011-10-04
1
-43
/
+45
*
Hoist the first chunk of this into a helper function. No functionality
Chandler Carruth
2011-10-04
1
-55
/
+68
*
Fix Windows+MinGW which introduces noise into path separators.
Chandler Carruth
2011-10-04
1
-1
/
+5
*
Now that multiple prefixes are much cheaper to search for GCC
Chandler Carruth
2011-10-04
1
-0
/
+1
*
Rework the search for a GCC installation still further. This combines
Chandler Carruth
2011-10-04
1
-50
/
+85
*
Add a comment explaining that I have a better plan for implementing the
Chandler Carruth
2011-10-04
1
-0
/
+2
*
Invert the loop for detecting installed GCC trees. This make the loop
Chandler Carruth
2011-10-04
1
-36
/
+19
*
Fuse the two halves of the GCC installation detection. This is
Chandler Carruth
2011-10-04
1
-54
/
+74
*
Factor the data apart from the logic of locating various GCC
Chandler Carruth
2011-10-04
1
-45
/
+63
*
Refactor the detection of a GCC installation into a helper class. This
Chandler Carruth
2011-10-03
1
-157
/
+191
*
Enable generic multilib support on 32bit hosts. Previously this was only
Chandler Carruth
2011-10-03
1
-13
/
+5
*
Teach the logic for locating an installed GCC about the system root.
Chandler Carruth
2011-10-03
1
-6
/
+12
*
Add initial support for applying the sysroot to library search paths.
Chandler Carruth
2011-10-03
1
-5
/
+6
*
Rework the selection of builtin library search paths on Linux to
Chandler Carruth
2011-10-03
1
-33
/
+44
*
Simplify this through the power of the ternary operator.
Chandler Carruth
2011-10-02
1
-18
/
+4
*
Consolidate the currently bizarre 32/64 multilib selection logic a bit.
Chandler Carruth
2011-10-02
1
-19
/
+19
*
Revert r140604: "Let -B work for ld paths on Linux."
Chandler Carruth
2011-10-01
1
-2
/
+2
*
Driver: use correct search paths for multilib
Peter Collingbourne
2011-09-29
1
-2
/
+2
*
Driver: Fix two bad typos that were breaking the buildbots.
Benjamin Kramer
2011-09-28
1
-1
/
+1
*
[driver] If no OSX or iOS target has been specified and we're compiling for
Chad Rosier
2011-09-28
1
-0
/
+6
*
Check for GCC paths that have the target triple in them. This is required fo...
David Chisnall
2011-09-27
1
-20
/
+30
*
Let -B work for ld paths on Linux.
David Chisnall
2011-09-27
1
-2
/
+2
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-5
/
+5
*
For i386 kext fallback to llvm-gcc, search paths for several Darwin versions.
Bob Wilson
2011-09-20
1
-5
/
+11
*
[driver] Default to arm mode when using the integrated assembler.
Chad Rosier
2011-09-20
1
-4
/
+6
*
Fix search paths for Ubuntu 11.04 x86. Patch by Stepan Dyatkovskiy.
Eli Friedman
2011-09-16
1
-0
/
+11
*
Treat the weak export of block runtime symbols as a deployment-target
John McCall
2011-09-09
1
-0
/
+8
*
Fix PR10744 by adding the toolchain path to the regular program path
Rafael Espindola
2011-09-01
1
-5
/
+6
*
Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.
Hans Wennborg
2011-09-01
1
-1
/
+1
*
[driver] If no -miphoneos-version-min is specified on the command line *and*
Chad Rosier
2011-08-31
1
-35
/
+31
*
Some minor updates to the Linux search path handling for Slackware. Patch by...
Eli Friedman
2011-08-29
1
-1
/
+1
*
Take 2: Actually fix spacing.
Chad Rosier
2011-08-26
1
-3
/
+2
*
80-column.
Chad Rosier
2011-08-26
1
-1
/
+2
*
Add support for a verifier to the driver. Currently only verifies debug
Eric Christopher
2011-08-23
1
-7
/
+12
*
Add additional path to Linux toolchain. Patch by Will Dietz. PR10690.
Eli Friedman
2011-08-17
1
-0
/
+3
*
Make -findirect-virtual-calls and -fterminated-vtables aliases of -fapple-kext.
Bob Wilson
2011-08-15
1
-6
/
+0
*
Remove duplicate option.
Bob Wilson
2011-08-15
1
-1
/
+0
*
Fix "Uninitialized" warnings on g++-4.4.
NAKAMURA Takumi
2011-08-14
1
-1
/
+1
*
Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.
Bob Wilson
2011-08-13
1
-1
/
+2
*
If no -miphoneos-version-min specified, see if we can set the default based on
Chad Rosier
2011-08-08
1
-0
/
+15
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-30
/
+31
*
If -ccc-host-triple i386-pc-win32-macho or -ccc-host-triple
Chad Rosier
2011-07-20
1
-1
/
+9
*
Call objc_terminate() instead of abort() when a cleanup throws an
John McCall
2011-07-06
1
-0
/
+7
*
Change the driver's logic about Objective-C runtimes: abstract out a
John McCall
2011-07-06
1
-2
/
+10
*
Make the GCC version proliferation worse by N+1 for the sake of
Chandler Carruth
2011-07-02
1
-1
/
+1
*
fix autoconf build from r133710
Dylan Noblesmith
2011-06-23
1
-0
/
+2
*
Build and use libcompiler_rt whenever possible.
Eric Christopher
2011-06-22
1
-18
/
+19
[next]