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
/
llvm
/
unittests
/
ADT
/
TripleTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set default CPU for OpenBSD/arm to Cortex-A8
Brad Smith
2017-02-28
1
-0
/
+4
*
TripleTest.FileFormat: check non-default value
Alex Denisov
2017-02-04
1
-0
/
+3
*
TripleTest.BitWidthArchVariants: add missing arch types (thumb, arm, le, ...)
Alex Denisov
2017-02-04
1
-0
/
+48
*
TripleTest.EndianArchVariants: add missing arch types (tce, le)
Alex Denisov
2017-02-04
1
-0
/
+16
*
[WebAssembly] Add triple support for the new wasm object format
Dan Gohman
2017-01-17
1
-0
/
+3
*
[RISCV] Recognise riscv32 and riscv64 in triple parsing code
Alex Bradbury
2016-11-01
1
-0
/
+36
*
Define "contiki" OS specifier.
David L Kreitzer
2016-10-14
1
-0
/
+6
*
[Triple] Add triple for Fuchsia
Petr Hosek
2016-10-06
1
-0
/
+6
*
Triple: Add opencl environment type
Tom Stellard
2016-09-23
1
-0
/
+6
*
Remove the Triple tests that stressing the TargetParser's behaviour.
Zijiao Ma
2016-08-17
1
-191
/
+0
*
[ADT] Make the triple test 1000x faster through more focused test cases.
Chandler Carruth
2016-08-06
1
-53
/
+67
*
[Triple] Reimplement isLittleEndian(). Now it works for arm too.
Davide Italiano
2016-06-29
1
-0
/
+8
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-0
/
+6
*
Add a Musl environment to the triple.
Rafael Espindola
2016-06-14
1
-0
/
+6
*
Add AMDGPU related triple vendors/OSes
Matt Arsenault
2016-02-13
1
-0
/
+12
*
ARMv7k: use Cortex-A7 by default even for tvOS
Tim Northover
2016-02-11
1
-0
/
+12
*
[lanai] Add Lanai triple.
Jacques Pienaar
2016-02-11
1
-0
/
+21
*
Handle ARMv6-J as an alias, instead of fake architecture
Artyom Skrobov
2015-11-20
1
-1
/
+1
*
Handle ARMv6KZ naming
Artyom Skrobov
2015-11-16
1
-0
/
+4
*
[X86] Make elfiamcu an OS, not an environment.
Michael Kuperstein
2015-10-27
1
-3
/
+3
*
[X86] Add support for elfiamcu triple
Michael Kuperstein
2015-10-25
1
-0
/
+6
*
Initial migration of AVR backend
Dylan McKay
2015-10-16
1
-0
/
+17
*
Teach the target parsing framework to directly compute the length of all
Chandler Carruth
2015-08-30
1
-43
/
+43
*
Add amdopencl environment to triple
Matt Arsenault
2015-07-30
1
-0
/
+2
*
[Triple] Add a helper to switch between big/little endian variants
Benjamin Kramer
2015-07-06
1
-0
/
+78
*
Drop the OS from the WebAssembly target triple for now.
Dan Gohman
2015-06-30
1
-4
/
+4
*
[WebAssembly] Initial WebAssembly backend
Dan Gohman
2015-06-29
1
-0
/
+30
*
ARMTargetParser: Make BSD Thumb/BE armv6 work
Renato Golin
2015-05-27
1
-0
/
+8
*
Adding profile and version parsers to ARMTargetParser
Renato Golin
2015-05-22
1
-0
/
+20
*
Make Triple::parseARMArch use ARMTargetParser
Renato Golin
2015-05-21
1
-0
/
+65
*
Get Triple::getARMCPUForArch() to use TargetParser
Renato Golin
2015-05-20
1
-13
/
+136
*
[ARM] Reject invalid -march values
John Brawn
2015-05-08
1
-0
/
+31
*
Fix regression in parsing armv{6,7}hl- triples. These are used by SUSE
Ismail Donmez
2015-05-05
1
-0
/
+12
*
Move unit test into anonymous namespace as per convention.
Douglas Katzman
2015-05-01
1
-1
/
+2
*
Exhaustively test all triples in TripleTest.
Douglas Katzman
2015-04-30
1
-4
/
+4
*
New architecture name - 'sparcel' for Sparc little-endian.
Douglas Katzman
2015-04-29
1
-0
/
+20
*
Default to armv7 cpu for NaCl when march=arm
Derek Schuff
2015-03-26
1
-0
/
+4
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+6
*
The canonical CPU variant for ARM according to config.guess uses a
Joerg Sonnenberger
2015-01-26
1
-0
/
+17
*
Add hsail and amdil64 to Triple
Matt Arsenault
2014-09-19
1
-0
/
+84
*
Add unit test for r217454
Ed Maste
2014-09-15
1
-0
/
+4
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
1
-1
/
+1
*
Move the API and implementation of clang::driver::getARMCPUForMArch() to llvm...
Argyrios Kyrtzidis
2014-07-11
1
-0
/
+12
*
Support: generalise object type handling for Windows
Saleem Abdulrasool
2014-03-31
1
-5
/
+17
*
ARM64: remove -m32/-m64 mapping with ARM.
Tim Northover
2014-03-30
1
-4
/
+0
*
Support: correct Windows normalisation
Saleem Abdulrasool
2014-03-30
1
-0
/
+9
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-1
/
+1
*
Canonicalise Windows target triple spellings
Saleem Abdulrasool
2014-03-27
1
-1
/
+33
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-1
/
+19
*
Darwin: update default iOS version to 5.0
Tim Northover
2013-12-10
1
-7
/
+7
[next]