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
/
ItaniumCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-1
/
+3
*
More capturing of 'this': implicit member expressions. Getting that
John McCall
2011-02-03
1
-35
/
+6
*
Amazing that there are still issues with the fields of anonymous struct/unions..
Argyrios Kyrtzidis
2011-01-31
1
-5
/
+29
*
Do a proper recursive lookup when deciding whether a class's usual
John McCall
2011-01-27
1
-55
/
+46
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-4
/
+3
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-8
/
+2
*
Simplify code.
Anders Carlsson
2010-11-24
1
-4
/
+2
*
Simplify the logic for emitting guard variables for template static
John McCall
2010-11-06
1
-14
/
+12
*
Ensure that static local variables in function templates inherit the
John McCall
2010-11-02
1
-0
/
+4
*
Patch to provide guard when initializing instances
Fariborz Jahanian
2010-10-26
1
-1
/
+6
*
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-08
1
-0
/
+159
*
Revert my two IRgen fixes for "bool", then use a far simpler approach
Douglas Gregor
2010-09-02
1
-7
/
+2
*
Fix a crash involving pointer-to-data-members of boolean type. We were
Douglas Gregor
2010-09-02
1
-2
/
+7
*
Simplify some random accesses to the ASTContext from the ABI classes.
John McCall
2010-09-02
1
-17
/
+17
*
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-09-02
1
-0
/
+244
*
Amusingly, I missed this point of abstraction in all my earlier
John McCall
2010-08-31
1
-0
/
+30
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-0
/
+161
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-4
/
+4
*
chandlerc pointed out that ending a line with /\ is not very friendly. :)
John McCall
2010-08-23
1
-4
/
+4
*
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-23
1
-64
/
+186
*
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-22
1
-8
/
+5
*
Clean up a very silly use of first-class aggregates.
John McCall
2010-08-22
1
-8
/
+2
*
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
1
-155
/
+103
*
Extract member function pointer comparison and null comparison into
John McCall
2010-08-22
1
-0
/
+112
*
Abstract out member-pointer creation. I'm really unhappy about the current
John McCall
2010-08-22
1
-0
/
+106
*
Abstract more member-pointerness out.
John McCall
2010-08-22
1
-10
/
+92
*
Abstract out member-pointer conversions.
John McCall
2010-08-22
1
-0
/
+57
*
Implement the call parts of the member-function-pointer ARM C++ ABI.
John McCall
2010-08-22
1
-23
/
+56
*
Extract calls to method pointers out as an ABI routine.
John McCall
2010-08-22
1
-1
/
+86
*
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-21
1
-0
/
+13
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-2
/
+2
*
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
1
-0
/
+39