2004-02-06 |
Chris Lattner | Add a new document describing TableGen |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Chris Lattner | Print the record NAME not the record ADDRESS |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Alkis Evlogimenos | Eliminate uneeded lookups by passing a Virt2PhysMap... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix another dominator update bug. These bugs keep... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alkis Evlogimenos | Change live interval representation. Machine instructio... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix bug updating dominators |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Add debug output |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Fix PR223: Loopsimplify incorrectly updates dominator... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | New testcase for PR223: Loopsimplify incorrectly update... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Alkis Evlogimenos | We don't need to scan the blocks that we are live-in... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | s/gcse/scalarrepl |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | In a "seeing the forest through the trees" kinda situat... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | This is a big diff with no functionality change. We... |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tanya Lattner | Added missing include. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Tanya Lattner | Fixed Chris' typo. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | qoi bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Chris Lattner | Implement optimizations for handling large basic blocks. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Alkis Evlogimenos | Modify the two address instruction pass to remove the... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Minor speedup, don't query ValueMap each time through... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Always replace instead of appending when creating archi... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Include <iosfwd> and <string> instead of <iostream>. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Take away the default iostream argument of createMachin... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Brian Gaeke | Clean out DESTLIBBYTECODE when making clean in runtime. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Alkis Evlogimenos | IMULri* instructions do not require their first two... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Optimize the case where we are inlining a function... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Check in header file I forgot before. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Adjust to the new BasicBlock ctor, which requires a... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Adjust to the new BB ctor |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Delete the BasicBlock ctor that only takes a BasicBlock... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Remove unneeded code now that splitBasicBlock does... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | When splitting a basic block, insert the new half immed... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | More refactoring. Move alloca instructions and handle... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Move the cloning of the function body much earlier... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | Give CloneBasicBlock an optional function argument... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Chris Lattner | If changing a parent, don't add then remove the object... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | In BasicBlock::splitBasicBlock, just use islist::splice... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Revised version of a patch for PR222 that works with... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Apply Michael Kahl's patch to fix the 'make tools-only... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Bunch up all locally used allocas by the block they... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Handle extremely trivial cases extremely efficiently... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Generate ftst instructions for comparison against zero |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Add the ftst instruction |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Chris Lattner | Add support for one argument OneArgFP instructions |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Alkis Evlogimenos | When an instruction like: A += B had both A and B virtu... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Revert changes. Will implement this using a different... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Fix debugging output. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Correctly update def/use information for modified machi... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Add MachineOperand::setDef() and MachineOperand::setUse... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Should be more careful. The previously applied change... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Floating point negates are -0.0 - X, not 0.0 - X |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Disable (x - (y - z)) => (x + (z - y)) optimization... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Update comment |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | No need to declare implicit uses/defs of ST0 |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Make deadarghaX0r warning louder. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Generate the fchs instruction to negate a floating... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Add support for OneArgFPRW instructions, fix a couple... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Include PowerPC.h. Flesh out the stub versions of... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Add a -march=powerpc option. Automatically select it... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Link in the PowerPC back-end. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Add comments describing how you would add prototypes... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Brian Gaeke | Add prototype for llvm::allocatePowerPCTargetMachine(). |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Codegen -0.0 correctly. Do not use fldz! This is... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Correct the method I just added to actually return... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Add a new method to ConstantFP |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Alkis Evlogimenos | Create an object for tracking physical register usage... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Second half of a fix for PR218 & test/Regression/Assemb... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | The first half of a fix for PR218 & test/Regression... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Add another test |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Change weight array into a vector and make it as big... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Use std::map::count() instead of std::map::find() ... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | New testcase for PR218 |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Add MRegisterInfo::getNumRegs(). |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Change string for joined intervals. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | FpMOV is also a move instruction. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Change xor to ^. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Now that tailduplication does not bork SSA form, run... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Disable tail duplication in any "hard" cases, where... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Fix a bug in a recent checkin |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Fix the count of the number of instructions removed |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Missed one silly assert :-) |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Simplify joinIntervals() code. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Remove all of the annoying statistics now that I'm... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Alkis Evlogimenos | Use MRegisterInfo::isPhysicalRegister and |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Fix a crasher bug in my constant folding rewrite |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Print an error message if we can't materialize the... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Chris Lattner | Print an error message if there is an error materialize... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Apply final part of Chris' patch. |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Alkis Evlogimenos | Be a little smarter on the way we handle physical regis... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Finegrainify namespacification, use new MRegisterInfo... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | Fix, correctly this time, the computation of the return... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Chris Lattner | * Fix incorrect computation of the runOnMachineFunction... |
commit | commitdiff | tree | snapshot |
next |