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
*
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
*
Fariborz points out that weak is now defined to the attribute even
Chris Lattner
2009-04-07
1
-6
/
+6
*
The __weak and __strong defines are common to all darwin targets
Chris Lattner
2009-04-07
1
-6
/
+16
*
Provide sema proper values of maximal number of arguments passed in registers.
Anton Korobeynikov
2009-04-03
1
-0
/
+2
*
Add target hook for setting symbol prefix and section of unicode
Daniel Dunbar
2009-04-03
1
-0
/
+16
*
Add Target hooks for IRgen of [cf]string literals.
Daniel Dunbar
2009-03-31
1
-0
/
+18
*
Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup
Eli Friedman
2009-03-29
1
-14
/
+7
*
Ad FreeBSD ARM target info.
Daniel Dunbar
2009-03-23
1
-0
/
+15
*
refactor some code, fixing a problem discovered by the dragonfly bsd people, ...
Chris Lattner
2009-03-20
1
-19
/
+31
*
pass langoptions around.
Chris Lattner
2009-03-20
1
-9
/
+10
*
pass LangOptions into TargetInfo::getTargetDefines, so that targets
Chris Lattner
2009-03-20
1
-33
/
+53
*
implement support for propagating *features* down to the code generator
Chris Lattner
2009-03-03
1
-8
/
+41
*
Add plumbing to support programatically defining __SSE2__ and friends,
Chris Lattner
2009-03-02
1
-6
/
+27
*
minor cleanups to target-specific #defines, no functionality change.
Chris Lattner
2009-03-02
1
-95
/
+80
*
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2009-03-02
1
-0
/
+14
*
TargetInfo::validateAsmConstraint now takes a reference to the full constrain...
Anders Carlsson
2009-02-28
1
-9
/
+9
*
Minor refactoring.
Fariborz Jahanian
2009-02-24
1
-3
/
+2
*
patch for two things.
Fariborz Jahanian
2009-02-24
1
-2
/
+3
*
add support for amd64-*, patch by Brooks Davis!
Chris Lattner
2009-02-20
1
-1
/
+1
*
Supply the header corresponding to a library builtin as a separate argument t...
Douglas Gregor
2009-02-16
1
-2
/
+5
*
Add -ffreestanding to suppress the implicit declaration of library builtins l...
Douglas Gregor
2009-02-14
1
-2
/
+2
*
Define __ELF__ on FreeBSD. Patch by Roman Divacky!
Anton Korobeynikov
2009-02-14
1
-1
/
+1
*
Define __ELF__ for linux systems.
Argyrios Kyrtzidis
2009-02-14
1
-0
/
+1
*
Give TargetInfo a new IntPtrType to hold the intptr_t type for
Chris Lattner
2009-02-13
1
-0
/
+2
*
Make nonfragile-abi the default for darwin's 64bit
Fariborz Jahanian
2009-02-12
1
-1
/
+5
[next]