index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Instructions.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
move a bunch of trivial methods to be inline.
Chris Lattner
2008-03-13
1
-15
/
+43
*
Various improvements suggested by Duncan
Chris Lattner
2008-03-13
1
-5
/
+5
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-21
/
+13
*
Fix getOperand() for ReturnInst.
Devang Patel
2008-03-11
1
-2
/
+6
*
RetVal is not used when there are more then one return operands.
Devang Patel
2008-03-07
1
-2
/
+3
*
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
1
-4
/
+6
*
make operand accessors const-correct
Chris Lattner
2008-03-02
1
-1
/
+5
*
Add a new ShuffleVectorInst::getMaskValue method.
Chris Lattner
2008-03-02
1
-0
/
+5
*
Assert on invalid PHINode::addIncoming() arguments. Patch by Erick Tryzelaar!
Anton Korobeynikov
2008-02-27
1
-0
/
+2
*
Add comment.
Devang Patel
2008-02-27
1
-0
/
+3
*
Remove unncessary ReturnInst constructors.
Devang Patel
2008-02-26
1
-3
/
+0
*
Use SmallVector while constructing ReturnInst.
Devang Patel
2008-02-26
1
-0
/
+3
*
Avoid const_casts
Devang Patel
2008-02-26
1
-1
/
+1
*
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
1
-16
/
+3
*
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
1
-2
/
+1
*
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
1
-0
/
+18
*
Pass const vectors by reference.
Devang Patel
2008-02-26
1
-4
/
+4
*
Remove unnecessary "inline" keywords.
Devang Patel
2008-02-23
1
-25
/
+21
*
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
1
-1
/
+5
*
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-23
1
-12
/
+6
*
Pass alignment on ByVal parameters, from FE, all
Dale Johannesen
2008-02-22
1
-0
/
+6
*
getresult type is the type of indexed aggregate element
Devang Patel
2008-02-20
1
-5
/
+0
*
Specify GetResultInst index as an unsigned.
Devang Patel
2008-02-20
1
-10
/
+11
*
Fix typo. Add const version of getAggregateValue() accessor member function.
Devang Patel
2008-02-20
1
-2
/
+7
*
Add GetResultInst. First step for multiple return value support.
Devang Patel
2008-02-19
1
-0
/
+50
*
Expand ParameterAttributes to 32 bits (in preparation
Dale Johannesen
2008-02-19
1
-1
/
+2
*
Handle some more combinations of extend and icmp. Fixes PR1940.
Nick Lewycky
2008-01-28
1
-0
/
+12
*
Add hasByValArgument() to test if a call instruction has byval argument(s).
Evan Cheng
2008-01-12
1
-0
/
+3
*
Split param attr implementation out from Function.cpp into its
Chris Lattner
2008-01-02
1
-37
/
+14
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
1
-0
/
+2
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
1
-4
/
+4
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-2
/
+4
*
Make PruneEH update the nounwind/noreturn attributes
Duncan Sands
2007-12-10
1
-0
/
+10
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-125
/
+10
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-10
/
+125
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-0
/
+30
*
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-28
1
-2
/
+15
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-6
/
+12
*
add some static icmpinst predicates.
Chris Lattner
2007-11-22
1
-7
/
+17
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-2
/
+2
*
Remove an unnecessary static_cast.
Dan Gohman
2007-09-24
1
-1
/
+1
*
Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
Chris Lattner
2007-09-15
1
-1
/
+1
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-15
/
+92
*
Silence implicit 64->32-bit conversion warnings.
Chris Lattner
2007-08-29
1
-20
/
+6
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-6
/
+58
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
1
-0
/
+4
*
remove #if 0 code.
Chris Lattner
2007-08-06
1
-14
/
+0
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-2
/
+60
*
Simplify the logic for setVolatile.
Dan Gohman
2007-07-20
1
-2
/
+2
[next]