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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Do not detect a used MIPS toolchain. Build a path suffix for FSF
Simon Atanasyan
2013-11-26
1
-1
/
+0
*
Make the integrated assembler the default for cygwin/mingw too.
Rafael Espindola
2013-11-25
1
-4
/
+4
*
remove gcc::Precompile
Rafael Espindola
2013-11-24
1
-1
/
+0
*
Remove the Darwin_Generic_GCC toolchain.
Rafael Espindola
2013-11-24
1
-13
/
+0
*
Remove two unused #ifdefs.
Rafael Espindola
2013-11-17
1
-11
/
+0
*
Add gold plugin support to the FreeBSD link driver.
Roman Divacky
2013-11-10
1
-0
/
+1
*
Commit the changes to make libc++ the default on FreeBSD >= 10, rather than
David Chisnall
2013-11-09
1
-0
/
+6
*
Clean up the deeply misleading name of the "MultiLibSuffix". This is
Chandler Carruth
2013-10-29
1
-8
/
+19
*
XCore target: add an xcore toolchain implementation
Robert Lytton
2013-10-11
1
-0
/
+24
*
[Mips] Support FSF Mips toolchain directories tree in the Clang driver.
Simon Atanasyan
2013-10-10
1
-0
/
+6
*
Remove unused param from Linux::computeSysRoot().
Simon Atanasyan
2013-10-05
1
-1
/
+1
*
Separate construction of bi-arch path suffix from construction of
Simon Atanasyan
2013-09-28
1
-0
/
+4
*
Teach the Linux toolchain about more modern Gentoo installations of GCC
Chandler Carruth
2013-08-26
1
-0
/
+3
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-1
/
+0
*
Build unwind tables by default on NetBSD.
Joerg Sonnenberger
2013-08-15
1
-0
/
+3
*
Use the integrated assembler on NetBSD/powerpc by default.
Joerg Sonnenberger
2013-08-15
1
-0
/
+5
*
Enhance the clang -v gcc debug printing to skip obviously bad and duplicate p...
Benjamin Kramer
2013-08-14
1
-2
/
+2
*
Add a convenient way to compare GCCVersions without creating temporary objects.
Benjamin Kramer
2013-08-09
1
-1
/
+5
*
Start keeping track of what work was done to detect a GCC installation
Chandler Carruth
2013-07-30
1
-1
/
+9
*
Reword and reformat some of the "Multiarch" code in the toolchain setup.
Chandler Carruth
2013-06-22
1
-11
/
+12
*
[Driver] Remove the using namespace directives from headers
Reid Kleckner
2013-06-17
1
-71
/
+98
*
Try to fix the windows build.
Rafael Espindola
2013-06-11
1
-0
/
+2
*
Default to PIE and using stack protection on OpenBSD.
Rafael Espindola
2013-06-05
1
-0
/
+5
*
Add support for -stdlib=libc++ in the NetBSD toolchain.
Joerg Sonnenberger
2013-04-30
1
-0
/
+5
*
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
1
-0
/
+2
*
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
1
-0
/
+6
*
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
1
-21
/
+53
*
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-19
1
-1
/
+0
*
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
1
-24
/
+14
*
Use early returns when checking if we already constructed a tool and when
Rafael Espindola
2013-03-18
1
-2
/
+0
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-14
/
+14
*
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
1
-4
/
+5
*
Remove unused argument.
Rafael Espindola
2013-03-18
1
-28
/
+14
*
Driver: add support for new style multiarch in Ubuntu 13.04
Dmitri Gribenko
2013-03-06
1
-0
/
+5
*
Default to enabling default-synthesized ivars on all platforms
David Chisnall
2013-03-03
1
-8
/
+0
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-1
/
+2
*
Initial support for FreeBSD on ARM.
Rafael Espindola
2012-12-13
1
-0
/
+1
*
Hexagon TC: Reimplement Link::ConstructJob to call
Matthew Curtis
2012-12-06
1
-0
/
+1
*
Hexagon TC: Move getHexagonTargetCPU from Tools.cpp to
Matthew Curtis
2012-12-06
1
-0
/
+2
*
Hexagon TC: Update toolchain to add appropriate include
Matthew Curtis
2012-12-06
1
-15
/
+23
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+2
*
Remove an extra semicolon.
Chad Rosier
2012-11-27
1
-1
/
+1
*
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
1
-1
/
+2
*
[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...
Alexey Samsonov
2012-11-21
1
-3
/
+4
*
Completely re-work how the Clang driver interprets PIC and PIE options.
Chandler Carruth
2012-11-19
1
-11
/
+11
*
block extended signatur option. Change previous option
Fariborz Jahanian
2012-11-15
1
-0
/
+4
*
Remove old driver code to grab the iOS simulator version from the -D option.
Bob Wilson
2012-11-09
1
-8
/
+1
*
Remove more code related to invoking llvm-gcc. <rdar://problem/11991320>
Bob Wilson
2012-11-08
1
-3
/
+0
*
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...
Simon Atanasyan
2012-10-21
1
-0
/
+1
*
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-23
1
-2
/
+0
[next]