2004-10-04 |
Chris Lattner | Add support for emitting AT&T style .s files, and make... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Convert some missed patterns to support AT&T style |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Apparently the GNU assembler has a HUGE hack to be... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Provide support for auto-detection and use of compressi... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix incorrect suffix |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix some more missed suffixes and swapped operands |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Add missing suffixes to FP instructions for AT&T mode |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add support for the -x86-asm-syntax flag, which can... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add support to the instruction patterns for AT&T style... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Correctly parse variant notation |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add initial support for variants. This just parses... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add initial support for variants |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Reid Spencer | Add checks for bzip2 and libz for use with the Compress... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Do not repeat the map lookup |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | When a virtual register is folded into an instruction... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Add project |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Add a simple little improvement to the local spiller... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Substantially revamp the local spiller, causing it... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Pretty print a bit nicer :) |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Misha Brukman | Add note about converting Skeleton to a useful backend... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Alkis Evlogimenos | Document this class a bit :-) |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Alkis Evlogimenos | Add const version of getLastBlock() member function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Alkis Evlogimenos | Remove whitespace from the end of the line. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Make EmitMappingInfo into an "external location" option... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Add accessor function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Correct type of accessor functions. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Namespacify. Add accessor function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Add accessor function prototypes for reoptimizer suppor... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | I think this will handle double args. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | That should actually be __MING, not __MINGW. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | #include DataTypes.h to compile on MinGW, patch by... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | Check for __MINGW define instead of __MINGW_H, patch... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Use more efficient map operations. Fix a bug that... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | There is no need to call MachineInstr::print directly... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | * Wrap some comments to 80 cols |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Mark the instructions that have delay slots with the... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Use TargetMachine::hasDelaySlot() instead of our old... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Simplify the logic in the simple spiller and capitalize... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Switch from defaulting to the 'local' spiller to the... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Don't use a densemap for keeping track of which vregs... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Use longer and more explicit names for instance vars... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Free the VirtRegMap at the end of MachineFunction proce... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Reindent code, improve comments, move huge nested metho... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Disable the 'WARNING: Found global types that are not... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Misha Brukman | Change the #ifdefs to allow compilation with a V8 compi... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Hrm, debugging printouts do not need to be in here |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Make sure to check select instructions for generic... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Update list of shootout programs that should be working. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Tell the target description that calls clobber register... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Don't use DominatorSet::dominates for intra-block instr... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | The verifier takes 50s on this testcase, that is not... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | FITOD is spelled "fitod", not "fitos". Ouch. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Don't use .quad to output double constants. The assembl... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | * Pull range optimization code out into new InsertRange... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcasses for divides that can be eliminated. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Recognize FpMOVD as a move. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Do not insert trivially dead select instructions, which... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Fold binary expressions and casts into PHI nodes that... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | Generate better code by being far less clever when... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | add results |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | improve Type::BoolTy codegen by eliminating unnecessary... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Simplify copyConstantToRegister() for longs, using... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Fix bug recognizing moves: isMoveInstr should only... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Use FpMOVD pseudo-instruction to move doubles around. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Add new FpMOVD pseudo-instruction, used to move doubles... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Fix double and long alignment. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Put quotes around argument to .section directive. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Add createSparcV8FPMoverPass(). |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Pass which converts FpMOVD (double move pseudoinstructi... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | More testcases for recent instcombine patches |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Hrm, really, all tests passed without this, but it... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Remove debugging printout |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | To go along with sabre's improved InstCombining, improv... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Reid Spencer | Improve validity checking of windows path names and... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | Use llvm::sys::Path to destroy the file. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | Win32 implementation of TimeValue::now(). |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Reid Spencer | FreeBSD implementation of the TimeValue::now() method. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Fold (X setcc C1) | (X setcc C2) |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Fold (and (setcc X, C1), (setcc X, C2)) |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | * Add `deplibs' keyword for specifying a list of depend... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | Add `deplibs' keyword for specifying a list of dependen... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Nate Begeman | Add support for the isLoad and isStore flags, needed... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Nate Begeman | Add support for the isLoad and isStore flags, needed... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Be consistent with our naming |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Capture delay slot info |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Capture information about whether the target instructio... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Implement X / C1 / C2 folding |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | shl is always zero extending, so always use a zero... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase for a latent bug in instcombine that I... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | * InstructionReader.cpp was absorbed into Reader.cpp |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Misha Brukman | Fix doxygen comment |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Brian Gaeke | Touch output files before reading or writing them,... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
John Criswell | Corrected spelling of Makefile variable, thereby re... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Add includes and use std:: for standard library calls... |
commit | commitdiff | tree | snapshot |
next |