index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Age
Commit message (
Expand
)
Author
2008-03-11
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
Fix typos in comments.
Dan Gohman
2008-03-10
Use utostr instead of a stringstream.
Dan Gohman
2008-03-10
Initialize ArgTypes directly instead of manually copying in the elements.
Dan Gohman
2008-03-10
Remove an unnecessary #include
Dan Gohman
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Two things. Preserve the unwind_to when splitting a BB.
Nick Lewycky
2008-03-08
Remove unused runPass methods.
Dan Gohman
2008-03-05
Check struct return type first.
Devang Patel
2008-03-04
Print types for all ret operands.
Devang Patel
2008-03-04
Revert SmallVector ctor variants.
Devang Patel
2008-03-04
Add FunctionType ctor variant that takes SmallVector params.
Devang Patel
2008-03-03
s/isReturnStruct()/hasStructRetAttr()/g
Devang Patel
2008-03-03
If a function uses multive values in ret instruction then it
Devang Patel
2008-03-02
Add a new ShuffleVectorInst::getMaskValue method.
Chris Lattner
2008-03-02
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-01
Print the name, not a pointer.
Nick Lewycky
2008-03-01
Fix PR2113 by verifying allocations.
Chris Lattner
2008-02-29
Use the new convertFromAPInt instead of convertFromZeroExtendedInteger.
Dan Gohman
2008-02-27
Remove dead code.
Devang Patel
2008-02-27
Add comment.
Devang Patel
2008-02-26
Add assert to check return type.
Devang Patel
2008-02-26
Remove unncessary ReturnInst constructors.
Devang Patel
2008-02-26
Use SmallVector while constructing ReturnInst.
Devang Patel
2008-02-26
Avoid const_casts
Devang Patel
2008-02-26
Remove unnecessary getOperand/setOperand overriders.
Devang Patel
2008-02-26
Unify to ReturnInst::init() member functions.
Devang Patel
2008-02-26
Optimize most common case by using single RetVal in ReturnInst.
Devang Patel
2008-02-26
Pass const vectors by reference.
Devang Patel
2008-02-23
print getresult operand and its type directly.
Devang Patel
2008-02-23
Use dyn_cast instead of isa + cast.
Devang Patel
2008-02-23
To support multiple return values, now ret instruction supports multiple oper...
Devang Patel
2008-02-22
Split ParameterAttributes.h, putting the complicated
Dale Johannesen
2008-02-22
Pass alignment on ByVal parameters, from FE, all
Dale Johannesen
2008-02-22
Print getresult instruction properly.
Devang Patel
2008-02-22
Print ret instruction that returns aggregates.
Devang Patel
2008-02-21
print getresult instruction.
Devang Patel
2008-02-21
Use isa<> instead of getTypeID() to check StructType.
Devang Patel
2008-02-21
Let invoke return aggregate value.
Devang Patel
2008-02-21
Let function call return aggregate.
Devang Patel
2008-02-20
What if functions can return aggregate values ?
Devang Patel
2008-02-20
getresult does not support nested aggregates.
Devang Patel
2008-02-20
Verifier should use Assert1 instead of assert.
Devang Patel
2008-02-20
getresult type is the type of indexed aggregate element
Devang Patel
2008-02-20
Specify GetResultInst index as an unsigned.
Devang Patel
2008-02-20
Use isValidOperands() to verify GetResultInst.
Devang Patel
2008-02-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-19
Add Alignment field to ParameterAttributes and
Dale Johannesen
[next]