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
Age
Commit message (
Expand
)
Author
2007-10-29
Updated VC++ build system
Hartmut Kaiser
2007-10-29
Fix a DAGCombiner abort on a bitcast from a scalar to a vector.
Dan Gohman
2007-10-29
Don't bitcast from pointer-to-vector to pointer-to-array when
Dan Gohman
2007-10-29
Use an array instead of a fixed-length std::vector.
Dan Gohman
2007-10-29
Do a real assert if there is an unhandled vector instruction instead
Dan Gohman
2007-10-29
Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))
Evan Cheng
2007-10-29
Add explicit keywords.
Dan Gohman
2007-10-29
Update a comment to reflect the current code.
Dan Gohman
2007-10-29
Remove an unused function argument.
Dan Gohman
2007-10-29
Fix a typo in a comment.
Dan Gohman
2007-10-29
Avoid calling ValidStride when not all uses are addresses.
Dan Gohman
2007-10-29
Fixed warning concerning implicit conversion from a NULL pointer
Ted Kremenek
2007-10-29
update testcase
Chris Lattner
2007-10-29
Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode.
Evan Cheng
2007-10-29
add a note.
Chris Lattner
2007-10-29
Model stacksave and stackrestore as both writing memory, since we
Chris Lattner
2007-10-29
Add a first attempt at dominator information for MBB's. Use with caution: th...
Owen Anderson
2007-10-29
I am not sure this is a good idea to be an option, but rename the option for
Chris Lattner
2007-10-29
Add support for the x86-64 'q' regigster modifier, and add support for the
Chris Lattner
2007-10-29
Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handling
Chris Lattner
2007-10-29
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-28
Fixed assertion in Deserializer::~Deserializer that checks for
Ted Kremenek
2007-10-28
Add 'pedantic' mode to verifier rejecting syntactically valid, but 'bad' due ...
Anton Korobeynikov
2007-10-28
Updated backpatching logic during object deserialization to perform
Ted Kremenek
2007-10-28
The guaranteed alignment of ptr+offset is only the minimum of
Duncan Sands
2007-10-28
New entry.
Evan Cheng
2007-10-26
Fixed bug where default SerializeTrait<>::Materialize would not return the ma...
Ted Kremenek
2007-10-26
Test to make sure that if we have an unaligned memcpy, it will still compile.
Bill Wendling
2007-10-26
A number of LSR fixes:
Evan Cheng
2007-10-26
Added SerializeAPInt.cpp and DeserializeAPInt.cpp to the XCode project.
Ted Kremenek
2007-10-26
Added serialization support for APInt.
Ted Kremenek
2007-10-26
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
On second thought. Remove this as it should never be generated in the first
Bill Wendling
2007-10-26
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
Bill Wendling
2007-10-26
Added default implementation of SerializeTrait<> that dispatches to
Ted Kremenek
2007-10-26
Fix a crash. Make sure TLI is not null.
Evan Cheng
2007-10-26
Fix off-by-one stack offset computations (dwarf information) for callee-saved
Anton Korobeynikov
2007-10-26
clo/clz aren't supported on mips I. Keep them around for when we'll
Eric Christopher
2007-10-26
Make a comment better.
Owen Anderson
2007-10-26
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-26
Loosen up iv reuse to allow reuse of the same stride but a larger type when t...
Evan Cheng
2007-10-25
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-25
Updated backpatching during object deserialization to support "smart"
Ted Kremenek
2007-10-25
Clarified operator precedence.
Hartmut Kaiser
2007-10-25
Disambiguated variable name to comply with VC++'s archaic variable scoping ru...
Hartmut Kaiser
2007-10-25
Updated VC++ build system
Hartmut Kaiser
2007-10-25
Do not rewrite compare instruction using iv of a different stride if the new
Evan Cheng
2007-10-25
Support non-POSIX hosts by removing use of strncasecmp.
Dale Johannesen
2007-10-25
Changed XXX to FIXME, and added comment to the README file
Bill Wendling
[next]