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
...
*
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
[prev]