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
/
Driver
/
Targets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved construction of TargetInfo objects out of the Driver
Ted Kremenek
2007-12-12
1
-733
/
+0
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-2
/
+3
*
properly namespacify.
Chris Lattner
2007-12-11
1
-1
/
+2
*
Move target specific builtin IDs to TargetBuiltins.h so that they can be used...
Anders Carlsson
2007-12-09
1
-16
/
+4
*
Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
Anders Carlsson
2007-12-08
1
-0
/
+23
*
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
1
-2
/
+2
*
I'm apparently the only sad lonely ppc user left :)
Chris Lattner
2007-12-05
1
-2
/
+2
*
Removed searching for "darwin" keyword in target triple. We don't really support
Ted Kremenek
2007-12-04
1
-15
/
+13
*
For target processing, on non-Darwin systems instead of using the host triple,
Ted Kremenek
2007-12-03
1
-14
/
+17
*
Implemented initial support for "-triple" option to the clang driver. This
Ted Kremenek
2007-12-03
1
-50
/
+50
*
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-27
1
-1
/
+76
*
Forgot some X86 registers
Anders Carlsson
2007-11-25
1
-0
/
+1
*
Add tables for GCC register names and aliases. This will be used for inline asm
Anders Carlsson
2007-11-24
1
-2
/
+146
*
fix problems with test/sema/Cocoa.m etc on non-apple machines.
Chris Lattner
2007-10-17
1
-0
/
+4
*
Add __builtin_va_list definitions for x86_64 and ppc64.
Anders Carlsson
2007-10-13
1
-0
/
+42
*
speed up clang startup another 28% by avoiding std::vector<std::string>
Chris Lattner
2007-10-06
1
-173
/
+182
*
non-apple targets should be like i386, not the mythical, bogus, linux target.
Chris Lattner
2007-07-15
1
-2
/
+2
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-0
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-4
/
+3
*
wchar_t width is now expressed in terms of bits for uniformity.
Chris Lattner
2007-04-05
1
-1
/
+1
*
Add support for target-specific builtins, including detecting nonportability
Chris Lattner
2007-01-29
1
-0
/
+62
*
Sink target-specific #define info into the target descriptions. Add x86-32/6...
Chris Lattner
2006-10-15
1
-2
/
+207
*
Implement TargetInfo hooks for #defines
Chris Lattner
2006-10-14
1
-8
/
+40
*
Write up TargetInfo so that use of wchar_t strings results in a warning if
Chris Lattner
2006-10-14
1
-0
/
+2
*
Add Targets.cpp, which implements the -arch command line option in terms of
Chris Lattner
2006-10-14
1
-0
/
+143