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
2011-03-07
ptx: Fix calling convention printing in AsmWriter.cpp
Justin Holewinski
2011-03-06
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-04
Add ArrayRef variant.
Devang Patel
2011-03-03
Use X86_thiscall calling convention for Win64 as well.
Tilmann Scheller
2011-03-02
Add Win64 thiscall calling convention.
Tilmann Scheller
2011-03-02
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-01
Added missing va_end().
Talin
2011-02-28
Add an END_WITH_NULL accessor for ConstantStruct.
Talin
2011-02-18
These tags are now covered by dwarf::TagString().
Devang Patel
2011-02-18
Expose getTypeName to the C API. Patch by Patrick Walton.
Rafael Espindola
2011-02-18
hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.
Chris Lattner
2011-02-17
Enhance constant folding of bitcast operations on vectors of floats.
Nadav Rotem
2011-02-15
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-14
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
Switch ConstantVector::get to use ArrayRef instead of a pointer+size
Chris Lattner
2011-02-13
Fix a regression from r125393;
Nadav Rotem
2011-02-11
Fix 9173.
Nadav Rotem
2011-02-11
make ConstantExpr::replaceUsesOfWithOnConstant preserve the inbounds
Chris Lattner
2011-02-11
make the constantexpr interfaces for inbounds GEPs follow the same style
Chris Lattner
2011-02-10
switch the constantexpr, target folder, and IRBuilder interfaces
Chris Lattner
2011-02-09
refactor ConstantExpr interfaces a bit around "exactness".
Chris Lattner
2011-02-07
fix comment change.
Chris Lattner
2011-02-07
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Chris Lattner
2011-02-06
enhance vmcore to know that udiv's can be exact, and add a trivial
Chris Lattner
2011-02-01
Make SwitchInst::removeCase() more efficient.
Jay Foad
2011-02-01
Have m_One also match constant vectors for which every element is 1.
Duncan Sands
2011-01-30
Fix 'fcmp one' constant folding. Noticed by inspection.
Nick Lewycky
2011-01-30
Fix some formatting and upgrade comments from llvm 1.x to 2.x syntax.
Nick Lewycky
2011-01-29
Add the select optimization recently added to instcombine to constant folding.
Nick Lewycky
2011-01-27
Fix indentation.
Jay Foad
2011-01-26
Simplify User::operator delete().
Jay Foad
2011-01-26
AttrListPtr has an overloaded operator== which does this for us, we should use
Nick Lewycky
2011-01-25
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-23
teach Value::isDereferenceablePointer that byval arguments are always
Chris Lattner
2011-01-21
Add a constant folding of casts from zero to zero. Fixes PR9011!
Nick Lewycky
2011-01-20
Implement requiredTransitive
Tobias Grosser
2011-01-20
Update a comment.
Cameron Zwarich
2011-01-18
Remove an unnecessary #include.
Cameron Zwarich
2011-01-18
Move DominanceFrontier from VMCore to Analysis.
Cameron Zwarich
2011-01-18
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-17
Remove useless Tag enumeration.
Jay Foad
2011-01-16
Simplify the construction and destruction of Uses. Simplify
Jay Foad
2011-01-16
Move the implementation of the User class into a new source file,
Jay Foad
2011-01-15
Allow unnamed_addr on declarations.
Rafael Espindola
2011-01-14
Remove casts between Value** and Constant**, which won't work if a
Jay Foad
2011-01-14
Move some shift transforms out of instcombine and into InstructionSimplify.
Duncan Sands
2011-01-13
Reject uses of unnamed_addr in declarations.
Rafael Espindola
2011-01-11
FixedNumOperandTraits and VariadicOperandTraits assumed that, given a
Jay Foad
2011-01-08
make domtree verification print something useful on failure.
Chris Lattner
[next]