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
/
CodeGen
/
CGCXXClass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson
2009-11-24
1
-239
/
+0
*
Handle base-to-derived casts. Will land test case shortly.
Anders Carlsson
2009-11-23
1
-16
/
+76
*
This falls into the category of stupid pet tricks. I hate to do this,
Mike Stump
2009-11-13
1
-0
/
+3
*
Revert r86741; it doesn't handle virtual bases correctly.
Eli Friedman
2009-11-10
1
-11
/
+9
*
Minor optimization to skip null check in generated code where it isn't
Eli Friedman
2009-11-10
1
-9
/
+11
*
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-10-13
1
-2
/
+1
*
Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...
Anders Carlsson
2009-10-06
1
-58
/
+84
*
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-03
1
-4
/
+5
*
Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091.
Anders Carlsson
2009-09-29
1
-10
/
+23
*
When doing a derived-to-base class and the class offset is 0 we can just do a...
Anders Carlsson
2009-09-22
1
-7
/
+10
*
When necessary, null check the base value in GetAddressCXXOfBaseClass.
Anders Carlsson
2009-09-12
1
-0
/
+30
*
Whoops, add CGCXXClass.cpp
Anders Carlsson
2009-09-12
1
-0
/
+104