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
/
Basic
/
TargetInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-210
/
+0
*
Handle the 'n' constraint
Anders Carlsson
2008-03-09
1
-0
/
+1
*
make float format handling more regular.
Chris Lattner
2008-03-08
1
-16
/
+10
*
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-08
1
-14
/
+6
*
eliminate the TargetInfoImpl stuff, simplifying the target implementations.
Chris Lattner
2008-03-08
1
-72
/
+16
*
eliminate ComputeWCharInfo.
Chris Lattner
2008-03-08
1
-7
/
+8
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-7
/
+4
*
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-05
1
-209
/
+18
*
move this into the right file.
Chris Lattner
2008-03-05
1
-0
/
+6
*
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-26
1
-0
/
+4
*
Add more supported constraints.
Anders Carlsson
2008-02-18
1
-0
/
+1
*
Change alignment for doubles to 32 bits which is what X86 has.
Anders Carlsson
2008-02-17
1
-1
/
+2
*
Even more inline asm codegen fixes.
Anders Carlsson
2008-02-06
1
-4
/
+9
*
Handle the memory clobber.
Anders Carlsson
2008-02-05
1
-0
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-6
/
+7
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-1
/
+1
*
Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
Anders Carlsson
2007-12-08
1
-0
/
+7
*
Implemented initial support for "-triple" option to the clang driver. This
Ted Kremenek
2007-12-03
1
-0
/
+4
*
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-27
1
-0
/
+124
*
Check that the clobber registers are valid.
Anders Carlsson
2007-11-25
1
-2
/
+43
*
Add tables for GCC register names and aliases. This will be used for inline asm
Anders Carlsson
2007-11-24
1
-0
/
+7
*
Add __builtin_va_list definitions for x86_64 and ppc64.
Anders Carlsson
2007-10-13
1
-0
/
+5
*
speed up clang startup another 28% by avoiding std::vector<std::string>
Chris Lattner
2007-10-06
1
-41
/
+18
*
speed up clang startup time by about 23% by avoiding lots of
Chris Lattner
2007-10-06
1
-21
/
+29
*
work around bugs and missing features in apfloat.
Chris Lattner
2007-09-22
1
-2
/
+4
*
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-09-22
1
-0
/
+28
*
Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...
Chris Lattner
2007-07-22
1
-32
/
+54
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-4
/
+7
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-1
/
+1
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-1
/
+0
*
Optimize #define analysis for the common case of a single target.
Chris Lattner
2007-01-30
1
-0
/
+18
*
Add support for target-specific builtins, including detecting nonportability
Chris Lattner
2007-01-29
1
-0
/
+56
*
Add new TargetInfo hooks for getting the set of target-specific #defines.
Chris Lattner
2006-10-14
1
-0
/
+110
*
Add new TargetInfo class to clang.
Chris Lattner
2006-10-14
1
-0
/
+40