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
...
*
Fix a significant oversight in my move of MSVC includes to the driver:
Chandler Carruth
2011-11-05
1
-0
/
+15
*
Add two flags to the CC1 layer that I was hoping to avoid. We need to
Chandler Carruth
2011-11-05
1
-2
/
+2
*
Fix MSVC build.
Michael J. Spencer
2011-11-05
1
-2
/
+4
*
Begin the migration of header search logic to the driver, starting with
Chandler Carruth
2011-11-04
1
-0
/
+269
*
Simplify the set of directories we look for on multiarch systems.
Chandler Carruth
2011-10-31
1
-8
/
+2
*
Fix part of PR11223 and probably a few dups as well. This teaches the
Chandler Carruth
2011-10-31
1
-4
/
+42
*
Stop disabling integrated assembler with -static. <rdar://problem/10175391>
Bob Wilson
2011-10-30
1
-7
/
+1
*
[driver] Make the driver to link the simulator arclite lib when passing -mios...
Argyrios Kyrtzidis
2011-10-18
1
-3
/
+5
*
Revert r142311, -mios-simulator-version-min does not work correctly.
Argyrios Kyrtzidis
2011-10-18
1
-0
/
+51
*
Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define.
Argyrios Kyrtzidis
2011-10-17
1
-51
/
+0
*
Fix a silly bug introduced in r142133.
Chandler Carruth
2011-10-16
1
-2
/
+2
*
Clean up some cruft in the library path searching logic by making
Chandler Carruth
2011-10-16
1
-27
/
+34
*
Fix the CXX_INCLUDE_ROOT case that was out of date with ScanLibDirForGCCTriple.
Rafael Espindola
2011-10-14
1
-1
/
+1
*
Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.
Bob Wilson
2011-10-14
1
-1
/
+1
*
Add triple for RHEL 5 to the libpath collecting logic.
Benjamin Kramer
2011-10-13
1
-0
/
+1
*
Partially revert r141374: allow use of libc++ prior to Mac OS X 10.7.
Bob Wilson
2011-10-10
1
-5
/
+0
*
Fix "Uninitialized" warnings.
NAKAMURA Takumi
2011-10-08
1
-3
/
+3
*
Whitespace
NAKAMURA Takumi
2011-10-08
1
-1
/
+1
*
Clang driver changes for iOS 5.0 and OS X Lion support.
Bob Wilson
2011-10-07
1
-3
/
+34
*
Use StringSwitch. Thanks for Chandler for the suggestion.
Bob Wilson
2011-10-07
1
-41
/
+20
*
Rearrange for readability. No functional change.
Bob Wilson
2011-10-06
1
-3
/
+4
*
Add a missing check for cortex-a9.
Bob Wilson
2011-10-06
1
-1
/
+2
*
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
[prev]
[next]