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-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
2011-09-15
PTX: Define target options
Justin Holewinski
2011-09-14
Add comment.
Akira Hatanaka
2011-09-13
O64 will not be supported.
Akira Hatanaka
2011-09-13
mips*-*-psp is no longer supported as a target.
Akira Hatanaka
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-08-29
Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...
Ivan Krasin
2011-08-25
PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t...
Ivan Krasin
2011-08-24
Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...
Ivan Krasin
2011-08-24
Add PNaCl TargetInfo.
Ivan Krasin
2011-08-18
"-mavx" should also enable all other SSE levels.
Bruno Cardoso Lopes
2011-08-04
Additional comments and whitespace.
Chad Rosier
2011-08-04
Add partial support for using anonymous bitfields (e.g., int : 0) to enforce
Chad Rosier
2011-07-31
Remove dead code flagged by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-07-29
Add support for the 'Q' arm memory constraint.
Eric Christopher
2011-07-26
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-25
Allow target to specify about using minimum alignment vs preferred. Takes ca...
Chad Rosier
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-21
Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan!
Bruno Cardoso Lopes
2011-07-19
Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (...
Chad Rosier
[prev]
[next]