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
...
*
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
*
Make the Linux support for finding libc++ somewhat less braindead.
Chandler Carruth
2014-01-20
1
-6
/
+22
*
Use switch statements in preparation for adding more architectures.
Joerg Sonnenberger
2014-01-18
1
-1
/
+6
*
MachO: use *-*-*-macho for MachO embedded targets.
Tim Northover
2014-01-16
1
-67
/
+202
*
Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
2014-01-15
1
-5
/
+1
*
Rename target i386-linux-android to i686-linux-android
Alexey Bataev
2014-01-13
1
-1
/
+1
*
Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.
Kristof Beyls
2014-01-10
1
-13
/
+15
*
Locate GCC installations on SPARC systems.
Jakob Stoklund Olesen
2014-01-10
1
-0
/
+28
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Driver: Accept -fprofile-instr-use and -fprofile-instr-generate
Justin Bogner
2014-01-06
1
-0
/
+1
*
Darwin-embedded: find correct libclang_rt for embedded targets.
Tim Northover
2013-12-12
1
-37
/
+71
*
Turning IAS on by default on ARM/Thumb
Renato Golin
2013-12-11
1
-1
/
+4
*
Added support for mcpu krait
Ana Pazos
2013-12-06
1
-1
/
+1
*
Move the body of GCCInstallationDetector ctor into an init() function
Roman Divacky
2013-12-06
1
-5
/
+6
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-2
/
+2
*
[Mips] Add support for nan2008 libraries and headers look up for Code
Simon Atanasyan
2013-11-26
1
-0
/
+2
*
[Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSF
Simon Atanasyan
2013-11-26
1
-50
/
+47
*
[Mips] Call findMIPSABIDirSuffix() for MIPS targets only.
Simon Atanasyan
2013-11-26
1
-4
/
+2
*
Make the integrated assembler the default for cygwin/mingw too.
Rafael Espindola
2013-11-25
1
-0
/
+5
*
remove gcc::Precompile
Rafael Espindola
2013-11-24
1
-4
/
+0
*
Remove the Darwin_Generic_GCC toolchain.
Rafael Espindola
2013-11-24
1
-6
/
+0
*
Don't use the gcc driver for assembling.
Rafael Espindola
2013-11-23
1
-1
/
+1
*
[Mips] Take in account the -mfp64 command line option when build paths
Simon Atanasyan
2013-11-20
1
-2
/
+12
*
X86: Make specifying avx2 simpler on Darwin with '-arch'
Jim Grosbach
2013-11-16
1
-0
/
+4
*
[ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...
Alexander Potapenko
2013-11-15
1
-2
/
+11
[prev]
[next]