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
/
test
/
Driver
/
clang-translation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 8548 CPU definition and attributes
Justin Hibbits
2019-11-12
1
-0
/
+12
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
1
-1
/
+1
*
Fix a typo in target features
George Burgess IV
2019-07-16
1
-1
/
+1
*
android: enable double-word CAS on x64
Saleem Abdulrasool
2019-06-25
1
-0
/
+1
*
[AArch64] Support selecting TPIDR_EL[1-3] as the thread base
Oliver Stannard
2019-03-29
1
-0
/
+30
*
[Driver] Don't override '-march' when using '-arch x86_64h'
Francis Visoiu Mistrih
2018-12-17
1
-0
/
+5
*
[driver][mips] Support MIPS R6 target triples
Simon Atanasyan
2018-10-16
1
-0
/
+60
*
[mips] Fix handling of GNUABIN32 environment in a target triple
Simon Atanasyan
2018-10-15
1
-0
/
+32
*
[ADT] Normalize empty triple components
Petr Hosek
2018-08-08
1
-1
/
+1
*
[Driver] Disable uwtable by default in -ffreestanding mode
Vedant Kumar
2017-09-12
1
-0
/
+16
*
[ARM] Option for reading thread pointer from coprocessor register
Strahinja Petrovic
2017-09-12
1
-0
/
+12
*
[Driver][Darwin] Do not pass -munwind-table if -fno-excpetions is
Akira Hatanaka
2017-08-21
1
-0
/
+4
*
[Driver][Darwin] Pass -munwind-table when !UseSjLjExceptions.
Akira Hatanaka
2017-08-03
1
-0
/
+8
*
[Driver] Bump default x86 cpu to Penryn when targeting macosx10.12+.
Ahmed Bougacha
2016-12-15
1
-0
/
+17
*
[Mips] Finetuning MIPS32 Android default variants
Petar Jovanovic
2016-05-18
1
-0
/
+11
*
[Mips] Set mips32 as default CPU for MIPS32 Android
Petar Jovanovic
2016-05-17
1
-1
/
+1
*
[Mips] Set mips64r6 as default CPU for MIPS64 Android
Petar Jovanovic
2015-07-17
1
-1
/
+1
*
Add ppc64/power8 as a target
Will Schmidt
2014-06-26
1
-0
/
+6
*
Align with new GCC options for x86 Android
Alexey Volkov
2014-06-25
1
-2
/
+3
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-1
/
+1
*
Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews...
Alexey Bataev
2014-01-31
1
-2
/
+4
*
[Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...
Simon Atanasyan
2014-01-27
1
-6
/
+6
*
[Mips] Add support for mips64el-linux-android triple.
Simon Atanasyan
2014-01-25
1
-0
/
+7
*
[Mips] Add test to check translation MIPS triples to cpu and float abi
Simon Atanasyan
2014-01-25
1
-0
/
+35
*
Improve x86 android support, add x86_64 android target
Alexey Bataev
2014-01-23
1
-0
/
+6
*
Rename target i386-linux-android to i686-linux-android
Alexey Bataev
2014-01-13
1
-1
/
+1
*
X86: Make specifying avx2 simpler on Darwin with '-arch'
Jim Grosbach
2013-11-16
1
-0
/
+4
*
Centralize the handling of -target-feature.
Rafael Espindola
2013-08-21
1
-2
/
+2
*
Add some missing PPC cpus
Bill Schmidt
2013-02-01
1
-0
/
+96
*
Add PPC A2Q core and BG/Q preprocessor definitions
Hal Finkel
2013-02-01
1
-0
/
+6
*
Improve x86 android support:
Rafael Espindola
2012-11-02
1
-0
/
+6
*
The clang driver has a fairly fancy support for executing gcc instead of
Rafael Espindola
2012-10-09
1
-5
/
+5
*
Use getArch instead of getArchName.
Rafael Espindola
2012-10-07
1
-0
/
+8
*
Use pipes.
Rafael Espindola
2012-09-22
1
-31
/
+18
*
Use FileCheck.
Rafael Espindola
2012-09-22
1
-4
/
+8
*
Use FileCheck.
Rafael Espindola
2012-09-22
1
-11
/
+13
*
Fix pr13749. There is still a lot of code using getArchName that should be
Rafael Espindola
2012-09-22
1
-0
/
+7
*
Add e500mc and e5500 to the list of valid PPC CPU names.
Hal Finkel
2012-09-18
1
-0
/
+17
*
Fix test to work when clang is built without powerpc64 support.
Bob Wilson
2012-06-12
1
-3
/
+6
*
Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu...
Hal Finkel
2012-06-11
1
-0
/
+20
*
Fix default cpu for -march=armv5e.
Evgeniy Stepanov
2012-04-25
1
-0
/
+7
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-20
1
-6
/
+6
*
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
1
-6
/
+6
*
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
1
-6
/
+6
*
Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this
Daniel Dunbar
2011-03-17
1
-0
/
+2
*
clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...
Daniel Dunbar
2009-12-18
1
-2
/
+2
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-6
/
+6
*
Driver: Switch to using "clang" "-cc1" instead of "clang-cc".
Daniel Dunbar
2009-12-11
1
-3
/
+6
*
Improve test portability.
Daniel Dunbar
2009-12-08
1
-3
/
+3
*
Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.
Daniel Dunbar
2009-12-08
1
-0
/
+26
[next]