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
*
Temporarily revert r175471 for more review.
Bill Wendling
2013-02-19
1
-3
/
+0
*
Add a 'no-builtin' attribute if we do not want to simplify calls.
Bill Wendling
2013-02-18
1
-0
/
+3
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
1
-0
/
+13
*
Revert accidental commit.
Bill Wendling
2013-02-14
1
-13
/
+0
*
Pass the target options through to code generation.
Bill Wendling
2013-02-14
1
-0
/
+13
*
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-30
1
-8
/
+6
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-22
/
+13
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-4
/
+6
*
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
1
-1
/
+2
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-1
/
+2
*
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-25
1
-0
/
+4
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-40
/
+40
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-40
/
+40
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-40
/
+40
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-3
/
+3
*
Fix the required args count for variadic blocks.
John McCall
2012-12-07
1
-12
/
+47
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Merge function types in C.
Rafael Espindola
2012-11-29
1
-1
/
+9
*
ABI: comments from Eli on r168820.
Manman Ren
2012-11-28
1
-0
/
+2
*
ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store of
Manman Ren
2012-11-28
1
-12
/
+12
*
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-11-27
1
-4
/
+12
*
Update method calls to the new interface re r168354.
Bill Wendling
2012-11-20
1
-1
/
+2
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-1
/
+1
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
1
-1
/
+1
*
Oz optimization level sets ForceSizeOpt attribute for each function
Quentin Colombet
2012-10-26
1
-0
/
+2
*
Add padding inreg registers to cause llvm to skip ecx when needed with
Rafael Espindola
2012-10-24
1
-15
/
+27
*
Fix handling of the regparm attribute in the presence of classes with copy
Rafael Espindola
2012-10-19
1
-0
/
+3
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-0
/
+3
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-8
/
+5
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-6
/
+6
*
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
1
-2
/
+3
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-7
/
+12
*
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-10-10
1
-2
/
+19
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-44
/
+57
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-11
/
+11
*
Update for encapsulating the "construct*AlignmentFromInt" methods.
Bill Wendling
2012-09-21
1
-1
/
+1
*
In ARC, if we're emitting assembly markers for calls to
John McCall
2012-09-07
1
-6
/
+17
*
Handle functions with struct arguments or return types and the regparm
Rafael Espindola
2012-07-31
1
-20
/
+16
*
Don't crash *or* insert a bogus autorelease when emitting a
John McCall
2012-07-31
1
-1
/
+2
*
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2012-07-12
1
-6
/
+11
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-50
/
+96
*
revert CodeGen support for the alloc_size attribute until we finish the desig...
Nuno Lopes
2012-06-22
1
-19
/
+0
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-8
/
+7
*
adjust to mainline llvm API change.
Chris Lattner
2012-05-28
1
-2
/
+1
*
fix codegen support for alloc_size attribute for static C++ methods
Nuno Lopes
2012-05-25
1
-2
/
+4
*
add CodeGen support for the alloc_size attribute
Nuno Lopes
2012-05-25
1
-0
/
+17
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-8
/
+8
*
Propagate alignment on lvalues through EmitLValueForField. PR12395.
Eli Friedman
2012-04-16
1
-11
/
+10
*
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-04-13
1
-33
/
+90
[next]