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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
1
-2
/
+2
*
Support for IRGen of synthesize bitfield ivars in
Fariborz Jahanian
2010-08-23
1
-1
/
+10
*
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-22
1
-21
/
+15
*
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-21
1
-1
/
+5
*
Add some enum goodness as requested by Chris. Now instead of storing the
Charles Davis
2010-08-19
1
-3
/
+6
*
Generate Attr subclasses with TableGen.
Alexis Hunt
2010-08-18
1
-9
/
+7
*
Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()
Benjamin Kramer
2010-08-17
1
-10
/
+6
*
Just disable the hidden-visibility optimization for now by hiding it behind
John McCall
2010-08-12
1
-1
/
+4
*
Thread local variables aren't considered common linkage.
Eric Christopher
2010-08-08
1
-1
/
+2
*
It turns out that linkers (at least, the Darwin linker) don't necessarily
John McCall
2010-08-05
1
-6
/
+13
*
Implement #pragma GCC visibility.
Eli Friedman
2010-08-05
1
-2
/
+4
*
Emit standard-library RTTI with external linkage, not weak_odr.
John McCall
2010-08-04
1
-0
/
+51
*
Change the name to something less terrible; suggestion by Doug. No functional...
Argyrios Kyrtzidis
2010-07-29
1
-1
/
+1
*
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-29
1
-154
/
+5
*
we are not supposed to create an improper callsite using a CallInstr; leave a...
Gabor Greif
2010-07-28
1
-0
/
+1
*
Revert r109546, it broke linux build.
Argyrios Kyrtzidis
2010-07-27
1
-60
/
+38
*
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-27
1
-38
/
+60
*
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-22
1
-2
/
+2
*
IRgen: Support user defined attributes on block runtime functions.
Daniel Dunbar
2010-07-16
1
-0
/
+55
*
IRgen: Move blocks runtime interfaces to CodeGenModule.
Daniel Dunbar
2010-07-16
1
-3
/
+55
*
When deferring the emission of declarations with initializers in C++, remember
John McCall
2010-07-15
1
-0
/
+13
*
Don't suppress the emission of available_externally functions marked
Douglas Gregor
2010-07-15
1
-1
/
+2
*
Reinstate the optimization suppressing available_externally functions
Douglas Gregor
2010-07-13
1
-8
/
+17
*
Speculatively revert r108156; it appears to be breaking self-host.
Douglas Gregor
2010-07-12
1
-13
/
+5
*
Do not generate LLVM IR for available_externally function bodies at
Douglas Gregor
2010-07-12
1
-5
/
+13
*
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-07-07
1
-2
/
+2
*
Provide a hook for the benefit of clients using clang IR gen as a subroutine:
John McCall
2010-07-06
1
-0
/
+73
*
Reapply:
Chris Lattner
2010-06-30
1
-0
/
+2
*
reduce nesting.
Chris Lattner
2010-06-30
1
-23
/
+27
*
Patch to correctly mangle block helper functions
Fariborz Jahanian
2010-06-24
1
-3
/
+4
*
Switch over to the new caching version of getMangledName.
Anders Carlsson
2010-06-22
1
-32
/
+7
*
Add a new variant of getMangledName that caches the mangling for decls.
Anders Carlsson
2010-06-22
1
-0
/
+35
*
Instantiations subject to an explicit template instantiation
Douglas Gregor
2010-06-21
1
-7
/
+32
*
Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less
Eli Friedman
2010-06-19
1
-59
/
+45
*
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
Chandler Carruth
2010-06-15
1
-1
/
+1
*
Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>
Douglas Gregor
2010-06-15
1
-0
/
+7
*
Add an option to specify the target C++ ABI to the frontend. Use it to
Charles Davis
2010-06-11
1
-2
/
+4
*
Get rid of getMangledCXXCtorName and getMangledCXXDtorName.
Anders Carlsson
2010-06-09
1
-2
/
+8
*
Get rid of an unnecessary getMangledName overload.
Anders Carlsson
2010-06-09
1
-12
/
+1
*
When deciding whether a deferred declaration has already been emitted,
John McCall
2010-05-27
1
-3
/
+13
*
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
1
-1
/
+11
*
If a function definition has any sort of weak linkage, its static local
John McCall
2010-05-25
1
-1
/
+1
*
Disable the available_externally optimization for inline virtual
Douglas Gregor
2010-05-13
1
-11
/
+0
*
Rework when and how vtables are emitted, by tracking where vtables are
Douglas Gregor
2010-05-13
1
-2
/
+8
*
Do not give implicitly-defined virtual members functions
Douglas Gregor
2010-05-06
1
-2
/
+2
*
When we emit a non-constant initializer for a global variable of
Douglas Gregor
2010-05-05
1
-2
/
+4
*
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
1
-0
/
+34
*
Properly pass the address of a lazily-generated function declaration with
John McCall
2010-04-28
1
-5
/
+16
*
More -fno-constant-cfstrings API work.
Fariborz Jahanian
2010-04-23
1
-4
/
+9
*
More work toward implementing
Fariborz Jahanian
2010-04-23
1
-2
/
+76
[prev]
[next]