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
*
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
*
Added block type introspection support.
David Chisnall
2009-11-17
1
-10
/
+59
*
Remove some misguided code.
Mike Stump
2009-10-22
1
-8
/
+2
*
Extend out the block descriptor structure for debug information with
Mike Stump
2009-10-22
1
-3
/
+6
*
Turn on the preallocation of all BlockDeclRefExprs.
Mike Stump
2009-10-21
1
-3
/
+1
*
Refine collection of BlockDeclRefExprs. WIP.
Mike Stump
2009-10-21
1
-9
/
+16
*
Fix typo.
Mike Stump
2009-10-21
1
-2
/
+1
*
Refactor.
Mike Stump
2009-10-21
1
-4
/
+0
*
Prep work to always preallocate BlockDeclRefExprs so that we can
Mike Stump
2009-10-21
1
-43
/
+75
*
For now, we need to have the llvm type of the block pointer remain as
Mike Stump
2009-10-20
1
-1
/
+4
*
Refine the type of the first parameter to block invoke functions.
Mike Stump
2009-10-20
1
-2
/
+22
*
Simplify pointer creation with the new Type::getInt*Ptr methods.
Benjamin Kramer
2009-10-13
1
-2
/
+1
*
Implement a FIXME. This improves codegen just a tad.
Mike Stump
2009-10-01
1
-9
/
+10
*
A couple of refinements for laying out debug information for
Mike Stump
2009-10-01
1
-12
/
+15
*
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-30
1
-0
/
+32
*
Fix 80-col violation.
Mike Stump
2009-09-24
1
-1
/
+2
*
Improve debug info generation for __block variables.
Mike Stump
2009-09-22
1
-2
/
+9
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-2
/
+2
*
Make clang stop relying on ConstantStruct::get's default value for isPacked
Nick Lewycky
2009-09-19
1
-4
/
+4
*
Add support for __block variables with alignment greater than __alignof(void *).
Anders Carlsson
2009-09-12
1
-2
/
+0
*
For __block variables, cache the LLVM types as well as which LLVM field where...
Anders Carlsson
2009-09-12
1
-7
/
+10
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-15
/
+15
*
Reflow comments and some minor whitespace fixups.
Mike Stump
2009-09-09
1
-1
/
+1
*
Make BuildByRefType take a ValueDecl instead of a QualType and an alignment.
Anders Carlsson
2009-09-09
1
-4
/
+2
*
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
1
-0
/
+2
*
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-21
1
-2
/
+1
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
1
-5
/
+5
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-12
/
+16
*
Update for LLVM API change.
Owen Anderson
2009-08-05
1
-8
/
+11
*
Update for LLVM API change.
Owen Anderson
2009-07-31
1
-2
/
+2
*
Fix spacing.
Mike Stump
2009-07-31
1
-1
/
+1
*
Canonicalize else spacing.
Mike Stump
2009-07-30
1
-2
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-29
1
-27
/
+27
*
Change uses of:
Ted Kremenek
2009-07-29
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-29
1
-6
/
+6
*
Update for LLVM API change.
Owen Anderson
2009-07-27
1
-6
/
+4
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-12
/
+12
*
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
1
-1
/
+1
*
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-16
1
-1
/
+1
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-50
/
+53
*
Update for LLVM API change.
Owen Anderson
2009-07-13
1
-2
/
+2
[next]