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
*
Refine which vtbl is refernced in VTTs.
Mike Stump
2009-11-12
1
-6
/
+12
*
Refine offsets into vtables for the VTT.
Mike Stump
2009-11-12
1
-1
/
+1
*
Refine vtable pointers for secondary vtables inside VTTs to point to
Mike Stump
2009-11-12
1
-19
/
+32
*
Fix the offset calculations for non-virtual bases with overrides.
Mike Stump
2009-11-12
2
-28
/
+94
*
Fix a code gen bug in i386-apple-darwin (objc fragile abi), sending
Fariborz Jahanian
2009-11-12
1
-6
/
+38
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now...
Devang Patel
2009-11-12
3
-47
/
+14
*
Use getNameAsCString() instead of getName().data()
Devang Patel
2009-11-12
1
-13
/
+13
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
6
-27
/
+27
*
Do not use StringRef while using DebugInfo interface.
Devang Patel
2009-11-12
1
-37
/
+30
*
Fix ctor vtable name. WIP.
Mike Stump
2009-11-11
1
-1
/
+1
*
Push ctor vtable construction down further. WIP.
Mike Stump
2009-11-11
3
-11
/
+22
*
Do not eagerly set stop point for arguments. This misleads the debugger in id...
Devang Patel
2009-11-11
1
-4
/
+19
*
Value initialize non-class array members in ctor's
Fariborz Jahanian
2009-11-11
1
-1
/
+8
*
More VTT work. We now track offsets and use the ctor vtable builder
Mike Stump
2009-11-11
2
-11
/
+27
*
Avoid generating additional destructor(s) for initialized constructed
Fariborz Jahanian
2009-11-11
1
-0
/
+3
*
Stub out most of the VTT building code. WIP.
Mike Stump
2009-11-11
1
-2
/
+83
*
Attach location info with llvm.dbg.declare.
Devang Patel
2009-11-10
1
-1
/
+4
*
Revert r86741; it doesn't handle virtual bases correctly.
Eli Friedman
2009-11-10
1
-11
/
+9
*
Minor optimization to skip null check in generated code where it isn't
Eli Friedman
2009-11-10
1
-9
/
+11
*
Fix for PR5454: make sure to use the right block as the predecessor in the
Eli Friedman
2009-11-10
1
-0
/
+1
*
This patch implements Code gen. for destruction of
Fariborz Jahanian
2009-11-10
2
-8
/
+68
*
Only generate a VTT for classes that need a VTT.
Mike Stump
2009-11-10
1
-0
/
+4
*
Add vtable caching to prevent multiple vtables for the same class from
Mike Stump
2009-11-10
5
-24
/
+41
*
Be sure to clear out VCall when we clear out VCalls.
Mike Stump
2009-11-10
2
-0
/
+42
*
Finish off mangling for the VTT.
Mike Stump
2009-11-10
1
-0
/
+8
*
Add mangling for the construction vtable.
Mike Stump
2009-11-10
2
-0
/
+25
*
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Enable the use of the new llvm objectsize intrinsic.
Mike Stump
2009-11-09
1
-4
/
+2
*
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-09
1
-1
/
+1
*
Rearrange function to avoid recursive use-after-free.
Eli Friedman
2009-11-09
1
-17
/
+18
*
Explicitly note that pre-inc/dec lvalues are not supported yet, so that it
Eli Friedman
2009-11-09
1
-1
/
+5
*
Rename areAllFields32Or64BitBasicType to canExpandIndirectArgument to closer ...
Daniel Dunbar
2009-11-09
1
-10
/
+29
*
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-09
1
-58
/
+0
*
Add clarifying parens.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Handle member expressions where the member declaration is actually a static v...
Anders Carlsson
2009-11-07
1
-0
/
+3
*
More LValue related code cleanup.
Anders Carlsson
2009-11-07
1
-18
/
+27
*
More cleanup, the code is much easier to follow now.
Anders Carlsson
2009-11-07
1
-24
/
+11
*
Reduce nesting, no functionality change.
Anders Carlsson
2009-11-07
1
-18
/
+20
*
We only need to call SetObjCNonGC for local variables. No functionality change.
Anders Carlsson
2009-11-07
1
-3
/
+3
*
Change EmitPointerToDataMemberLValue to take a FieldDecl. No intended functio...
Anders Carlsson
2009-11-07
2
-5
/
+5
*
add missing #include
Chris Lattner
2009-11-07
1
-0
/
+1
*
Always mangle functions with special names. Fixes PR5420.
Anders Carlsson
2009-11-07
1
-3
/
+5
*
When looking up and adding substitutions to the substitution table, make sure...
Anders Carlsson
2009-11-07
1
-0
/
+3
*
Revert r86315 and add Type::FixedWidthInt to the FIXME cases.
Anders Carlsson
2009-11-07
1
-0
/
+2
*
Do not assert if debug info for certain type is not generated.
Devang Patel
2009-11-07
1
-1
/
+0
*
Do not emit linkage name for global variables. It confuses gdb, because it pi...
Devang Patel
2009-11-07
1
-1
/
+3
*
Refine the non-virtual this adjustment. Optimize out virtual this
Mike Stump
2009-11-06
1
-43
/
+57
*
Prevent a code gen. crash on empty unions - pr5408.
Fariborz Jahanian
2009-11-06
1
-1
/
+5
*
Simplify the debug info code, handle lvalue references and template specializ...
Anders Carlsson
2009-11-06
2
-13
/
+35
*
This patch fixes code gen. part of pr5333 (Conversion
Fariborz Jahanian
2009-11-06
1
-1
/
+3
[next]