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
*
MachO: look for nearby tools on all MachO platforms.
Tim Northover
2014-05-22
1
-8
/
+8
*
Revert "TMP"
Tim Northover
2014-05-22
1
-8
/
+8
*
TMP
Tim Northover
2014-05-22
1
-8
/
+8
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-43
/
+45
*
[Driver] Do not lose already detected set of toolchain's multilibs while
Simon Atanasyan
2014-05-12
1
-26
/
+41
*
Driver: Don't leak the -Xarch argument when its use is incorrect.
Nico Weber
2014-05-11
1
-2
/
+2
*
[Driver] Range-based loop simplification.
Simon Atanasyan
2014-05-08
1
-29
/
+16
*
Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.
Joerg Sonnenberger
2014-05-07
1
-1
/
+5
*
Also recognize Big Endian ARM variants.
Joerg Sonnenberger
2014-05-07
1
-0
/
+2
*
Add driver support for AArch64 Fedora.
Tilmann Scheller
2014-05-06
1
-2
/
+3
*
Driver: Recognize CentOS 6 as RHEL 6.
Benjamin Kramer
2014-05-05
1
-11
/
+9
*
Bitrig's standard C++ standard library changed from libstdc++ to libc++.
Richard Smith
2014-05-01
1
-4
/
+18
*
Add aarch64-linux-android triple for Android.
Logan Chien
2014-04-23
1
-1
/
+2
*
[ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...
James Molloy
2014-04-17
1
-1
/
+6
*
Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also check
Joerg Sonnenberger
2014-04-16
1
-0
/
+3
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-11
/
+28
*
Driver: implement addClangWarningOptions
Tim Northover
2014-03-29
1
-0
/
+14
*
InstrProf: Emit runtime hook directly in IRGen
Duncan P. N. Exon Smith
2014-03-28
1
-7
/
+0
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-1
/
+29
*
PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
2014-03-20
1
-1
/
+1
*
PGO: Remove explicit static initialization
Duncan P. N. Exon Smith
2014-03-20
1
-0
/
+7
*
Coding style fixup; no functionality change
Duncan P. N. Exon Smith
2014-03-20
1
-3
/
+2
*
AArch64_be specific clang target settings
Christian Pirker
2014-03-14
1
-2
/
+17
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
1
-1
/
+1
*
[Mips] Check all MIPS toolchains to find the one that best meets command
Simon Atanasyan
2014-03-04
1
-18
/
+33
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-25
1
-1
/
+6
*
Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.
Alexey Samsonov
2014-02-25
1
-4
/
+8
*
Fix typos
Alp Toker
2014-02-25
1
-11
/
+11
*
Fix an assertion failure when invoking dsymutil.
Bob Wilson
2014-02-21
1
-2
/
+5
*
Fix typo.
Rafael Espindola
2014-02-20
1
-1
/
+1
*
Only print the selected multilib when something is actually found on the host.
Yunzhong Gao
2014-02-19
1
-2
/
+6
*
Add FreeBSD ARM EABI hard-float support
Renato Golin
2014-02-19
1
-0
/
+1
*
Darwin: remove buggy assertion
Tim Northover
2014-02-17
1
-2
/
+0
*
Add Multilib selection machinery
Jonathan Roelofs
2014-02-12
1
-162
/
+375
*
Revert 201202
Jonathan Roelofs
2014-02-12
1
-375
/
+162
*
Add Multilib selection machinery
Jonathan Roelofs
2014-02-12
1
-162
/
+375
*
Test commit -- Remove an extra newline from Toolchains.cpp
Jonathan Roelofs
2014-02-11
1
-1
/
+0
*
Move -verify-pch to use VerifyJobAction
Ben Langmuir
2014-02-06
1
-1
/
+1
*
Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.
Joerg Sonnenberger
2014-02-02
1
-0
/
+7
*
Replace hasMipsN32ABIArg with hasMipsABIArg in preparation of o32/n64
Joerg Sonnenberger
2014-02-02
1
-6
/
+6
*
Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.
Joerg Sonnenberger
2014-02-02
1
-1
/
+20
*
Fix an assertion failure when building for the iOS simulator. rdar://15959009
Bob Wilson
2014-02-01
1
-1
/
+1
*
[Mips] Add support for mips64el-linux-android triple.
Simon Atanasyan
2014-01-25
1
-1
/
+2
*
Improve x86 android support, add x86_64 android target
Alexey Bataev
2014-01-23
1
-1
/
+2
*
Teach Clang to look in its installation libdir for libraries (such as
Chandler Carruth
2014-01-21
1
-0
/
+20
*
Macho-embedded: rename compiler-rt support from Darwin-embedded
Tim Northover
2014-01-21
1
-1
/
+1
*
Stop linking with crt1.o etc. for the iOS simulator. <rdar://problem/11800973>
Bob Wilson
2014-01-21
1
-6
/
+3
[next]