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
*
Hook in s390x stuff into clang
Anton Korobeynikov
2009-07-16
1
-0
/
+69
*
codegen string literals using private linkage now like llvm-gcc, eliminating
Chris Lattner
2009-07-16
1
-8
/
+0
*
add netbsd support, patch by Krister Kalfridsson!
Chris Lattner
2009-07-13
1
-0
/
+23
*
Correct FreeBSD target info, fixing PR4514.
Duncan Sands
2009-07-08
1
-1
/
+3
*
pic16 preproc defs.
Sanjiv Gupta
2009-07-07
1
-0
/
+5
*
More tweaks to types for OpenBSD. Patch by Jonathan Gray.
Eli Friedman
2009-07-05
1
-1
/
+14
*
Per PR4506, fix the type of size_t on OpenBSD.
Eli Friedman
2009-07-05
1
-1
/
+12
*
Add an intermediate typedef for __builtin_va_tag to make it a bit easier
Eli Friedman
2009-07-03
1
-1
/
+2
*
Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.
Douglas Gregor
2009-07-01
1
-5
/
+5
*
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-07-01
1
-2
/
+15
*
Reapply r74532, and inherit from OSTargetInfo instead of from Target.
Torok Edwin
2009-06-30
1
-353
/
+183
*
Revert 74532 till I figure out why it breaks a bunch of tests.
Torok Edwin
2009-06-30
1
-183
/
+353
*
Use templates instead of creating a new class for each OS/Target combination.
Torok Edwin
2009-06-30
1
-353
/
+183
*
Use true/false instead of 1/0.
Daniel Dunbar
2009-06-29
1
-4
/
+4
*
Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD.
Daniel Dunbar
2009-06-29
1
-1
/
+0
*
OpenBSD support.
Daniel Dunbar
2009-06-29
1
-0
/
+46
*
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
1
-1
/
+1
*
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-28
1
-3
/
+6
*
fix the type of wchar_t for windows, PR4417
Chris Lattner
2009-06-24
1
-1
/
+1
*
__APPLE_CC__ should only be set when building for darwin targets.
Chris Lattner
2009-06-23
1
-0
/
+1
*
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-14
1
-5
/
+4
*
Add stack alignment to x86_64 target data.
Daniel Dunbar
2009-06-08
1
-1
/
+1
*
Minor tweaks to the Windows target.
Eli Friedman
2009-06-08
1
-0
/
+4
*
PR4346: add "R" asm register constraint.
Eli Friedman
2009-06-08
1
-0
/
+1
*
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-08
1
-3
/
+12
*
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-05
1
-3
/
+9
*
Move a couple Darwin-specific defines into getDarwinDefines.
Eli Friedman
2009-06-04
1
-0
/
+5
*
Back out r72764; I should have looked more carefully before committing
Eli Friedman
2009-06-03
1
-7
/
+0
*
PR3678: Add support for "Yt" asm register constraint.
Eli Friedman
2009-06-03
1
-0
/
+7
*
Add floating point details to PIC16 Target.
Sanjiv Gupta
2009-06-02
1
-1
/
+11
*
Add a couple missing ARM defines.
Eli Friedman
2009-05-29
1
-0
/
+2
*
A few more tweaks for Solaris; please correct me if it's wrong somehow.
Eli Friedman
2009-05-22
1
-7
/
+10
*
Improve target support for Solaris.
Douglas Gregor
2009-05-21
1
-4
/
+42
*
Targets without long long should reduce the size of intmax_t
Eli Friedman
2009-05-16
1
-0
/
+2
*
Provide dummy va_list typedef for msp430
Anton Korobeynikov
2009-05-08
1
-1
/
+1
*
Handle -march for the LLVM recognized cpu names.
Daniel Dunbar
2009-05-06
1
-10
/
+35
*
More x86 target feature support.
Daniel Dunbar
2009-05-06
1
-4
/
+58
*
Tweak x86 -mcpu defaults.
Daniel Dunbar
2009-05-06
1
-0
/
+3
*
Improve handling of (X86) target features.
Daniel Dunbar
2009-05-06
1
-45
/
+52
*
Hook msp430 in
Anton Korobeynikov
2009-05-03
1
-0
/
+73
*
Whitespace cleanup
Anton Korobeynikov
2009-05-03
1
-139
/
+138
*
change TargetInfo::ConstraintInfo to be a struct that contains
Chris Lattner
2009-04-26
1
-6
/
+6
*
some arm triples have weird characters in them, just fuzzy match
Chris Lattner
2009-04-23
1
-7
/
+11
*
Pass and return aggregate types directly to function calls.
Sanjiv Gupta
2009-04-21
1
-1
/
+1
*
Add target property for whether thread-local storage is supported.
Eli Friedman
2009-04-19
1
-3
/
+9
*
actually just do this on all x86 targets, it won't hurt
Chris Lattner
2009-04-19
1
-10
/
+5
*
Define __NO_MATH_INLINES on linux/x86 so that we don't get inline
Chris Lattner
2009-04-19
1
-0
/
+10
*
Support -miphoneos-version-min in clang-cc.
Daniel Dunbar
2009-04-10
1
-25
/
+79
*
remove fixme!
Chris Lattner
2009-04-08
1
-2
/
+0
*
Add basic support for arm static analysis checking. Radar 6699395
Mike Stump
2009-04-08
1
-3
/
+33
[next]