2006-11-18 |
Chris Lattner | make sure to safe LR8 in the right stack slot for PPC64 |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Rewrite the branch selector to be correct in the face... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | add encoding for BCC, after finally wrestling strange... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | convert PPC::BCC to use the 'pred' operand instead... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | rename PPC::COND_BRANCH to PPC::BCC |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | start using PPC predicates more consistently. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Evan Cheng | For unsigned 8-bit division. Use movzbw to set the... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Hopefully a good crack at making debugging work on... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Evan Cheng | Add a x86-64 test case: movb %sil, %ah is illegal. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Assert unhandled case. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Case sensitive not. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Check for MaxAlign. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Tests to verify PowerPC ABI. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | 1. Ignore the -disable-fp-elim when the routine is... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Typo. Fix the nightly tests. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Jim Laskey | Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Need <iostream> for the time being. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Need iostream to be included for the time being. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Moved definition of llvm_ostream wrappers to the Stream... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Used llvm_ostream instead of std::ostream objects.... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Added wrappers for the std::cerr/std::cout objects... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Needed <iostream> for now. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Needs the iostream include. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Removed iostream #includes. Replaced std::cerr with... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Removed even more std::cerr and #include <iostream... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Replaced DEBUG(std::cerr with DOUT. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Replace DEBUG(std::cerr with DOUT. Removed some iostrea... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Removed unneeded <iostream> #include. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | If an indvar with a variable stride is used by the... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Reid Spencer | Undo removal of the runtime libraries. While this may... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | More removal of std::cerr and DEBUG, replacing with... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | implement a todo: change a map into a vector |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Evan Cheng | Add opcode to TargetInstrDescriptor. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | #ifndef NDEBUG the "if (Stream) ..." stuff. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Evan Cheng | Add opcode to TargetInstrDescriptor. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Adjusted the // comments so that doxygen picks them up. |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Replace std::cerr uses of the "DEBUG" macro with "DOUT... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Bill Wendling | Added "DOUT" macro. This is used as a replacement for... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | implicit_def_vrrc doesn't generate code. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Correct instructions for moving data between GR64 and... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Fix a potential bug: MOVPDI2DI, etc. are not copy instr... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Reid Spencer | In LLVM 2.0 we won't use the runtime libraries as llvm... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Jim Laskey | This is a general clean up of the PowerPC ABI. Address... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | fix a regression that I introduced. stdu should scale... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Align stubs on 4 byte boundary. This fixes 447.dealII. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Bill Wendling | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Allow target to specify alignment for function stub. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Match MachineCodeEmitter changes. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Reid Spencer | Use a release version of bugpoint, if found. Include... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | add a statistic |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Bill Wendling | Cleaned up the document. Added "doc_code" divisions... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Bill Wendling | Don't recompute getNumOperands for each iteration. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Bill Wendling | Added "removeRange", which takes and removes an entire... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Bill Wendling | Added a new method "CreateNewLiveInterval" which, given... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | make this harder |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | fix broken encoding |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | enable the branch folding pass for the JIT. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | add ppc64 r+i stores with update. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | add patterns for ppc32 preinc stores. ppc64 next. |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Chris Lattner | switch these back to the 'bad old way' |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Evan Cheng | Fix an incorrectly inverted condition. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | ChangeToRegister should clear IsImp bit. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix ppc64 epilog bug. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Stop using isTwoAddress, switching to operand constrain... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Remove the isTwoAddress property from the CodeGenInstru... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | add a new field needed by the code emitter generator. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix typo pointed out by Bryan Adams |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Properly transfer kill / dead info. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Kill / dead info has been moved to MI's. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | commuteInstruction should propagate kill / dead info. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Match live variable changes. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Minor updates. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | A register def can be partially dead when the whole... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Do away with kill / dead maps. Move kill / dead info... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Evan Cheng | Add copyKillDeadInfo to copy kill / dead info; other... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | fix ldu/stu jit encoding. Swith 64-bit preinc load... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add run(Function &F) support in FunctionPassManager_New |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Simplify IntrinsicLowering and clarify that it is only... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Remove unneeded forward decls |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | remove dead #include |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix the PPC regressions last night |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Fix a gcc 4.2 warning. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Reid Spencer | Add a method to get the bit width of a packed type. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | Switch loads over to use memri as the operand instead... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Chris Lattner | ADd support for adding constraints to suboperands |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add doInitialization and doFinalization support in... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Tidy up marking of last analysis user pass. |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Add doInitialization and doFinalization support in... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Devang Patel | Do not derive CommonPassManagerImpl from Pass. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | restore some 'magic' code that I removed: it is needed... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | minimal hack to get patterns whose result type is iPTR... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Devang Patel | Copy initializeAnalysisImpl() implementation from PassM... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | remove some dead code |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | Add support for nodes that return iPTR. |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Chris Lattner | changes to get ptr_rc to be accepted in patterns. ... |
commit | commitdiff | tree | snapshot |
2006-11-14 |
Evan Cheng | Revert. This wasn't meant to be checked in. |
commit | commitdiff | tree | snapshot |
next |