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
/
CGBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
1
-13
/
+13
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-2
/
+2
*
Make use of __func__ in a block actually refer to
Fariborz Jahanian
2010-08-13
1
-6
/
+17
*
More objc block variable layout info. work.
Fariborz Jahanian
2010-08-04
1
-7
/
+18
*
Some early work for providing block layout info.
Fariborz Jahanian
2010-08-04
1
-37
/
+10
*
Fix flags in global block descriptor when
Fariborz Jahanian
2010-07-28
1
-15
/
+22
*
IRgen: Move blocks runtime interfaces to CodeGenModule.
Daniel Dunbar
2010-07-16
1
-47
/
+4
*
CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing
Daniel Dunbar
2010-07-14
1
-1
/
+1
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-26
/
+1
*
Remove unnecessary ASTContext parameter from
Douglas Gregor
2010-07-01
1
-2
/
+1
*
Minor refactorin of my last patch (radar 7860965 related).
Fariborz Jahanian
2010-06-28
1
-1
/
+1
*
Have __func__ and siblings point to block's implementation function
Fariborz Jahanian
2010-06-28
1
-1
/
+12
*
finally get around to doing a significant cleanup to irgen:
Chris Lattner
2010-06-27
1
-12
/
+8
*
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-24
1
-4
/
+4
*
Block Code Gen. API. Call destructor on descriptior
Fariborz Jahanian
2010-06-08
1
-2
/
+30
*
Fixed a block regression caused by trying to use
Fariborz Jahanian
2010-06-07
1
-4
/
+0
*
Build AST for copy-construction of copied-in
Fariborz Jahanian
2010-06-04
1
-22
/
+10
*
For C++ copied in objects, use copy constructors in
Fariborz Jahanian
2010-06-04
1
-7
/
+28
*
Block C++ code gen. Adds support for block reference argument
Fariborz Jahanian
2010-06-02
1
-4
/
+14
*
Fix compilation failure
Douglas Gregor
2010-05-25
1
-2
/
+2
*
Improve name mangling for blocks and support mangling of static local
Douglas Gregor
2010-05-25
1
-2
/
+3
*
Add braces to avoid an ambiguous else, fixing a GCC warning.
Chandler Carruth
2010-05-21
1
-1
/
+2
*
Allocate space in a block record for implicit references to the Objective C
John McCall
2010-05-21
1
-82
/
+118
*
Support implicitly closing on 'this' in a block. Fixed PR7165.
John McCall
2010-05-20
1
-128
/
+173
*
It's bad form to create VarDecl's without DeclContexts
Douglas Gregor
2010-05-11
1
-1
/
+3
*
Fixes a code gen crash when block is a reference type, etc.
Fariborz Jahanian
2010-05-04
1
-0
/
+2
*
When synthesizing Objective C records, give the synthetic fields public
John McCall
2010-04-30
1
-1
/
+1
*
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-19
1
-8
/
+14
*
Minor include pruning.
Benjamin Kramer
2010-03-31
1
-0
/
+1
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-10
/
+9
*
add support for a 1<<29 bit in the block flags field to mark blocks using alt...
Blaine Garst
2010-03-05
1
-2
/
+15
*
Unconditionally support block introspection data in a new field at the end
Blaine Garst
2010-02-23
1
-53
/
+44
*
remove unused function & enumerations
Blaine Garst
2010-02-19
1
-34
/
+0
*
Patch to remove arbitrary imporation of 'self' into
Fariborz Jahanian
2010-02-17
1
-13
/
+0
*
Did not intend to check this in.
Fariborz Jahanian
2010-02-17
1
-2
/
+0
*
Use proper lexcial context for newly added ivars.
Fariborz Jahanian
2010-02-17
1
-0
/
+2
*
Generate the objc_read_weak API when calling
Fariborz Jahanian
2010-02-10
1
-1
/
+16
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-7
/
+11
*
Change the return type of ASTContext::getDeclAlignInBytes() to CharUnits and,
Ken Dyck
2010-01-27
1
-2
/
+1
*
Use CharUnits for alignments in character units.
Ken Dyck
2010-01-26
1
-11
/
+13
*
Introduce CodeGenModule::GetTargetTypeStoreSize() to calculate the store size
Ken Dyck
2010-01-26
1
-5
/
+4
*
simplify code.
Chris Lattner
2010-01-25
1
-4
/
+3
*
Simplify code.
Benjamin Kramer
2010-01-22
1
-18
/
+8
*
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2010-01-11
1
-27
/
+33
*
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
1
-2
/
+3
*
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
1
-1
/
+1
*
DeclRefExpr stores a ValueDecl internally.
John McCall
2009-12-08
1
-1
/
+1
*
various cleanups.
Chris Lattner
2009-12-05
1
-9
/
+11
*
Don't pass false (default) for isVolatile parameter to CreateLoad.
Daniel Dunbar
2009-11-29
1
-5
/
+5
*
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
1
-3
/
+3
[next]