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
2006-11-17
add encoding for BCC, after finally wrestling strange ppc/tblgen endianness
Chris Lattner
2006-11-17
convert PPC::BCC to use the 'pred' operand instead of separate predicate
Chris Lattner
2006-11-17
rename PPC::COND_BRANCH to PPC::BCC
Chris Lattner
2006-11-17
start using PPC predicates more consistently.
Chris Lattner
2006-11-17
For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while
Evan Cheng
2006-11-17
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
Add a x86-64 test case: movb %sil, %ah is illegal.
Evan Cheng
2006-11-17
Assert unhandled case.
Jim Laskey
2006-11-17
Case sensitive not.
Jim Laskey
2006-11-17
Check for MaxAlign.
Jim Laskey
2006-11-17
Tests to verify PowerPC ABI.
Jim Laskey
2006-11-17
1. Ignore the -disable-fp-elim when the routine is a leaf.
Jim Laskey
2006-11-17
Typo. Fix the nightly tests.
Jim Laskey
2006-11-17
Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.
Jim Laskey
2006-11-17
Need <iostream> for the time being.
Bill Wendling
2006-11-17
Need iostream to be included for the time being.
Bill Wendling
2006-11-17
Moved definition of llvm_ostream wrappers to the Streams.cpp file.
Bill Wendling
2006-11-17
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
Needed <iostream> for now.
Bill Wendling
2006-11-17
Needs the iostream include.
Bill Wendling
2006-11-17
Removed iostream #includes. Replaced std::cerr with DOUT.
Bill Wendling
2006-11-17
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
Replaced DEBUG(std::cerr with DOUT.
Bill Wendling
2006-11-17
Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.
Bill Wendling
2006-11-17
Removed unneeded <iostream> #include.
Bill Wendling
2006-11-17
If an indvar with a variable stride is used by the exit condition, go ahead
Chris Lattner
2006-11-17
New testcase.
Chris Lattner
2006-11-17
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-17
More removal of std::cerr and DEBUG, replacing with DOUT instead.
Bill Wendling
2006-11-17
implement a todo: change a map into a vector
Chris Lattner
2006-11-17
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes
Bill Wendling
2006-11-17
fix typo
Chris Lattner
2006-11-17
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-16
implicit_def_vrrc doesn't generate code.
Chris Lattner
2006-11-16
New test case.
Evan Cheng
2006-11-16
Correct instructions for moving data between GR64 and SSE registers; also cor...
Evan Cheng
2006-11-16
Fix a potential bug: MOVPDI2DI, etc. are not copy instructions.
Evan Cheng
2006-11-16
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-16
This is a general clean up of the PowerPC ABI. Address several problems and
Jim Laskey
2006-11-16
fix a regression that I introduced. stdu should scale the offset by 4
Chris Lattner
2006-11-16
Align stubs on 4 byte boundary. This fixes 447.dealII.
Evan Cheng
2006-11-16
*** empty log message ***
Bill Wendling
2006-11-16
Allow target to specify alignment for function stub.
Evan Cheng
2006-11-16
Match MachineCodeEmitter changes.
Evan Cheng
2006-11-16
Use a release version of bugpoint, if found. Include gccld passes.
Reid Spencer
[next]