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
...
*
Remove implicit fallthrough from AArch64 to Mips in lib selection
Tim Northover
2013-06-13
1
-0
/
+1
*
Add Ubuntu Saucy to the list of known Ubuntu releases
Sylvestre Ledru
2013-06-13
1
-1
/
+3
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-1
/
+17
*
Always use / when computing mips specific paths.
Rafael Espindola
2013-04-30
1
-20
/
+18
*
Add support for -stdlib=libc++ in the NetBSD toolchain.
Joerg Sonnenberger
2013-04-30
1
-0
/
+36
*
[Mips] Do not add unnecessary Mips toolchain path to the list
Simon Atanasyan
2013-04-21
1
-5
/
+0
*
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
1
-29
/
+147
*
Add driver support for fedora 18 on ARM.
Rafael Espindola
2013-04-14
1
-0
/
+1
*
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-11
1
-1
/
+4
*
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
1
-1
/
+19
*
Rename clang::driver::tools::linuxtools to clang::driver::tools::gnutools.
Thomas Schwinge
2013-03-28
1
-2
/
+2
*
Rename LinuxDistro to Distro.
Thomas Schwinge
2013-03-28
1
-11
/
+11
*
[ASan] Let the users to invoke `clang -fsanitize=address` to link binaries ta...
Alexander Potapenko
2013-03-21
1
-8
/
+10
*
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
1
-108
/
+97
*
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-19
1
-36
/
+4
*
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
1
-37
/
+9
*
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
1
-251
/
+79
*
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
1
-182
/
+195
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-25
/
+22
*
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
1
-13
/
+15
*
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
1
-30
/
+6
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-43
/
+22
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-12
/
+12
*
Take in account the triplet 'powerpc-linux-gnuspe' for PowerPC SPE. Done for ...
Sylvestre Ledru
2013-03-15
1
-0
/
+3
*
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-06
1
-2
/
+24
*
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
1
-5
/
+14
*
Remove the SplitDebug action and replace with a set of commands
Eric Christopher
2013-02-21
1
-4
/
+0
*
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2013-02-05
1
-0
/
+4
*
Spaces instead of tabs.
Eric Christopher
2013-02-05
1
-3
/
+3
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+25
*
[ASan] Link with the dynamic runtime on OS X
Alexander Potapenko
2013-01-22
1
-4
/
+2
*
Port r172856: 'Include ubsan runtime even when building a shared library. We ...
Alexey Samsonov
2013-01-21
1
-4
/
+1
*
[driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".
Daniel Dunbar
2013-01-15
1
-3
/
+4
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
ToolChains: Minor touchup to use correct type, avoid truncation.
Will Dietz
2013-01-10
1
-1
/
+1
*
Prepare for the upcoming version of Debian (jessie)
Sylvestre Ledru
2013-01-06
1
-2
/
+5
*
Fix a typo that caused a few standard library implementations of sort to
Chandler Carruth
2012-12-29
1
-1
/
+1
*
Try to re-structure the GCCVersion comparison routine to make it easier
Chandler Carruth
2012-12-29
1
-14
/
+27
*
Update comments.
Rafael Espindola
2012-12-21
1
-3
/
+2
*
Fix Generic_GCC::GCCVersion::operator<
Rafael Espindola
2012-12-20
1
-1
/
+2
*
[driver] Have -isysroot warn on nonexistent paths.
Chad Rosier
2012-12-19
1
-1
/
+6
*
Add support for current Ubuntu Quantal and the upcoming Raring.
Rafael Espindola
2012-12-13
1
-1
/
+5
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-0
/
+13
*
Driver/ToolChains.cpp: Add the name CentOS5 32bit gcc44 (aka i386-redhat-linu...
NAKAMURA Takumi
2012-12-07
1
-0
/
+1
*
Revert r169557. It seems that the test is too restricted
Logan Chien
2012-12-06
1
-1
/
+0
*
Add i686-linux-android for gcc toolchain detection.
Logan Chien
2012-12-06
1
-0
/
+1
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
1
-1
/
+81
*
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
1
-0
/
+36
*
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-06
1
-9
/
+70
*
ToolChains.cpp: Fixup r169260, clang/Config/config.h needs to be listed *last...
NAKAMURA Takumi
2012-12-04
1
-4
/
+5
[prev]
[next]