2006-11-20 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | in ppc64-mode, don't allocate the 32-bit version of... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Jim Laskey | Global label not handled correctly. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | r13 is the thread pointer on darwin/ppc64, don't alloca... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Fix PR1005 |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Fix PR1001, patch by Nikhil Patil! |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Fix codegen for x86-64 on systems (like ppc or i386... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCra... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Testcase for PR1011 |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | setOperand should not zap the operand list or add impli... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Chris Lattner | Testcase for pr1012 |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Anton Korobeynikov | We should perform extra load for dllimported calls |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Tanya Lattner | Fixed typo |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Tanya Lattner | Adding 1.9 release and removing references to cfrontend |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Tanya Lattner | Changing cfrontend dir to llvm-gcc3.4 as the example. |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Reid Spencer | Corrections from review. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Don't transform in another bad case: if the block is... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Fix another case we *don't* want to do this xform. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Update a reference to the old setcc instruction. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | For PR950: |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | MachineInstr includes this |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Implement operator<< for machine basic blocks to make... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | make the previous change more aggressive, moving any... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Minor code layout tweak: if we have something like... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | Do not convert massive blocks on phi nodes into select... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | converting massive blocks of phis into selects like... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Make the awk filter print out which files its eliminating. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | This is a utility for preparing patches against LLVM... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Provide a list of gccld optimization switches. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Fix bugs in this. What was I thinking??? :) |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Anton Korobeynikov | Movind newly-intorudced dll* linkage stuff & windows... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | fix bug |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | first draft of 1.9 release notes |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Fail even if opt doesn't print anything. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Add a simple test to make sure getModRefInfo is 1/2... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Reid Spencer | Have ConstantExprs upgrade opcodes the same way as... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Chris Lattner | on ppc64, float arguments take 8-byte stack slots not... |
commit | commitdiff | tree | snapshot |
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 |
next |