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