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
/
ToolChain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix an logic error in the clang driver preventing crtfastmath.o from linking ...
Benjamin Kramer
2014-03-25
1
-10
/
+13
*
clang: add -f{no-,}integrate-as as consistent parameters
Saleem Abdulrasool
2014-02-23
1
-2
/
+2
*
Move -verify-pch to use VerifyJobAction
Ben Langmuir
2014-02-06
1
-1
/
+2
*
Remove an unnecessary special case to check for a few Darwin-specific options.
Bob Wilson
2014-01-16
1
-7
/
+0
*
MachO: use *-*-*-macho for MachO embedded targets.
Tim Northover
2014-01-16
1
-3
/
+3
*
Fix indentation from r197490 plus some typos
Alp Toker
2013-12-17
1
-8
/
+7
*
LIBRARY_PATH environment variable should only be supported on a native compiler.
Richard Barton
2013-12-17
1
-0
/
+14
*
Refactor duplicate functions
Bernard Ogden
2013-12-12
1
-114
/
+3
*
Make thumb the default instruction set for v7m and v7em
Bernard Ogden
2013-12-12
1
-1
/
+2
*
Fix -mthumb resetting of target cpu
Bernard Ogden
2013-12-12
1
-1
/
+15
*
Added support for mcpu krait
Ana Pazos
2013-12-06
1
-1
/
+1
*
For NetBSD, use arm1176jzf-s as default CPU for ARMv6.
Joerg Sonnenberger
2013-12-05
1
-0
/
+5
*
X86: Make specifying avx2 simpler on Darwin with '-arch'
Jim Grosbach
2013-11-16
1
-1
/
+15
*
This reverts commit r194330, r194329 and r194328.
Rafael Espindola
2013-11-09
1
-22
/
+0
*
Add support for -fuse-ld=.
David Chisnall
2013-11-09
1
-0
/
+22
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-1
/
+4
*
Teach clang driver about Cortex-A53 and Cortex-A57.
Bernard Ogden
2013-10-24
1
-1
/
+1
*
Add more Cortex CPUs and tests
Renato Golin
2013-09-13
1
-2
/
+2
*
ARM: default to arm1176jzf-s for hard-float platforms.
Tim Northover
2013-08-20
1
-2
/
+10
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-0
/
+4
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+2
*
Add support for passing '-target armv8' through the Driver.
Joey Gouly
2013-06-26
1
-0
/
+2
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-4
/
+5
*
Teach clang about the armv4/armv4t distinction
Tim Northover
2013-06-13
1
-2
/
+5
*
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
1
-0
/
+8
*
Reject -no-integrated-as on windows.
Rafael Espindola
2013-03-24
1
-4
/
+4
*
Avoid warnings from compilers that think you can drop off the end of a fully ...
Benjamin Kramer
2013-03-21
1
-0
/
+2
*
Remove the Tools DensMap from the toolchain.
Rafael Espindola
2013-03-20
1
-25
/
+45
*
Finish refactoring the tool selection logic.
Rafael Espindola
2013-03-19
1
-0
/
+20
*
Centralize the logic for using the integrated assembler.
Rafael Espindola
2013-03-18
1
-0
/
+2
*
Centralize the recording of which tools have been constructed.
Rafael Espindola
2013-03-18
1
-0
/
+24
*
Pass an ArgList to every toolchain constructor. Remove the useIntegratedAs
Rafael Espindola
2013-03-18
1
-3
/
+4
*
Refactor a bit of duplicated code to useIntegratedAs.
Rafael Espindola
2013-03-18
1
-0
/
+6
*
Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.
Bob Wilson
2013-03-04
1
-4
/
+6
*
Tidy up lists of Cortex-A series processors, adding entries for A7.
Bob Wilson
2013-03-04
1
-1
/
+3
*
Fix confused use of llvm::StringSwitch for armv7r architecture.
Bob Wilson
2013-03-04
1
-1
/
+1
*
Adding armv7l default to cortex-a8
Renato Golin
2013-02-05
1
-0
/
+1
*
Add ARM cortex-r5 subtarget as available mcpu
Quentin Colombet
2012-12-21
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+1
*
Fix the '-fuse-init-array' option to actually be an option.
Chandler Carruth
2012-11-21
1
-1
/
+2
*
Driver/Darwin: The -arch argument values aren't exactly the arch names from a
Daniel Dunbar
2012-11-08
1
-0
/
+15
*
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-11-01
1
-4
/
+4
*
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
Benjamin Kramer
2012-10-04
1
-0
/
+22
*
Remove useless parameter "WantFile" from Driver::GetProgramPath().
Simon Atanasyan
2012-10-03
1
-2
/
+2
*
Add armv7s and some other arm variants supported by Mach-O files.
Bob Wilson
2012-09-29
1
-1
/
+5
*
Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit.
Rafael Espindola
2012-09-23
1
-0
/
+4
*
This patch introduces A15 as a target in Clang.
Silviu Baranga
2012-09-13
1
-1
/
+1
*
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
1
-1
/
+1
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-20
/
+4
*
Add a -fuse-init-array option to cc1 and map to the UseInitArray target
Rafael Espindola
2012-06-19
1
-0
/
+3
[prev]
[next]