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