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
*
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
*
Emit debug information for global and static variables when -g is specified.
Sanjiv Gupta
2008-06-05
1
-0
/
+9
*
Calculate alignment for local variables.
Eli Friedman
2008-05-31
1
-2
/
+6
*
Emit parameter and local variable debug information with -g.
Sanjiv Gupta
2008-05-30
1
-1
/
+22
*
Change uses of llvm::Type::isFirstClassType to use the new
Dan Gohman
2008-05-22
1
-2
/
+2
*
Add basic support for the pic-* target triples and add support for
Chris Lattner
2008-05-08
1
-12
/
+33
*
Generate code for annotation attributes.
Nate Begeman
2008-04-19
1
-7
/
+15
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-7
/
+8
*
remove the Decl::getCanonicalType() method.
Chris Lattner
2008-04-06
1
-4
/
+3
*
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
1
-1
/
+1
*
Codegen assignment to self correctly, patch by David Chisnall!
Chris Lattner
2008-04-04
1
-2
/
+2
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+163