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
*
add support for a 1<<29 bit in the block flags field to mark blocks using alt...
Blaine Garst
2010-03-05
2
-3
/
+18
*
Don't produce an alias for a destructor if the target is weak.
Rafael Espindola
2010-03-05
1
-0
/
+16
*
really fix 6473 by handling weakref in constant expressions.
Rafael Espindola
2010-03-04
1
-1
/
+3
*
Fix PR6473.
Rafael Espindola
2010-03-04
3
-0
/
+66
*
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
4
-35
/
+8
*
Refactor local class name mangling and make it
Fariborz Jahanian
2010-03-04
3
-15
/
+25
*
Implement __builtin_dwarf_sp_column().
John McCall
2010-03-04
1
-0
/
+15
*
Create a TargetMachine whenever we create a CodeGenAction. The codegen of
John McCall
2010-03-04
3
-8
/
+20
*
Fix code gen bug generating code for
Fariborz Jahanian
2010-03-03
1
-0
/
+2
*
fix PR6475, we were doing side-effecting stuff in an assert.
Chris Lattner
2010-03-03
1
-6
/
+5
*
Implements mangling of local class names to
Fariborz Jahanian
2010-03-03
1
-13
/
+58
*
add framework for ARM builtins, Patch by Edmund Grimley Evans!
Chris Lattner
2010-03-03
2
-0
/
+16
*
Sketch out an implementation for __builtin_dwarf_cfa. I have no idea
John McCall
2010-03-03
1
-0
/
+18
*
Implement __builtin_eh_return.
John McCall
2010-03-03
1
-0
/
+16
*
Fix a bug with base offset merging that Devang noticed.
Anders Carlsson
2010-03-03
1
-37
/
+9
*
Add proper target hooks for __builtin_extract_return_address and
John McCall
2010-03-03
3
-4
/
+36
*
Don't emit derived-to-base destructor aliases if we don't have a definition
John McCall
2010-03-03
1
-1
/
+7
*
During codegen assert that any copy assignment, destructor or constructor that
Rafael Espindola
2010-03-02
1
-3
/
+9
*
Simplify code.
Anders Carlsson
2010-03-02
1
-8
/
+7
*
Inspired by seeing "MIPS" go by in the commits, I've gone ahead and
John McCall
2010-03-02
2
-10
/
+34
*
Rename BaseOffset to Offset and make it signed in preparation of more constru...
Anders Carlsson
2010-03-02
1
-10
/
+11
*
After much consultation aimed at figuring out what this builtin actually
John McCall
2010-03-02
1
-0
/
+16
*
Split out types that are non-canonical unless dependent as their own
John McCall
2010-03-01
2
-4
/
+40
*
The latest draft uses 'dt' to mangle member expressions, and now so do we.
John McCall
2010-03-01
1
-9
/
+3
*
Improve name mangling for dependently-scoped declaration references.
Douglas Gregor
2010-02-28
1
-1
/
+12
*
Add name mangling for DeclRefExprs that refer to external names
Douglas Gregor
2010-02-28
1
-2
/
+8
*
Remove debug output.
Anders Carlsson
2010-02-28
1
-2
/
+0
*
Handle unused functions in construction vtables correctly.
Anders Carlsson
2010-02-28
1
-9
/
+17
*
When laying out vtables for virtual bases in construction vtables, we need to...
Anders Carlsson
2010-02-28
1
-3
/
+16
*
More improvements to construction vtables; we know handle vbase offsets corre...
Anders Carlsson
2010-02-28
1
-42
/
+51
*
Pass information about whether a base is virtual or not down to getCtorVtable...
Anders Carlsson
2010-02-28
3
-19
/
+37
*
Add new function.
Anders Carlsson
2010-02-28
1
-2
/
+8
*
Fix to dumpLayout; we want to be able to dump address points even if the vtab...
Anders Carlsson
2010-02-27
1
-31
/
+34
*
Add a simple construction vtable test.
Anders Carlsson
2010-02-27
1
-6
/
+22
*
Start fleshing out construction vtable support.
Anders Carlsson
2010-02-27
1
-10
/
+38
*
Enable the new vtable layout code for vtables that aren't construction vtable...
Anders Carlsson
2010-02-27
1
-5
/
+9
*
Move ComputeThisAdjustmentBaseOffset to VtableBuilder.
Anders Carlsson
2010-02-27
1
-61
/
+61
*
Make sure to insert the primary base in the set :)
Anders Carlsson
2010-02-27
1
-0
/
+3
*
Use the real base offset when calculating vbase offsets.
Anders Carlsson
2010-02-27
1
-1
/
+1
*
Figured out why the test was failing, this will hopefully fix it.
Anders Carlsson
2010-02-27
1
-3
/
+9
*
Don't add this adjustments for pure virtual member functions.
Anders Carlsson
2010-02-27
1
-2
/
+6
*
We want to store method info for unused functions.
Anders Carlsson
2010-02-27
1
-10
/
+20
*
Finish up the changes to this adjustments.
Anders Carlsson
2010-02-27
1
-37
/
+102
*
Stub out more of the 'this' pointer adjustment fixes I've been planning. Star...
Anders Carlsson
2010-02-27
1
-13
/
+36
*
Fix another vtable layout bug; we weren't looking hard enough for overriden f...
Anders Carlsson
2010-02-27
1
-8
/
+40
*
Handle vcall offset sharing between destructors.
Anders Carlsson
2010-02-27
1
-3
/
+7
*
Fix a bug where we were generating an unnecessary vtable for a virtual base t...
Anders Carlsson
2010-02-27
1
-9
/
+37
*
Sundry fixes to the new vtable builder.
John McCall
2010-02-26
1
-13
/
+33
*
Don't generate method metadata for @dynamic properties. Fixes PR6354.
David Chisnall
2010-02-26
1
-7
/
+12
*
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-26
6
-63
/
+82
[next]