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
*
Introduce a type-safe enum for ForDefinition.
John McCall
2016-11-30
1
-2
/
+3
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-21
/
+18
*
Alias must point to a definition
Aditya Kumar
2016-10-02
1
-8
/
+6
*
Revert "[PR30341] Alias must point to a definition"
Aditya Kumar
2016-09-29
1
-6
/
+8
*
[PR30341] Alias must point to a definition
Aditya Kumar
2016-09-29
1
-8
/
+6
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
Use CodeGenModule::addReplacement() instead of directly accessing Replacement...
Yaron Keren
2016-02-07
1
-1
/
+1
*
[COFF] Don't try to emit weak aliases on COFF
Reid Kleckner
2015-11-10
1
-5
/
+10
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-4
/
+8
*
[opaque pointer type] Fix a few uses of PointerType::getElementType in favor ...
David Blaikie
2015-09-14
1
-4
/
+4
*
Revert "[opaque pointer type] update for LLVM API change"
David Blaikie
2015-09-14
1
-2
/
+2
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-8
/
+4
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-4
/
+8
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-8
/
+4
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-1
/
+2
*
Refactored dtor sanitizing into EHScopeStack
Naomi Musgrave
2015-09-03
1
-0
/
+6
*
PR17829: Proper diagnostic of mangled names conflicts
Andrey Bokhanko
2015-08-31
1
-10
/
+7
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-0
/
+2
*
CGCXX: Use cast in getAddrOfCXXStructor()
Duncan P. N. Exon Smith
2015-05-06
1
-2
/
+1
*
[opaque pointer type] update for LLVM API change
David Blaikie
2015-04-29
1
-2
/
+2
*
Don't use a doc comment in a function body.
Nico Weber
2015-01-12
1
-3
/
+3
*
ignore -mconstructor-aliases when adding field paddings for asan
Kostya Serebryany
2014-10-31
1
-0
/
+5
*
CodeGen: Don't form weak dllexport aliases
David Majnemer
2014-10-24
1
-0
/
+5
*
Allow dllexport alias to base destructors.
Rafael Espindola
2014-10-07
1
-5
/
+1
*
Reduce code duplication a bit more. NFC.
Rafael Espindola
2014-09-15
1
-0
/
+22
*
Move emitCXXStructor to CGCXXABI.
Rafael Espindola
2014-09-15
1
-77
/
+0
*
Create a emitCXXStructor function and make the existing emitCXXConstructor and
Rafael Espindola
2014-09-15
1
-34
/
+45
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-21
/
+4
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-31
/
+33
*
Update for llvm API change.
Rafael Espindola
2014-06-03
1
-9
/
+6
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-0
/
+4
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-3
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-05-16
1
-6
/
+9
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-2
/
+2
*
Use auto to avoid duplicating the type.
Rafael Espindola
2014-05-09
1
-9
/
+9
*
Cleanup setFunctionDefinitionAttributes.
Rafael Espindola
2014-05-08
1
-2
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-4
/
+3
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-2
/
+1
*
Don't produce an alias between destructors with different calling conventions.
Rafael Espindola
2014-03-05
1
-0
/
+6
*
[ms-abi] Always generate complete constructors in the Microsoft C++ ABI
Reid Kleckner
2014-01-13
1
-5
/
+7
*
Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
2013-12-09
1
-8
/
+12
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-4
/
+4
*
Adjust r194296 to not apply the alias replacement for externally
Joerg Sonnenberger
2013-11-22
1
-1
/
+8
*
Don't use alias from derived dtor to base dtor at -O0.
Rafael Espindola
2013-11-13
1
-0
/
+5
*
Drop windows specific handling of equivalent destructors.
Rafael Espindola
2013-11-13
1
-9
/
+0
*
Avoid producing mismatched comdats.
Rafael Espindola
2013-11-12
1
-6
/
+7
*
Fix pr17875.
Rafael Espindola
2013-11-11
1
-3
/
+1
[next]