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
*
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
1
-15
/
+32
*
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
1
-0
/
+1
*
implement PR5274: mark 'restrict' parameters as noalias
Nuno Lopes
2009-12-07
1
-0
/
+3
*
Make functions returning a struct indirectly evaluate the returned struct
Eli Friedman
2009-12-04
1
-1
/
+1
*
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...
Anders Carlsson
2009-11-25
1
-0
/
+36
*
It is common for vtables to contain pointers to functions that have either in...
Anders Carlsson
2009-11-24
1
-0
/
+26
*
The ssp and sspreq function attributes should only be applied to function def...
Anders Carlsson
2009-11-16
1
-5
/
+0
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
1
-4
/
+4
*
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
1
-0
/
+2
*
Twinify CodeGenFunction::CreateTempAlloca
Daniel Dunbar
2009-10-19
1
-3
/
+2
*
Use new predicates for some type equality tests.
Benjamin Kramer
2009-10-05
1
-2
/
+1
*
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
1
-0
/
+15
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-1
/
+1
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-2
/
+2
*
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...
Anders Carlsson
2009-09-16
1
-1
/
+3
*
Change CodeGenModule::ConstructTypeAttributes to return the calling convention
Daniel Dunbar
2009-09-12
1
-6
/
+9
*
Set the calling convention based on the CGFunctionInfo.
Daniel Dunbar
2009-09-11
1
-3
/
+3
*
Add CallingConvention argument to CGFunctionInfo.
Daniel Dunbar
2009-09-11
1
-16
/
+49
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-73
/
+73
*
Update for LLVM API change.
Owen Anderson
2009-08-13
1
-3
/
+4
*
map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...
Ryan Flynn
2009-08-09
1
-0
/
+2
*
Add support for global initializers.
Anders Carlsson
2009-08-08
1
-1
/
+1
*
Use Twine instead of utostr
Daniel Dunbar
2009-08-02
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-31
1
-1
/
+1
*
Allow functions to be marked "implicit return zero" and so mark main().
John McCall
2009-07-28
1
-0
/
+13
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-1
/
+1
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-6
/
+6
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-5
/
+5
*
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
1
-2
/
+2
*
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-28
1
-0
/
+5
*
fix PR4423.
Chris Lattner
2009-06-23
1
-1
/
+2
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-5
/
+6
*
Fix PR4372, another case where non-prototyped functions can prevent
Chris Lattner
2009-06-13
1
-4
/
+36
*
Add new ABIArgInfo kind: Extend. This allows target to implement its own argu...
Anton Korobeynikov
2009-06-06
1
-20
/
+26
*
Factor out TargetABIInfo stuff into separate file. No functionality change.
Anton Korobeynikov
2009-06-05
1
-1368
/
+0
*
Set function Attribute::NoImplicitFloat appropriately.
Devang Patel
2009-06-05
1
-0
/
+2
*
ABI handling: Fix nasty thinko where IRgen could generate an out-of-bounds read
Daniel Dunbar
2009-06-05
1
-7
/
+8
*
Set function attribute llvm::Attribute::NoRedZone appropriately.
Devang Patel
2009-06-04
1
-0
/
+4
*
When trying to pass an argument on the stack, assume LLVM will do the right
Daniel Dunbar
2009-05-26
1
-3
/
+19
*
x86_64 ABI: Account for sret parameters consuming an integer register.
Daniel Dunbar
2009-05-22
1
-0
/
+5
*
Set correct calling convention even if there is a bitcast in the way.
Torok Edwin
2009-05-22
1
-1
/
+1
*
Use v.data() instead of &v[0] when SmallVector v might be empty.
Jay Foad
2009-05-21
1
-2
/
+2
*
Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...
Anders Carlsson
2009-05-20
1
-0
/
+3
*
Pass the destination QualType to EmitStoreOfScalar. No functionality change.
Anders Carlsson
2009-05-19
1
-3
/
+3
*
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
1
-2
/
+0
*
Reflow some comments.
Mike Stump
2009-05-16
1
-52
/
+45
*
ABI handling: Fix invalid assertion, it is possible for a valid
Daniel Dunbar
2009-05-13
1
-6
/
+16
*
static methods don't get this pointers.
Chris Lattner
2009-05-12
1
-4
/
+4
*
Darwin x86-32 ABI: Now that structure passing is farther along, we
Daniel Dunbar
2009-05-12
1
-12
/
+5
*
x86-64 ABI: clang incorrectly passes union { long double, float } in
Daniel Dunbar
2009-05-12
1
-1
/
+2
[next]