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
/
MicrosoftCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Notes on dynamic array cookies in MSVC.
John McCall
2011-01-27
1
-0
/
+23
*
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-13
1
-1157
/
+1
*
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-12-25
1
-1
/
+2
*
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-20
1
-0
/
+4
*
Use the right calling convention when mangling names in the Microsoft C++
Charles Davis
2010-11-09
1
-4
/
+8
*
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-08
1
-6
/
+0
*
Add symantic support for the Pascal calling convention via
Dawn Perchik
2010-09-03
1
-0
/
+1
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-0
/
+28
*
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
1
-1
/
+1
*
zap dead code.
Chris Lattner
2010-08-18
1
-2
/
+0
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-2
/
+2
*
Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
1
-13
/
+22
*
Fix mangling of array dimensions in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
1
-7
/
+7
*
Mangle member pointer types in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
1
-3
/
+15
*
Fix mangling of function pointers in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
1
-0
/
+5
*
Fix mangling of array parameters for functions in the Microsoft C++ Mangler.
Charles Davis
2010-07-03
1
-10
/
+21
*
Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it
Charles Davis
2010-06-30
1
-27
/
+157
*
Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler.
Charles Davis
2010-06-26
1
-45
/
+88
*
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-24
1
-1
/
+1
*
Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler.
Charles Davis
2010-06-18
1
-0
/
+63
*
Mangle operator names in the Microsoft C++ Mangler.
Charles Davis
2010-06-17
1
-1
/
+131
*
Start mangling function types in the Microsoft C++ Mangler.
Charles Davis
2010-06-16
1
-4
/
+201
*
Microsoft C++ Mangler:
Charles Davis
2010-06-14
1
-1
/
+116
*
Microsoft C++ Mangler:
Charles Davis
2010-06-12
1
-1
/
+110
*
When mangling for the Microsoft C++ ABI, mangle variables in the global
Charles Davis
2010-06-11
1
-0
/
+41
*
Start implementing the Microsoft-style name mangler. Mangle simple names
Charles Davis
2010-06-11
1
-1
/
+197
*
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-06-11
1
-1
/
+1
*
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
Charles Davis
2010-06-09
1
-0
/
+130