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
...
*
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
*
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-31
1
-1
/
+1
*
Change CGDebugInfo::setLocation to just ignore invalid locations. This
Daniel Dunbar
2008-10-17
1
-6
/
+3
*
Simplify handling of struct/union/class tags.
Argyrios Kyrtzidis
2008-10-15
1
-6
/
+2
*
Add support for ABIArgInfo::Expand
Daniel Dunbar
2008-09-17
1
-2
/
+3
*
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-29
1
-13
/
+14
*
Handle static variables inside obj-c methods.
Anders Carlsson
2008-08-25
1
-2
/
+6
*
Add preliminary (and probably broken) codegen support for C++ static initiali...
Anders Carlsson
2008-08-22
1
-1
/
+7
*
Add NeXT runtime support for generating methods.
Daniel Dunbar
2008-08-16
1
-1
/
+4
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+1
*
Basic support for volatile loads and stores. Stores the volatile
Eli Friedman
2008-06-13
1
-1
/
+1
*
Make CodeGenFunction::EmitDecl() recognise CXXClass/CXXStruct/CXXUnion.
Argyrios Kyrtzidis
2008-06-09
1
-0
/
+3
*
Don't crash emitting an initializer for a static local with union type.
Eli Friedman
2008-06-08
1
-3
/
+7
[prev]
[next]