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
/
CGCall.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't set both readnone and readonly.
Daniel Dunbar
2009-04-10
1
-2
/
+2
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-22
/
+24
*
Add code for emitting call arguments (not used yet).
Anders Carlsson
2009-04-08
1
-0
/
+36
*
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
Anders Carlsson
2009-04-08
1
-13
/
+0
*
Add a getFunctionInfo that takes a BlockPointerType.
Anders Carlsson
2009-04-06
1
-0
/
+13
*
Basic support for regparm codegen
Anton Korobeynikov
2009-04-04
1
-3
/
+22
*
Add a getFunctionInfo that takes a CXXMethodDecl.
Anders Carlsson
2009-04-03
1
-0
/
+17
*
x86-32 Darwin ABI: Handle small structures correctly.
Daniel Dunbar
2009-04-01
1
-2
/
+68
*
x86-32 Darwin ABI: Single element arrays can be part of "single
Daniel Dunbar
2009-04-01
1
-18
/
+26
*
x86-32 Darwin ABI: Handle direct return of vectors.
Daniel Dunbar
2009-04-01
1
-0
/
+22
*
x86_32 Darwin ABI: Treat empty unions like empty structures.
Daniel Dunbar
2009-03-31
1
-5
/
+5
*
Initial implementation of ARM ABI. Mostly untested. Note that I'm not
Eli Friedman
2009-03-29
1
-0
/
+88
*
Fix the ABI convention for struct returns on x86 outside of Darwin.
Eli Friedman
2009-03-23
1
-1
/
+9
*
don't set the name of a call instruction to "call" in release-asserts
Chris Lattner
2009-03-22
1
-10
/
+9
*
PR3835: Interaction with ABI structure passing can inhibit
Daniel Dunbar
2009-03-18
1
-0
/
+6
*
x86_32 ABI: Don't try and expand structures with bitfields.
Daniel Dunbar
2009-03-11
1
-7
/
+7
*
Remove some now-unneeded calls to llvm::errs().flush().
Daniel Dunbar
2009-03-10
1
-2
/
+0
*
x86_64 ABI: Handle long double in union when upper eightbyte results
Daniel Dunbar
2009-03-06
1
-8
/
+16
*
Cleanup handling of function attributes in calls.
Daniel Dunbar
2009-03-02
1
-35
/
+27
*
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
1
-4
/
+4
*
Add Type::hasPointerRepresentation predicate.
Daniel Dunbar
2009-02-26
1
-3
/
+1
*
Drop uses of isPointerLikeType.
Daniel Dunbar
2009-02-26
1
-2
/
+2
*
Classify enum types correctly
Anders Carlsson
2009-02-26
1
-0
/
+3
*
x86_64 ABI: Qualified id types are passed as pointers.
Daniel Dunbar
2009-02-26
1
-0
/
+1
*
Temporarily disable clearing of insert point (to indicate unreachable
Daniel Dunbar
2009-02-25
1
-0
/
+5
*
Add low level support for generating invoke instead of calls.
Daniel Dunbar
2009-02-23
1
-15
/
+34
*
x86_64 ABI: Actually, we can always pass things we want to pass in
Daniel Dunbar
2009-02-22
1
-10
/
+2
*
x86_64 ABI: Make sure to pass vectors that we want to pass in memory
Daniel Dunbar
2009-02-22
1
-1
/
+1
*
x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care
Daniel Dunbar
2009-02-22
1
-1
/
+16
*
x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc).
Daniel Dunbar
2009-02-22
1
-6
/
+12
*
Take advantage of noreturn attribute to add unreachable instruction &
Daniel Dunbar
2009-02-20
1
-0
/
+12
*
Set call attribute for direct calls (i.e. noreturn).
Daniel Dunbar
2009-02-20
1
-3
/
+3
*
switch ObjCMethodDecl's parameter list from being explicitly managed to an Ob...
Chris Lattner
2009-02-20
1
-1
/
+1
*
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
*
x86_64 ABI: "is passed in regs" computation for va_arg was broken for
Daniel Dunbar
2009-02-18
1
-1
/
+1
*
x86_64 ABI: Two bug fixes.
Daniel Dunbar
2009-02-18
1
-4
/
+36
*
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
*
x86_64 ABI: Need to use canonical types when comparing against
Daniel Dunbar
2009-02-14
1
-2
/
+6
*
x86_64 ABI: Pass simple types directly when possible. This is
Daniel Dunbar
2009-02-14
1
-2
/
+32
*
x86_64 ABI: Support va_arg passed in mixed registers.
Daniel Dunbar
2009-02-13
1
-1
/
+22
*
x86_64: Initial varargs support.
Daniel Dunbar
2009-02-12
1
-1
/
+153
*
Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes.
Daniel Dunbar
2009-02-10
1
-3
/
+55
*
Tweak x86-64 ABI to allow reuse for vararg handling.
Daniel Dunbar
2009-02-10
1
-22
/
+26
*
ABI: Correctly handle load/store of values which have a different LLVM
Daniel Dunbar
2009-02-10
1
-21
/
+22
*
Make sure to initialize local variables, even if they were ignored by
Daniel Dunbar
2009-02-10
1
-0
/
+7
*
Set load/store alignment when doing ABI coercions.
Daniel Dunbar
2009-02-07
1
-4
/
+14
*
Implement Direct ABIInfo semantics.
Daniel Dunbar
2009-02-05
1
-17
/
+29
[next]