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
/
CGCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle operator call expressions where the callee is a member function.
Anders Carlsson
2009-05-27
1
-0
/
+19
*
Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...
Anders Carlsson
2009-05-20
1
-1
/
+0
*
Reflow some comments.
Mike Stump
2009-05-16
1
-0
/
+2
*
push GlobalDecl through enough of the CodeGenModule interfaces
Chris Lattner
2009-05-12
1
-4
/
+5
*
Factor code that's common to EmitCXXMemberCallExpr and EmitCXXConstructorCall...
Anders Carlsson
2009-05-11
1
-27
/
+34
*
Refactor global decls to hold either a regular Decl or a CXXConstructorDecl +...
Anders Carlsson
2009-05-05
1
-2
/
+2
*
Make codegen for constructors work again.
Anders Carlsson
2009-05-03
1
-14
/
+2
*
We can now call member functions where the base is a pointer.
Anders Carlsson
2009-05-01
1
-4
/
+1
*
Add support for generating (very basic) C++ destructors. These aren't called ...
Anders Carlsson
2009-04-17
1
-26
/
+65
*
Implement basic code generation of constructor calls. We can now compile:
Anders Carlsson
2009-04-17
1
-0
/
+45
*
Add GetAddrOfCXXConstructor and use it.
Anders Carlsson
2009-04-16
1
-5
/
+11
*
Actually generate code for the simple constructors we know we can generate co...
Anders Carlsson
2009-04-15
1
-1
/
+22
*
Start attempting to generate code for C++ ctors.
Anders Carlsson
2009-04-15
1
-1
/
+32
*
Support code generation of 'this' exprs
Anders Carlsson
2009-04-14
1
-0
/
+11
*
Use the new guard variable mangling function and get rid of the old code.
Anders Carlsson
2009-04-13
1
-65
/
+6
*
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-04-08
1
-3
/
+1
*
We weren't generating correct code for calls to variadic member functions.
Anders Carlsson
2009-04-08
1
-6
/
+5
*
Simplify C++ member function calls.
Anders Carlsson
2009-04-06
1
-5
/
+4
*
Add support for calling C++ member functions.
Anders Carlsson
2009-04-03
1
-0
/
+41
*
Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the
Daniel Dunbar
2009-02-25
1
-19
/
+9
*
Provide a new kind of iterator, the specific_decl_iterator, that
Douglas Gregor
2009-01-09
1
-1
/
+1
*
Warning fixes to operator precedence warnings.
Eli Friedman
2008-12-16
1
-1
/
+1
*
Rename Selector::getName() to Selector::getAsString(), and add
Chris Lattner
2008-11-24
1
-8
/
+5
*
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-13
1
-1
/
+1
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-2
/
+2
*
Handle static initializers in Objective-C++ methods.
Anders Carlsson
2008-08-23
1
-2
/
+16
*
Add preliminary (and probably broken) codegen support for C++ static initiali...
Anders Carlsson
2008-08-22
1
-0
/
+136