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
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use new utility function to clean leading junk from pathnames. NFC
Douglas Katzman
2015-09-02
1
-0
/
+1
*
[Shave]: pass through more clang options to moviCompile
Douglas Katzman
2015-09-02
1
-0
/
+1
*
Stop hardcoding GCC paths in crt/ld.so lookup.
Rafael Espindola
2015-08-31
1
-34
/
+20
*
Update for several APIs in LLVM that now use StringRefs rather than
Chandler Carruth
2015-08-30
1
-12
/
+9
*
Update for API change in LLVM: ARMTargetParser class is just the ARM
Chandler Carruth
2015-08-30
1
-11
/
+11
*
Support Debian s390x multiarch paths
Sylvestre Ledru
2015-08-28
1
-1
/
+1
*
Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1
Adrian Prantl
2015-08-27
1
-0
/
+6
*
[ARM] Error out if float-ab=hard and abi=apcs-gnu on macho platforms.
Akira Hatanaka
2015-08-26
1
-4
/
+15
*
Revert r245866.
Akira Hatanaka
2015-08-24
1
-4
/
+0
*
[ARM] Error out on apple darwin platforms if float-abi is "hard".
Akira Hatanaka
2015-08-24
1
-0
/
+4
*
Stop treating -static as overriding -fPIC: they are distinct.
James Y Knight
2015-08-21
1
-4
/
+2
*
Revert r245344.
Evgeniy Stepanov
2015-08-20
1
-1
/
+0
*
[Sparc] Add '-EL' when invoking gcc to link little-endian binaries.
Douglas Katzman
2015-08-20
1
-4
/
+14
*
Silence a "not all control paths return a value" warning; NFC.
Aaron Ballman
2015-08-20
1
-1
/
+1
*
Properly pass through the PIC mode to the integrated assembler when
James Y Knight
2015-08-19
1
-162
/
+201
*
[ARM] Proper generic cpus handling
Vladimir Sukharev
2015-08-19
1
-3
/
+3
*
[OPENMP] Link libomp.lib on Windows
Alexey Bataev
2015-08-19
1
-0
/
+21
*
[sanitizer] Add -lutil to static runtime link flags.
Evgeniy Stepanov
2015-08-18
1
-0
/
+1
*
Tiny cleanup: move some Triple variables up to the top of the
James Y Knight
2015-08-15
1
-21
/
+27
*
[Driver] Fix handling of -fbuiltin/-fcommon when combined with -mkernel
John Brawn
2015-08-10
1
-18
/
+10
*
Teach mingw toolchain driver to properly emit static or dynamic linking of li...
Yaron Keren
2015-08-09
1
-2
/
+18
*
Add -fno-coverage-mapping flag.
Diego Novillo
2015-08-05
1
-2
/
+5
*
Add flags to disable profile generation.
Diego Novillo
2015-08-05
1
-28
/
+39
*
Add -gcodeview and -gdwarf to control which type Clang emits
Reid Kleckner
2015-08-05
1
-2
/
+16
*
Claim arguments that belong to 'clang_ignored_gcc_optimization_f_Group'
Douglas Katzman
2015-08-05
1
-0
/
+1
*
[SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile.
Douglas Katzman
2015-08-03
1
-16
/
+11
*
Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement eac...
David Blaikie
2015-07-30
1
-6
/
+7
*
[ARM] Allow setting the generic features for native cpus
Renato Golin
2015-07-30
1
-23
/
+32
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-2
/
+10
*
Use the AddAllArgs overload which accepts an ArrayRef of OptSpecifier.
Douglas Katzman
2015-07-29
1
-46
/
+29
*
[AArch64] Pass subtarget feature "+strict-align".
Akira Hatanaka
2015-07-29
1
-9
/
+5
*
[ARM] Pass subtarget feature "+strict-align".
Akira Hatanaka
2015-07-28
1
-21
/
+36
*
Add -femulated-tls flag to select the emulated TLS model.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+6
*
Use TargetParser to parse -mhwdiv command line option in Driver.
Alexandros Lamprineas
2015-07-28
1
-13
/
+2
*
[ARM] Implement -Wa,-mfpu and friends for assemblers
Renato Golin
2015-07-27
1
-62
/
+115
*
[ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)
Renato Golin
2015-07-27
1
-36
/
+75
*
[AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin.
Akira Hatanaka
2015-07-27
1
-3
/
+5
*
Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFC
Douglas Katzman
2015-07-27
1
-23
/
+24
*
Setting ARM dynamic linker name from commandline
Renato Golin
2015-07-27
1
-2
/
+4
*
[clang-cl] Handle -O correctly
David Majnemer
2015-07-27
1
-4
/
+18
*
[clang-cl] Add fallback support for /Zl
David Majnemer
2015-07-25
1
-0
/
+1
*
[AArch64] Pass subtarget feature "+reserve-x18" instead of passing backend
Akira Hatanaka
2015-07-25
1
-5
/
+3
*
[clang-cl] Implement support for the /Zl flag
David Majnemer
2015-07-24
1
-8
/
+15
*
[Compiler-RT] Remove dependency on libgcc_s/eh
Renato Golin
2015-07-23
1
-7
/
+0
*
[mingw] Add support for -rtlib option and -stdlib option to the mingw driver
Reid Kleckner
2015-07-22
1
-15
/
+12
*
Pass -I options to integrates and external assemblers
Renato Golin
2015-07-22
1
-0
/
+4
*
[ARM] Pass subtarget feature "+reserve-r9" instead of passing backend
Akira Hatanaka
2015-07-21
1
-7
/
+6
*
Revert r242736.
Akira Hatanaka
2015-07-20
1
-6
/
+7
*
[ARM] Pass subtarget feature "+reserve-r9" instead of passing backend
Akira Hatanaka
2015-07-20
1
-7
/
+6
*
Fixed style issues pointed out by Justin Bogner.
Artem Belevich
2015-07-20
1
-4
/
+2
[prev]
[next]