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
/
Basic
/
Targets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -mavx2 and -mno-avx2 command line support. Also add core-avx2 processor t...
Craig Topper
2011-12-17
1
-2
/
+27
*
Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.
Nick Lewycky
2011-12-16
1
-1
/
+7
*
Fix 80-column violation and whitespace. No functionality change.
Nick Lewycky
2011-12-16
1
-2
/
+3
*
gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.
Eli Friedman
2011-12-15
1
-1
/
+20
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-1
/
+134
*
Misc Minix-specific changes to clang:
Eli Friedman
2011-12-08
1
-0
/
+1
*
Add support for AVX registers to clang inline asm. Add a small testcase
Eric Christopher
2011-12-02
1
-0
/
+2
*
When we're passing a vector with an illegal type through memory on x86-64, us...
Eli Friedman
2011-12-02
1
-1
/
+5
*
Add support for AMD's bulldozer.
Benjamin Kramer
2011-12-01
1
-0
/
+26
*
Make our handling of MMX x SSE closer to what gcc does:
Rafael Espindola
2011-11-27
1
-11
/
+34
*
AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...
James Molloy
2011-11-23
1
-0
/
+5
*
Define some built-ins macros on mips32 platform, from Simon Atanasyan!
Douglas Gregor
2011-11-09
1
-0
/
+4
*
Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase.
Akira Hatanaka
2011-11-05
1
-5
/
+5
*
Fix various minor issues find via unreachable code warnings, from
Douglas Gregor
2011-11-02
1
-0
/
+2
*
In x86_64, when calling an Objective-C method that returns a _Complex long do...
Anders Carlsson
2011-10-31
1
-0
/
+3
*
Add support for sse4a and enable it for amdfam10 cpu.
Roman Divacky
2011-10-30
1
-3
/
+9
*
Add support for amdfam10 cpu.
Roman Divacky
2011-10-30
1
-0
/
+9
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
1
-79
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-63
/
+0
*
Make changes necessary for N32/64 ABI conformance.
Akira Hatanaka
2011-10-22
1
-9
/
+25
*
Use llvm::Triple's methods to parse FreeBSD version numbers.
Benjamin Kramer
2011-10-18
1
-4
/
+5
*
Place static initializers on linux into the ".text.startup" section, so the l...
Benjamin Kramer
2011-10-15
1
-0
/
+4
*
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-10-14
1
-0
/
+18
*
Add target info for Linux on PPC & Sparc.
Anton Korobeynikov
2011-10-12
1
-0
/
+6
*
Allow regparm attribute for PNaCl target
David Meyer
2011-10-11
1
-0
/
+1
*
Fixed natural stack alignment for Linux x86-32. Thanks Eli.
Lang Hames
2011-10-11
1
-1
/
+1
*
Update target data strings for ARM and X86 to include the natural stack
Lang Hames
2011-10-10
1
-9
/
+9
*
Add address spaces for TCE target. Patch by Pekka Jääskeläinen.
Eli Friedman
2011-10-07
1
-0
/
+7
*
PTX: Add some basic support for OpenCL address spaces
Justin Holewinski
2011-10-03
1
-0
/
+6
*
Fix a typo spotted by Jonathan Sauer.
Chandler Carruth
2011-09-28
1
-1
/
+1
*
Attempt to silence the GCC -Wreturn-type warning...
Chandler Carruth
2011-09-28
1
-0
/
+1
*
Generate tests for all of the x86 SIMD instruction feature set
Chandler Carruth
2011-09-28
1
-4
/
+6
*
Fix a think-o on my part that got enshrined in a FIXME by setting up the
Chandler Carruth
2011-09-28
1
-1
/
+3
*
Move some of the defines down to more natural locations, consolidating
Chandler Carruth
2011-09-28
1
-10
/
+10
*
Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode.
Chandler Carruth
2011-09-28
1
-2
/
+59
*
Simplify the control flow for predefined macro selection by using
Chandler Carruth
2011-09-28
1
-27
/
+26
*
Switch the X86TargetInfo object from a string representation of the
Chandler Carruth
2011-09-28
1
-57
/
+179
*
Introduce an enumeration for the x86 CPUs recognized by Clang. I've
Chandler Carruth
2011-09-28
1
-0
/
+124
*
Clean up a bit of the uses of CPU in the TargetInfo classes. This makes
Chandler Carruth
2011-09-28
1
-11
/
+6
*
Begin fixing Clang's predefined macros for various architectures. This
Chandler Carruth
2011-09-28
1
-6
/
+101
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
PTX: Clean up target options code
Justin Holewinski
2011-09-22
1
-79
/
+27
*
Define Mips64 TargetInfo classes.
Akira Hatanaka
2011-09-20
1
-0
/
+144
*
Clean up TargetInfo class hierarchy. Define a base class from which TargetInfos
Akira Hatanaka
2011-09-20
1
-126
/
+122
*
Clarify PNaCl target characteristics: set LongDoubleWidth, PtrDiffType, IntPt...
Ivan Krasin
2011-09-20
1
-7
/
+5
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-4
/
+4
*
PTX: Define target options
Justin Holewinski
2011-09-15
1
-0
/
+89
*
Add comment.
Akira Hatanaka
2011-09-14
1
-0
/
+1
[next]