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
2005-11-10
Add a new option for targets that accept quoted labels.
Chris Lattner
2005-11-10
remove the M instance var
Chris Lattner
2005-11-10
Make this more efficient of the common case where we are only mangling globals.
Chris Lattner
2005-11-10
Force packed vectors to be a power of two in length.
Chris Lattner
2005-11-06
print alignment info for globals and functions
Chris Lattner
2005-11-05
verify that alignments are always a power of 2
Chris Lattner
2005-11-05
fix printing the alignment directive
Chris Lattner
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
2005-10-31
Fix an iterator invalidation problem in code used by the -strip pass
Chris Lattner
2005-10-14
Allow $
Chris Lattner
2005-10-07
add a hack to work around broken VC++ scoping rules. Thx to JeffC for pointing
Chris Lattner
2005-10-04
refactor a bit of code.
Chris Lattner
2005-10-04
Minor speedup to avoid array searches given a Use*. This speeds up bc reading
Chris Lattner
2005-10-04
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-10-04
For large constants (e.g. arrays and structs with many elements) just
Chris Lattner
2005-10-04
minor cleanup/fastpath for the bcreader. This speeds up the bcreader
Chris Lattner
2005-10-04
implement the struct version of the array speedup, speeding up the
Chris Lattner
2005-10-03
Change ConstantArray::replaceUsesOfWithOnConstant to attempt to update
Chris Lattner
2005-10-03
move some methods, no other changes
Chris Lattner
2005-10-03
minor microoptimizations
Chris Lattner
2005-09-27
Split SimpleConstantVal up into its components, so each Constant subclass get...
Chris Lattner
2005-09-24
Add support for a marker byte that indicates that we shouldn't add the user
Chris Lattner
2005-08-25
add printer support for flag operands
Chris Lattner
2005-08-17
Move code dependency for MathExtras.h out of Constants.h.
Jim Laskey
2005-08-17
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-14
only build .a on alpha
Andrew Lenharth
2005-08-13
Testing a variable before it is defined doesn't work so well. It is a fairly...
Andrew Lenharth
2005-08-13
Fix oversized GOT problem with gcc-4 on alpha
Andrew Lenharth
2005-08-12
Add a helper method
Chris Lattner
2005-08-08
add new helper function
Chris Lattner
2005-08-05
PHINode::hasConstantValue should never return the PHI itself, even if the
Chris Lattner
2005-08-05
Fix an iterator invalidation problem when we decide a phi has a constant value
Chris Lattner
2005-08-05
Invoke instructions do not dominate all successors
Chris Lattner
2005-08-05
Now that hasConstantValue is more careful w.r.t. returning values that only
Chris Lattner
2005-08-05
Use the bool argument to hasConstantValue to decide whether the client is
Chris Lattner
2005-08-05
Mark hasConstantValue as a const method
Chris Lattner
2005-08-04
Add an extra parameter that Chris requested
Nate Begeman
2005-08-04
Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into
Nate Begeman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-08
Verify that varargs functions all have ccc
Chris Lattner
2005-05-06
add support for explicit calling conventions
Chris Lattner
2005-05-06
Add a 'tail' marker for call instructions, patch contributed by
Chris Lattner
2005-05-03
Implement count leading zeros (ctlz), count trailing zeros (cttz), and count
Andrew Lenharth
2005-05-03
fix a bug in the 1 index GEP handling code
Chris Lattner
2005-05-03
add direct support for making GEP instrs with one index
Chris Lattner
2005-05-03
Use ANSI-approved way of getting the value infinity (otherwise VC++ won't com...
Jeff Cohen
2005-05-02
fold fp div by 0 to inf, the way gcc does. This is legal according to the FP...
Andrew Lenharth
2005-04-30
Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad
Chris Lattner
[next]