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
...
*
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
*
Update for LLVM API change.
Owen Anderson
2009-07-08
1
-13
/
+8
*
Update for LLVM API change.
Owen Anderson
2009-07-08
1
-4
/
+7
*
As an optimization, we maintain a cache of generated
Mike Stump
2009-06-05
1
-4
/
+35
*
Reflow some comments.
Mike Stump
2009-05-16
1
-2
/
+2
*
Fix rdar://6880259 - invalid function name in block call (__NSConcreteGlobalB...
Chris Lattner
2009-05-13
1
-32
/
+7
*
Don't assert when we think we need copy/dispose, but don't need them.
Mike Stump
2009-05-01
1
-1
/
+2
*
fix a problem producing debug info with global blocks.
Chris Lattner
2009-04-23
1
-1
/
+2
*
the logic for computing __func__ and friends is really broken:
Chris Lattner
2009-04-23
1
-2
/
+2
*
Attributes on block functions were not being set.
Daniel Dunbar
2009-04-17
1
-0
/
+2
*
Fixup codegen for copy/dispose for block literals. Radar 6791245
Mike Stump
2009-04-15
1
-4
/
+10
*
Set DebugInfo at the beginning of GenerateBlockFunction().
Devang Patel
2009-04-15
1
-0
/
+5
*
Audit __private_extern__ handling.
Daniel Dunbar
2009-04-14
1
-2
/
+1
*
Minor refactoring of my last patch.
Fariborz Jahanian
2009-04-11
1
-2
/
+2
[prev]
[next]