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
/
CGClass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-5
/
+25
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-13
/
+9
*
[PGO] Fix issue: explicitly defaulted assignop is not profiled
Xinliang David Li
2016-02-09
1
-0
/
+1
*
[cfi] Safe handling of unaddressable vtable pointers (clang).
Evgeniy Stepanov
2016-02-03
1
-3
/
+15
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-1
/
+1
*
[cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov
2016-01-25
1
-10
/
+13
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+17
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-6
/
+13
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-10
/
+8
*
Emiting invariant.group.barrier for ctors bugfix
Piotr Padlewski
2015-10-02
1
-10
/
+11
*
Generate assume loads only with -fstrict-vtable-pointers
Piotr Padlewski
2015-09-28
1
-1
/
+4
*
CGClass.cpp: Fix a warning in -Asserts. [-Wunused-private-field]
NAKAMURA Takumi
2015-09-16
1
-0
/
+1
*
Implementation and testing for poisoning vtable
Naomi Musgrave
2015-09-16
1
-17
/
+55
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-6
/
+18
*
Emiting llvm.invariant.group.barrier when dynamic type changes
Piotr Padlewski
2015-09-15
1
-3
/
+30
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-15
1
-47
/
+86
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-1
/
+1
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-1
/
+1
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-1
/
+1
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-1
/
+1
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-09-10
1
-87
/
+47
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-5
/
+2
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-09
1
-47
/
+87
*
clangCodeGen: Fix comments. [-Wdocumentation]
NAKAMURA Takumi
2015-09-08
1
-1
/
+1
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-120
/
+245
*
Fix a couple of \param(s) in r246815. [-Wdocumentation]
NAKAMURA Takumi
2015-09-04
1
-2
/
+2
*
Refactored dtor sanitizing into EHScopeStack
Naomi Musgrave
2015-09-03
1
-59
/
+112
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-83
/
+43
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
1
-1
/
+8
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
1
-43
/
+76
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
1
-76
/
+43
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
1
-43
/
+76
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-6
/
+6
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner
2015-08-18
1
-76
/
+43
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-18
1
-43
/
+76
*
Revert r245257 "Generating assumption loads of vptr after ctor call"
Hans Wennborg
2015-08-18
1
-76
/
+43
*
Generating assumption loads of vptr after ctor call
Piotr Padlewski
2015-08-17
1
-43
/
+76
*
Fix previous commit: poison only class members, simpler tests
Naomi Musgrave
2015-08-13
1
-7
/
+32
*
Revert "Implement poisoning of only class members in dtor, as opposed to also...
Naomi Musgrave
2015-08-12
1
-32
/
+7
*
Implement poisoning of only class members in dtor, as opposed to also poisoni...
Naomi Musgrave
2015-08-12
1
-7
/
+32
*
Dtor callback emitted when msan attribute not repressed for this function.
Naomi Musgrave
2015-08-03
1
-1
/
+2
*
Updated test regex and flags
Naomi Musgrave
2015-07-30
1
-2
/
+2
*
repress tail call optimization when performing use-after-dtor sanitization
Naomi Musgrave
2015-07-30
1
-0
/
+4
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+2
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
2015-07-15
1
-9
/
+0
*
Fix for clang memcpyizer bugs 23911 and 23924 (patch by Denis Zobnin)
Alexey Bataev
2015-07-14
1
-13
/
+23
*
Basic code generation for MSan use-after-dtor.
Evgeniy Stepanov
2015-07-14
1
-0
/
+23
*
Update comment
Ulrich Weigand
2015-07-13
1
-5
/
+1
[prev]
[next]