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
*
[ARM] Clang gives unintended warning message for 'mthumb' + M-profiles:
Alexandros Lamprineas
2015-11-05
1
-3
/
+2
*
Revert "[mips] Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-30
1
-0
/
+1
*
[mips] Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-29
1
-1
/
+0
*
When running clang with an arm triple such as '--target=thumbv7m-none-eabi'
Alexandros Lamprineas
2015-10-28
1
-6
/
+8
*
clang driver toolchain refactoring
Xinliang David Li
2015-10-22
1
-4
/
+30
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
Use Triple.isAndroid() where possible.
Evgeniy Stepanov
2015-10-08
1
-2
/
+1
*
[VFS] Port driver tool chains to VFS.
Benjamin Kramer
2015-10-07
1
-3
/
+1
*
Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-05
1
-0
/
+1
*
Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-05
1
-1
/
+0
*
Revert "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris
2015-10-02
1
-0
/
+1
*
Add support for the new mips-mti-linux toolchain.
Vasileios Kalintiris
2015-10-02
1
-1
/
+0
*
Allow a ToolChain to compute the path of a compiler-rt's component.
Vasileios Kalintiris
2015-10-01
1
-1
/
+39
*
The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has some
Eric Christopher
2015-09-25
1
-0
/
+94
*
[ARM] Fix crash "-target arm -mcpu=generic", without "-march="
Vladimir Sukharev
2015-09-23
1
-2
/
+1
*
Driver: Support cfi-icall on all OSs when targeting x86/x86_64.
Peter Collingbourne
2015-09-10
1
-3
/
+7
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-1
/
+1
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-2
/
+4
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-3
/
+4
*
Range-forify a loop, delete trailing whitespace. NFC
Douglas Katzman
2015-08-06
1
-6
/
+4
*
[ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)
Renato Golin
2015-07-27
1
-3
/
+8
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+2
*
This reverts commit r242058, r242065, r242067.
Rafael Espindola
2015-07-13
1
-2
/
+0
*
[cuda] Driver changes to compile and stitch together host and device-side CUD...
Artem Belevich
2015-07-13
1
-0
/
+2
*
[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...
Alexey Samsonov
2015-06-19
1
-0
/
+9
*
Allow case-insensitive values for -mcpu for ARM
Gabor Ballabas
2015-06-04
1
-1
/
+1
*
[ARM] Add v8.1a architecture
Vladimir Sukharev
2015-05-14
1
-3
/
+6
*
Don't claim exception related arguments when looking at RTTIMode
Filipe Cabecinhas
2015-03-20
1
-1
/
+1
*
Simplify boolean expressions in clang with clang-tidy
David Blaikie
2015-03-09
1
-4
/
+1
*
Improve our handling of rtti/sanitize=vptr/sanitize=undefined
Filipe Cabecinhas
2015-02-19
1
-3
/
+36
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
1
-0
/
+1
*
Revert "Change -save-temps to emit unoptimized bitcode files."
Reid Kleckner
2014-12-18
1
-1
/
+0
*
Change -save-temps to emit unoptimized bitcode files.
Bob Wilson
2014-12-18
1
-0
/
+1
*
CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...
Jonathan Roelofs
2014-10-03
1
-2
/
+20
*
Return a StringRef in getDefaultUniversalArchName.
Rafael Espindola
2014-07-25
1
-1
/
+1
*
MachO: use "arm64" as the triple name in modules.
Tim Northover
2014-07-24
1
-0
/
+11
*
Implement the -fuse-ld= option.
Logan Chien
2014-06-26
1
-0
/
+25
*
ARM: Add command line option to select big or little endian
Christian Pirker
2014-04-10
1
-0
/
+10
*
Driver: add target definition for Windows on ARM
Saleem Abdulrasool
2014-04-04
1
-0
/
+3
*
Driver: implement addClangWarningOptions
Tim Northover
2014-03-29
1
-0
/
+2
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-4
/
+20
*
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
[next]