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
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't set the name of a call instruction to "call" in release-asserts
Chris Lattner
2009-03-22
1
-1
/
+1
*
fix CreateTempAlloca to not set a name on the alloca for temporaries
Chris Lattner
2009-03-22
1
-3
/
+5
*
Fixup codegen for nested block literals so that we generate
Mike Stump
2009-03-21
1
-2
/
+0
*
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-20
1
-4
/
+0
*
Mangle param names with .arg. only.
Sanjiv Gupta
2009-03-07
1
-1
/
+1
*
Remove some FIXMEs for block literals that should be close to working.
Mike Stump
2009-03-07
1
-2
/
+5
*
Complete __Block_byref_id_object_copy cogegen for block literals.
Mike Stump
2009-03-06
1
-1
/
+2
*
Finish off __Block_byref_id_object_dispose codegen for block literals.
Mike Stump
2009-03-06
1
-5
/
+7
*
Remove extra arg.
Mike Stump
2009-03-06
1
-1
/
+1
*
More codegen support for the copy/dispose helpers for block literals.
Mike Stump
2009-03-06
1
-2
/
+2
*
Framework for codegen for copy/dispose helpers.
Mike Stump
2009-03-06
1
-2
/
+2
*
Don't mangle names of local variables.
Daniel Dunbar
2009-03-05
1
-2
/
+2
*
prep work for copy/destroy helpers for block literals.
Mike Stump
2009-03-05
1
-2
/
+9
*
Avoid dispose calls when only doing gc.
Mike Stump
2009-03-05
1
-1
/
+1
*
Add codegen support for __block variables to call _Block_object_dispose as ne...
Mike Stump
2009-03-05
1
-0
/
+7
*
Continuation of PR3687: fix more places to use the right type for
Eli Friedman
2009-03-04
1
-5
/
+5
*
Comment fix: change a question to an answer.
Eli Friedman
2009-03-04
1
-5
/
+3
*
Improved ABI compliance for __block variables. No testcases yet as we
Mike Stump
2009-03-04
1
-5
/
+106
*
First cut CodeGen support for __block variables.
Mike Stump
2009-02-28
1
-0
/
+4
*
Allow constant initializers to reference their defining decl.
Daniel Dunbar
2009-02-25
1
-0
/
+9
*
Fold GeneraticStaticBlockVarDecl into callers.
Daniel Dunbar
2009-02-25
1
-26
/
+14
*
Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the
Daniel Dunbar
2009-02-25
1
-31
/
+59
*
Last part of PR3254: use the same alignment computation in Sema and
Eli Friedman
2009-02-22
1
-4
/
+1
*
Fix spacing.
Mike Stump
2009-02-20
1
-1
/
+1
*
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
1
-2
/
+2
*
Change EmitConstantExpr to allow failure.
Daniel Dunbar
2009-02-17
1
-6
/
+11
*
Set constant bit on static block vars as well. Patch by Anders Johnson!q
Daniel Dunbar
2009-02-13
1
-1
/
+1
*
IRgen support for attribute used.
Daniel Dunbar
2009-02-13
1
-1
/
+3
*
Add CodeGen support for the nodebug attribute.
Anders Carlsson
2009-02-13
1
-3
/
+3
*
Add basic support for C++ name mangling according to the Itanium C++
Douglas Gregor
2009-02-13
1
-2
/
+2
*
Honor attribute section on static block var decls.
Daniel Dunbar
2009-02-12
1
-0
/
+4
*
Function parameters for PIC16 are like local variables. So use the keyword "....
Sanjiv Gupta
2009-02-10
1
-1
/
+1
*
Use the new cleanup infrastructure for VLAs. The next iteration of patches wi...
Anders Carlsson
2009-02-09
1
-2
/
+12
*
Emit a cleanup block for the cleanup attribute
Anders Carlsson
2009-02-07
1
-0
/
+16
*
Fixup goto codegen in and around VLAs.
Mike Stump
2009-02-07
1
-1
/
+1
*
Follow Eli's advice and store the VLA size with the native size_t type. Fixes...
Anders Carlsson
2009-02-05
1
-0
/
+3
*
Targets that don't have stack use global address space for parameters.
Sanjiv Gupta
2009-02-03
1
-5
/
+15
*
Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
Eli Friedman
2009-01-25
1
-1
/
+1
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-1
/
+2
*
Make VLAs usable, and make basic usage work correctly. Also, add a
Eli Friedman
2008-12-20
1
-10
/
+2
*
Handle typedefs to VLAs (Emit the size expr when we encounter the typedef
Anders Carlsson
2008-12-20
1
-1
/
+8
*
Change EmitVLASize to take a QualType that must be a variably modified type.
Anders Carlsson
2008-12-20
1
-3
/
+4
*
Split up emitting of VLA sizes and getting the size of a VLA.
Anders Carlsson
2008-12-20
1
-1
/
+1
*
Add some ErrorUnsupported calls and turn on VLA codegen again.
Anders Carlsson
2008-12-20
1
-9
/
+0
*
disable Anders' recent VLA patch, this fixes PR3209.
Chris Lattner
2008-12-13
1
-0
/
+9
*
Implement allocation and sizeof VLAs. This is very basic for now.
Anders Carlsson
2008-12-12
1
-5
/
+30
*
Migrate some stuff from NamedDecl::getName() to
Chris Lattner
2008-11-24
1
-4
/
+4
*
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
Chris Lattner
2008-11-24
1
-2
/
+4
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-2
/
+2
*
reimplement debug info generation in terms of DebugInfo.h instead of
Chris Lattner
2008-11-10
1
-10
/
+4
[next]