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
/
AST
/
RecordLayoutBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead variables.
Benjamin Kramer
2013-10-25
1
-11
/
+2
*
Remove dead recursive function.
Benjamin Kramer
2013-10-24
1
-22
/
+0
*
Implements 64 bit microsoft record layout and adds lit tests to cover
Warren Hunt
2013-10-23
1
-388
/
+70
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
PR17576: Fix assertion on polymorphic classes with small alignment
Reid Kleckner
2013-10-14
1
-1
/
+1
*
Correctly check for distructors when realizing vtordisps
Warren Hunt
2013-10-14
1
-1
/
+1
*
Only use the MS record layout when using the MS C++ ABI
Reid Kleckner
2013-10-11
1
-5
/
+5
*
Fix unused variable warning in MS record layout.
Reid Kleckner
2013-10-11
1
-3
/
+1
*
Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
2013-10-11
1
-31
/
+728
*
Be lazier when loading KeyFunctions from PCH/modules. We don't need to load
Richard Smith
2013-08-29
1
-12
/
+11
*
Fix alignment of class derived from empty class.
Eli Friedman
2013-07-16
1
-3
/
+4
*
Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
2013-07-12
1
-2
/
+2
*
Simplify code.
Eli Friedman
2013-06-26
1
-39
/
+7
*
Rewrite record layout for ms_struct structs.
Eli Friedman
2013-06-26
1
-162
/
+78
*
Don't try to get the layout of an invalid decl in getDeclAlign.
Matt Beaumont-Gay
2013-06-25
1
-0
/
+1
*
[ms-cxxabi] There are no key functions in the Microsoft C++ ABI
Reid Kleckner
2013-05-29
1
-0
/
+3
*
[ms-cxxabi] Mangle in an implicit 'E' for certain types on win64
Reid Kleckner
2013-05-14
1
-1
/
+1
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
Abstract the behavior of when to use base-class tail padding.
John McCall
2013-01-29
1
-8
/
+49
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-10
/
+40
*
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-25
1
-2
/
+6
*
Currently when AST record layouts are dumped with -fdump-record-layouts, the
Eli Bendersky
2012-12-08
1
-3
/
+11
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
When an externally-supplied record layout has a size that clearly
Douglas Gregor
2012-10-26
1
-15
/
+33
*
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-12
1
-5
/
+5
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-15
1
-2
/
+2
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-2
/
+2
*
Remove windows line endings.
Benjamin Kramer
2012-08-31
1
-36
/
+34
*
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-31
1
-20
/
+36
*
Flesh out test for defaulted key functions a bit more.
Benjamin Kramer
2012-08-03
1
-0
/
+1
*
Fix failed to generate vtables in certain cases.
Benjamin Kramer
2012-08-03
1
-0
/
+3
*
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-21
/
+15
*
Add support for laying out vtordisps according to our current
John McCall
2012-05-01
1
-33
/
+231
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-14
/
+14
*
When laying out an Objective-C object, consult
Sean Callanan
2012-03-15
1
-0
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-6
/
+6
*
If a struct needs to be laid out, and it has not
Sean Callanan
2012-02-08
1
-0
/
+4
*
Allow the external AST source to provide a layout without specifying
Douglas Gregor
2012-01-28
1
-42
/
+76
*
Extend the ExternalASTSource interface to allow the AST source to
Douglas Gregor
2012-01-26
1
-41
/
+136
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-0
/
+22
*
Recommit r148056 with fixes to deal with weirdness with bitfields in unions.
Eli Friedman
2012-01-12
1
-4
/
+4
*
Revert r148056 while I investigate failures.
Eli Friedman
2012-01-12
1
-4
/
+5
*
Make sure adding a field to a struct never reduces its size. PR11745.
Eli Friedman
2012-01-12
1
-5
/
+4
*
When performing layout for an Objective-C class, make sure to dig out
Douglas Gregor
2011-12-20
1
-1
/
+3
*
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
1
-1
/
+1
*
Fixes a bug in calculation of field offsets of ms_struct
Fariborz Jahanian
2011-12-12
1
-3
/
+14
*
Fix bitfield handling for record layout with #pragma pack. <rdar://problem/1...
Eli Friedman
2011-12-02
1
-3
/
+5
*
Fix MSVC class layout for empty classes. Patch by Dmitry Sokolov.
Eli Friedman
2011-12-01
1
-4
/
+9
*
Fix the layout of vb-tables and vf-tables in the MS C++ ABI.
John McCall
2011-11-08
1
-184
/
+202
[next]