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 |
2004-09-28 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | Testcase for LLVM PR445 |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Since we use alloca now make sure we include the proper... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Use alloca instead of a C99 style array. This should... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Pull assignment out of for loop conditional in order... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Fix includes. Patch contributed by Paolo Invernizzi! |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Chris Lattner | New testcase that crashes the C++ FE, encountered while... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Alkis Evlogimenos | Use class instead of struct for defining classes. This... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Patch contributed by Patrick Meredith: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Fix two bugs: one where a condition was mistakenly... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Misha Brukman | SparcV8 int regs are not only 32-bits in width, but... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | The system ranlib on darwin occasionally adds two extra... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Hrm, if there is an error loading a file, try printing... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Chris Lattner | Testcases for rev 250 of InstructionCombining.cpp |
commit | commitdiff | tree | snapshot |
next |