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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid warning.
Mike Stump
2009-10-09
1
-1
/
+1
*
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-08
1
-3
/
+0
*
Record location info before emiting alloca for arguments. This allows argumen...
Devang Patel
2009-10-08
1
-3
/
+6
*
If a global initializer has a non-trivial constructor or destructor, we never...
Anders Carlsson
2009-10-08
1
-0
/
+11
*
Mangle std::basic_ostream<char, std::char_traits<char>> as So.
Anders Carlsson
2009-10-08
1
-0
/
+18
*
Mangle anonymous structs/unions correctly. Fixes PR5139.
Anders Carlsson
2009-10-07
2
-3
/
+45
*
Add a MangleContext and pass it to all mangle functions. It will be used for ...
Anders Carlsson
2009-10-07
5
-42
/
+58
*
Uncomment some commented out code.
Anders Carlsson
2009-10-06
1
-4
/
+4
*
Change GetAddressCXXOfBaseClass to use CXXBasePaths for calculating base clas...
Anders Carlsson
2009-10-06
3
-66
/
+135
*
When mangling names, always use the canonical decl. Fixes PR5144.
Anders Carlsson
2009-10-06
1
-1
/
+1
*
InsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN is not defined.
Devang Patel
2009-10-06
1
-1
/
+3
*
Add support to attach debug info to an instruction.
Devang Patel
2009-10-06
4
-12
/
+46
*
Emit the destructor epilogue in a cleanup block so a return from a destructor...
Anders Carlsson
2009-10-06
1
-1
/
+20
*
Pass the right type to GetAddrOfFunction when getting functions for the VTabl...
Anders Carlsson
2009-10-06
1
-4
/
+16
*
Set appropriate context for a global variable while emitting debug info.
Devang Patel
2009-10-06
2
-1
/
+21
*
Fix thinko and simplify.
Mike Stump
2009-10-05
1
-2
/
+2
*
Ensure we have atleast 2-byte alignment for member functions.
Mike Stump
2009-10-05
1
-0
/
+3
*
Respect alignments better.
Mike Stump
2009-10-05
1
-0
/
+3
*
Use new predicates for some type equality tests.
Benjamin Kramer
2009-10-05
3
-5
/
+4
*
Pass the canonical method decl to GetVtableIndex. Fixes PR5120.
Anders Carlsson
2009-10-03
2
-2
/
+2
*
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
4
-1
/
+131
*
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
2009-10-03
1
-0
/
+33
*
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
Anders Carlsson
2009-10-03
1
-0
/
+37
*
Handle members to function pointers in CGExprConstant.
Anders Carlsson
2009-10-03
1
-0
/
+43
*
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-03
5
-18
/
+26
*
Don't update the struct alignment when adding fields to a packed struct. Fixe...
Anders Carlsson
2009-10-02
1
-1
/
+6
*
More magic pixie dust.
Mike Stump
2009-10-02
1
-3
/
+3
*
Fix up debug information for block pointers a bit more.
Mike Stump
2009-10-02
1
-1
/
+3
*
When building constant structs, check if the resulting LLVM struct will be bi...
Anders Carlsson
2009-10-02
1
-38
/
+59
*
Implement a FIXME. This improves codegen just a tad.
Mike Stump
2009-10-01
2
-11
/
+12
*
CodeGen may see out-of-line declarations of the various special member
Douglas Gregor
2009-10-01
1
-14
/
+23
*
Fix a lame regression in IR gen for C++ delete expressions. PR5102
Douglas Gregor
2009-10-01
1
-0
/
+2
*
A couple of refinements for laying out debug information for
Mike Stump
2009-10-01
1
-12
/
+15
*
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
John McCall
2009-10-01
2
-4
/
+19
*
<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...
Fariborz Jahanian
2009-09-30
1
-1
/
+11
*
Improve debugging information for BlockDeclRefExpr. WIP. Given this
Mike Stump
2009-09-30
3
-0
/
+246
*
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
2009-09-29
1
-3
/
+11
*
Handle CXXMemberCallExprs that point to a static method. Fixes PR5093.
Anders Carlsson
2009-09-29
1
-0
/
+8
*
Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091.
Anders Carlsson
2009-09-29
3
-11
/
+62
*
Improve support for member function pointers.
Anders Carlsson
2009-09-29
3
-3
/
+26
*
Use a switch statement in VisitCastExpr.
Anders Carlsson
2009-09-29
1
-12
/
+16
*
Make hasAggregateLLVMType use positive checks.
Anders Carlsson
2009-09-29
1
-5
/
+1
*
Fix http://llvm.org/PR5090.
Mike Stump
2009-09-29
1
-1
/
+2
*
Mangle dependent name expressions. Fixes PR5063.
Anders Carlsson
2009-09-27
1
-0
/
+20
*
Use mangleTemplatePrefix when we know that we're mangling a nested template n...
Anders Carlsson
2009-09-27
1
-2
/
+4
*
CodeGen for try statements. (We just emit the body for now).
Anders Carlsson
2009-09-27
3
-4
/
+16
*
Look for substitutions when mangling TypenameTypes.
Anders Carlsson
2009-09-27
1
-3
/
+6
*
Better template parameter type mangling.
Anders Carlsson
2009-09-27
1
-11
/
+18
*
Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...
Anders Carlsson
2009-09-27
1
-0
/
+63
*
Mangle ::std::basic_string as Sb.
Anders Carlsson
2009-09-26
1
-0
/
+6
[next]