index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGRecordLayoutBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-9
/
+19
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-9
/
+9
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-3
/
+2
*
This patch provides that bitfields are splitted even in case
Strahinja Petrovic
2018-05-10
1
-10
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-11
/
+11
*
[NFC] Fix terrible formatting of CGRecordLower constructor.
Erich Keane
2018-04-12
1
-6
/
+7
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
Add helper to determine if a field is a zero-length bitfield.
Richard Smith
2018-04-02
1
-6
/
+5
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+1
*
[CodeGen] Fix an assertion failure in CGRecordLowering.
Akira Hatanaka
2018-02-01
1
-2
/
+6
*
[Bitfield] Add an option to access bitfield in a fine-grained manner.
Wei Mi
2017-10-16
1
-2
/
+35
*
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
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-2
/
+2
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-4
/
+4
*
[MS ABI] Don't crash when inheriting from base with trailing empty array member
David Majnemer
2015-10-22
1
-1
/
+1
*
Respect alignment of nested bitfields
Ulrich Weigand
2015-07-10
1
-8
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[CodeGen] Indirect fields can initialize a union
David Majnemer
2015-05-30
1
-3
/
+7
*
[CodeGen] Handle flexible array members containing pointers to members
David Majnemer
2015-05-26
1
-7
/
+2
*
ms_struct does not imply the MS base-layout ABI; separate these
John McCall
2015-04-28
1
-6
/
+23
*
Correctly handle zero-sized but non-empty base classes in IRGen.
John McCall
2015-04-26
1
-1
/
+5
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
CodeGen: Cleanup CGRecordLowering::lowerUnion a little
David Majnemer
2014-10-15
1
-7
/
+7
*
CodeGen: Use the initing member's type for a union's storage type more often
David Majnemer
2014-10-15
1
-1
/
+16
*
CodeGen: Fix a typo in a comment
David Majnemer
2014-10-15
1
-1
/
+1
*
CodeGen: Don't crash when initializing pointer-to-member fields in bases
David Majnemer
2014-09-28
1
-10
/
+26
*
Revert "CodeGen: When bitfields fall on natural boundaries, split them up"
Justin Bogner
2014-08-14
1
-9
/
+2
*
CodeGen: When bitfields fall on natural boundaries, split them up
Justin Bogner
2014-08-14
1
-2
/
+9
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-7
/
+9
*
Fixed Assert In CGRecordLowering
Warren Hunt
2014-04-25
1
-6
/
+23
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
1
-3
/
+3
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-9
/
+5
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-7
/
+5
*
Fixed an assertion failure related to bitfield lowering.
Warren Hunt
2014-03-01
1
-2
/
+5
*
PR18962: Fix "Unable to find record layout information for type"
Reid Kleckner
2014-02-27
1
-2
/
+5
*
IRGen: Simplify alignment calculation in setBitFieldInfo
David Majnemer
2014-02-25
1
-4
/
+2
*
IRGen: Fix build breakage
David Majnemer
2014-02-22
1
-1
/
+1
*
Fix two warnings introduced r201907
Warren Hunt
2014-02-22
1
-5
/
+4
*
Complete Rewrite of CGRecordLayoutBuilder
Warren Hunt
2014-02-21
1
-946
/
+545
*
Fixing PR18430 by checking that the size of bitfields plus padding does not
Yunzhong Gao
2014-01-29
1
-1
/
+6
*
Fixing PR18510 by checking whether the non-virtual base of the derived class
Yunzhong Gao
2014-01-24
1
-1
/
+6
*
CGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling-else]
NAKAMURA Takumi
2014-01-10
1
-1
/
+2
*
[ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonVirutalBase Layout
Warren Hunt
2014-01-09
1
-1
/
+75
*
[ms-abi] Refactor Microsoft Record Layout
Warren Hunt
2014-01-09
1
-2
/
+2
[next]