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
/
CodeGenTBAA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Fix generation of TBAA tags for may-alias accesses
Ivan A. Kosarev
2018-02-20
1
-0
/
+13
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-0
/
+18
*
[CodeGen] Represent array members in new-format TBAA type descriptors
Ivan A. Kosarev
2017-12-22
1
-0
/
+4
*
[CodeGen] Support generation of TBAA info in the new format
Ivan A. Kosarev
2017-12-22
1
-3
/
+14
*
Fix the reference to the now renamed member of TBAAStructField
Ivan A. Kosarev
2017-12-18
1
-1
/
+1
*
Revert "[CodeGen] Add initial support for union members in TBAA"
Hal Finkel
2017-12-03
1
-28
/
+14
*
[CodeGen] Add initial support for union members in TBAA
Ivan A. Kosarev
2017-11-30
1
-14
/
+28
*
[CodeGen] Collect information about sizes of accesses and access types for TBAA
Ivan A. Kosarev
2017-11-27
1
-28
/
+45
*
[CodeGen] Generate TBAA type descriptors in a more reliable manner
Ivan A. Kosarev
2017-11-21
1
-43
/
+56
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-22
/
+51
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-17
1
-0
/
+8
*
Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with...
Ivan A. Kosarev
2017-10-13
1
-8
/
+0
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-13
1
-0
/
+8
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-23
/
+15
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-32
/
+21
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-28
/
+47
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-47
/
+28
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
1
-12
/
+10
*
[CodeGen] Have a special function to get TBAA info for may-alias accesses
Ivan A. Kosarev
2017-10-02
1
-0
/
+4
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-9
/
+8
*
Fix TBAA information for reference accesses
Ivan A. Kosarev
2017-09-26
1
-2
/
+2
*
[CodeGen] Correctly model std::byte's aliasing properties
David Majnemer
2017-07-25
1
-0
/
+6
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-2
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+2
*
[PR26550] Use a different TBAA root for C++ vs C.
Manman Ren
2016-02-11
1
-2
/
+6
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+2
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-2
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-8
/
+8
*
Add a mangler entry point for TBAA rather than using RTTI directly
Reid Kleckner
2013-11-19
1
-7
/
+3
*
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
2013-10-08
1
-12
/
+12
*
Revert r191586 and r191695. They cause crashes when building with
Richard Smith
2013-10-01
1
-6
/
+11
*
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
2013-09-27
1
-11
/
+6
*
Don't use mangleCXXRTTIName in TBAA for C code.
Manman Ren
2013-08-21
1
-3
/
+8
*
Don't use mangleCXXRTTIName in TBAA for C code.
Eli Friedman
2013-07-05
1
-9
/
+1
*
Rewrite record layout for ms_struct structs.
Eli Friedman
2013-06-26
1
-21
/
+0
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-2
/
+1
*
Struct-path aware TBAA: enable struct-path aware TBAA for classes.
Manman Ren
2013-04-30
1
-2
/
+4
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-3
/
+3
*
TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa
Manman Ren
2013-04-22
1
-1
/
+24
*
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-11
1
-17
/
+30
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+85
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-85
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+85
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-2
/
+3
*
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-28
1
-0
/
+57
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-2
/
+1
[next]