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
/
CGCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup some clang code to use new type functions instead of using cast<>.
Micah Villmow
2012-10-25
1
-1
/
+1
*
Fix PR13234 - crash when trying to report an unsupported ABI feature
Timur Iskhodzhanov
2012-06-29
1
-1
/
+1
*
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
1
-0
/
+7
*
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-05-01
1
-9
/
+53
*
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
1
-1
/
+1
*
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
1
-1
/
+1
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-3
/
+2
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-0
/
+26
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-1
/
+2
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-1
/
+0
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Remove constant member pointer support from Expr-based constant emission now
Richard Smith
2012-01-17
1
-5
/
+0
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-0
/
+4
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-2
/
+2
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-1
/
+1
*
After some discussion with Doug, we decided that it made a lot more sense
John McCall
2011-04-12
1
-2
/
+1
*
More __unknown_anytype work.
John McCall
2011-04-11
1
-1
/
+2
*
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-09
1
-2
/
+2
*
More capturing of 'this': implicit member expressions. Getting that
John McCall
2011-02-03
1
-4
/
+3
*
Do a proper recursive lookup when deciding whether a class's usual
John McCall
2011-01-27
1
-2
/
+4
*
Make the destructor be the 'vtable anchor' of the CGCXXABI class.
Anders Carlsson
2010-11-28
1
-1
/
+1
*
Move CGCXXABI functions to CGCXXABI.cpp
Anders Carlsson
2010-11-28
1
-0
/
+155
*
Add a CGCXXABI.cpp file.
Anders Carlsson
2010-11-28
1
-0
/
+18