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
*
Shorten; no functionality change.
Daniel Dunbar
2009-02-20
1
-8
/
+6
*
Take advantage of noreturn attribute to add unreachable instruction &
Daniel Dunbar
2009-02-20
1
-0
/
+12
*
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-20
1
-6
/
+5
*
Set call attribute for direct calls (i.e. noreturn).
Daniel Dunbar
2009-02-20
3
-26
/
+26
*
switch ObjCMethodDecl's parameter list from being explicitly managed to an Ob...
Chris Lattner
2009-02-20
1
-1
/
+1
*
Initialize the Init variable to something reasonable when we emit an
Eli Friedman
2009-02-20
1
-1
/
+4
*
More objc gc's ir-gen fixes.
Fariborz Jahanian
2009-02-20
1
-3
/
+8
*
Deox and Capitolize.
Mike Stump
2009-02-20
1
-3
/
+3
*
Fix spacing.
Mike Stump
2009-02-20
1
-1
/
+1
*
More objc's gc ir-gen stuff.
Fariborz Jahanian
2009-02-19
2
-37
/
+37
*
Add enough checking to ensure that non-constant block literals don't
Mike Stump
2009-02-19
1
-1
/
+5
*
Remove IRgen constant emission assumption that LValue APValue results
Daniel Dunbar
2009-02-19
1
-15
/
+31
*
Add irgen support for the noinline attribute.
Anders Carlsson
2009-02-19
1
-0
/
+3
*
Generate the conservative objc gc's API for now.
Fariborz Jahanian
2009-02-19
1
-0
/
+7
*
Don't emit K&R unprototyped function definitions as varargs.
Daniel Dunbar
2009-02-19
2
-14
/
+37
*
Emission of global variable initialializer was broken in rare
Daniel Dunbar
2009-02-19
1
-1
/
+23
*
More codegen for blocks. The type of block literals should be better.
Mike Stump
2009-02-19
4
-12
/
+61
*
Some code simplification. ir gen for gc'able array
Fariborz Jahanian
2009-02-19
2
-14
/
+17
*
Address Chris's comments regarding C++ name mangling.
Douglas Gregor
2009-02-18
7
-45
/
+64
*
Add anti-FIXME.
Daniel Dunbar
2009-02-18
1
-1
/
+4
*
i386 ABI: Offset computation in va_arg was incorrect for sizeof(Ty)>4.
Daniel Dunbar
2009-02-18
1
-6
/
+3
*
x86_64 ABI: Fix thinko in computation of bound for "passed in SSE regs" test.
Daniel Dunbar
2009-02-18
1
-1
/
+1
*
rip out __builtin_overload
Chris Lattner
2009-02-18
3
-27
/
+0
*
x86_64 ABI: "is passed in regs" computation for va_arg was broken for
Daniel Dunbar
2009-02-18
1
-1
/
+1
*
Some refactoring and simplificaiotn of objc's gc
Fariborz Jahanian
2009-02-18
1
-17
/
+10
*
Simplify.
Daniel Dunbar
2009-02-18
1
-2
/
+1
*
Start generating gc'able code using the new
Fariborz Jahanian
2009-02-18
1
-25
/
+16
*
Cleanup objc's gc attributes code no longer needed.
Fariborz Jahanian
2009-02-18
1
-2
/
+10
*
x86_64 ABI: Two bug fixes.
Daniel Dunbar
2009-02-18
1
-4
/
+36
*
Avoid getNameAsCString when the decl doesn't have a name.
Mike Stump
2009-02-17
1
-2
/
+3
*
Remove some redundant Decl -> Decl castings.
Argyrios Kyrtzidis
2009-02-17
1
-5
/
+1
*
Change EmitConstantExpr to allow failure.
Daniel Dunbar
2009-02-17
3
-21
/
+49
*
80-cols.
Daniel Dunbar
2009-02-17
1
-9
/
+11
*
Renamed ASQualType to ExtQualType to reflect its more
Fariborz Jahanian
2009-02-17
2
-3
/
+3
*
Be sure to initialize Name.
Mike Stump
2009-02-17
1
-1
/
+1
*
Fixup spacing a little.
Mike Stump
2009-02-17
1
-6
/
+6
*
x86_64 ABI: Fix assert on return of _Complex long double.
Daniel Dunbar
2009-02-17
1
-5
/
+6
*
x86_64 ABI: Implement classification for bit-fields.
Daniel Dunbar
2009-02-17
1
-2
/
+26
*
x86_64 ABI: Handle va_arg arguments with alignment > 8.
Daniel Dunbar
2009-02-16
1
-4
/
+15
*
Add support for throwing exceptions to the nonfragile ABI
Anders Carlsson
2009-02-16
1
-15
/
+34
*
Added implementation of objc2's gc API calls for
Fariborz Jahanian
2009-02-16
1
-16
/
+70
*
Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
Daniel Dunbar
2009-02-16
3
-3
/
+33
*
fix volatile handling with ExtVectorElementExpr, so that we
Chris Lattner
2009-02-16
2
-10
/
+13
*
introduce and use a new ExtVectorElementExpr::isArrow method, at Eli's sugges...
Chris Lattner
2009-02-16
1
-4
/
+5
*
Fix IRgen of __builtin_memset.
Daniel Dunbar
2009-02-16
1
-1
/
+2
*
enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy
Chris Lattner
2009-02-16
1
-8
/
+12
*
assert/ErrorUnsupported in unimplemented stub functions instead of
Daniel Dunbar
2009-02-16
1
-16
/
+25
*
Obj-C non-fragile ABI: Fix types of a few globals; these were not
Daniel Dunbar
2009-02-15
1
-20
/
+26
*
Use getNameAsCString instead of getNameAsString and reflow the type.
Mike Stump
2009-02-14
3
-7
/
+7
*
Generate the helper function for blocks. Now basic codegen is
Mike Stump
2009-02-14
5
-15
/
+25
[next]