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
*
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
*
Support for -fno-constant-cfstrings option - wip.
Fariborz Jahanian
2010-04-22
1
-0
/
+6
*
Add comment explaning the use of c99 inline in c++.
Rafael Espindola
2010-04-19
1
-0
/
+4
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
1
-1
/
+1
*
If a method is virtual and the class key function is in another file, emit th...
Rafael Espindola
2010-04-19
1
-1
/
+8
*
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-17
1
-6
/
+6
*
unbreak tests.
Chris Lattner
2010-04-13
1
-6
/
+6
*
minor cleanups
Chris Lattner
2010-04-13
1
-26
/
+28
*
Fix use after free. Incrementing an use_iterator after its user is erased is ...
Benjamin Kramer
2010-04-10
1
-3
/
+4
*
rely even less on CallInst internals
Gabor Greif
2010-04-10
1
-7
/
+6
*
do not rely on CallInst interna, use CallSite to access arguments
Gabor Greif
2010-04-10
1
-1
/
+3
*
Provide an extremely unsatisfactory diagnostic (instead of crashing) when
John McCall
2010-04-09
1
-1
/
+2
*
Eliminate excessive PCH deserialization caused by the search for
Douglas Gregor
2010-04-08
1
-1
/
+0
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-04
1
-14
/
+16
*
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
1
-16
/
+14
*
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-02
1
-14
/
+16
*
adjust to IRBuilder change and use faster DebugLoc apis.
Chris Lattner
2010-04-01
1
-3
/
+3
*
use the new optimized debug info metadata accessors. In
Chris Lattner
2010-03-31
1
-2
/
+2
*
Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.
Bob Wilson
2010-03-30
1
-16
/
+14
*
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-30
1
-14
/
+16
*
When given the magic class __cxxabiv1::__fundamental_type_info, produce
Rafael Espindola
2010-03-27
1
-0
/
+1
*
revert 99311. Looks like it broke darwin bootstrap.
Rafael Espindola
2010-03-23
1
-11
/
+2
*
Avoid producing implicit methods when we have a explicit template instantiation
Rafael Espindola
2010-03-23
1
-2
/
+11
*
Always emit associated thunks when emitting the function itself. Remove getVt...
Anders Carlsson
2010-03-23
1
-15
/
+4
*
Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ...
Anders Carlsson
2010-03-23
1
-1
/
+1
*
Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...
Anders Carlsson
2010-03-23
1
-3
/
+3
*
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-03-20
1
-0
/
+1
*
Change CodeGenModule to rely on the Module's symbol table instead of
John McCall
2010-03-19
1
-86
/
+72
*
Give explicit template instantiations weak ODR linkage. Former
Douglas Gregor
2010-03-13
1
-7
/
+16
*
Re-revert the explicit template instantiation linkage patch. I am beginning t...
Douglas Gregor
2010-03-13
1
-10
/
+8
[next]