2002-12-18 |
Chris Lattner | * Fix several register aliasing bugs |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Chris Lattner | Print argc as well as argv |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Chris Lattner | Don't force setCC instructions into AL |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Chris Lattner | Implicit defs/uses list may be empty. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Chris Lattner | Add comments, switch uses/defs to match InstrInfo.def... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Chris Lattner | Add reg clobber list for direct calls |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Simplify interface to remove virtual function references |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Use new reginfo interface |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Update to use new interface for register info |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | New file |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Add prolog/epilog spills/reloads to counters |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Round number of bytes allocated on the stack up to... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Local register allocator is now stable enough for use... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Fix many bugs, regallocator now saves callee-save regis... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Register allocator is responsible for spilling callee... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Chris Lattner | Make testcase return 0 on success |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Build add instructions of the correct form! |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add dummy implementation of __main |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Two fixes: |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Fix prolog/epilog in the presence of alloca |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Make sure stack manipulation refers to ESP the right... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | New testcase for printing out arguments |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add some special cases to make common getelementptr... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Finish implementation of alias list impl |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | * Fix a gross X86 hack that was intended to avoid alloc... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Keep the stack frame aligned. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add support for register alias set description |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add mechanism to select register allocator to use |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Initial checkin of "local" register allocator. Bugs... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Try #2 to get alias set stuff to work |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add info about register aliases, add prototype for... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add info about register file aliasing |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add information about register file aliasing |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Add call clobber info |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Rename createSimpleX86RegisterAllocator to createSimple... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Chris Lattner | Rename createSimpleX86RegisterAllocator to createSimple... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Brian Gaeke | brg |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Vikram S. Adve | Use -Wl,-x instead of -s: it is more portable, and... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Some simpliciations to the spill/reload interface |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Simplify PHI node elimination significantly by doing... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Correct the setting of Def flags on registers that... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Variety of small or trivial simplifications to the... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Export well known instruction opcodes usable by target... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Add new opIsUse method |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Remove unused savePhysRegToStack method |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Localize a map, remove another |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Give passes nice names! |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Give simple reg allocator a nice Pass Name |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Add a big assert making sure 2 address instructions... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Add new testcase for repeated preds |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Fix a problem that occurs when PHI nodes have multiple... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Grab bag of minor cleanups. Export some statistics... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Implement printing of MBB arguments |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Simplify interfaces used by regalloc to insert code |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | * Simplify code a bit by breaking the PHI node handling... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Changes to make new TargetRegisterClass interface. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Simplify TargetRegisterClass a bit, also eliminating... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | * Remove some unneccesary instance variables |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | * Simplify TargetRegisterClass implementations |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | * Rename const_regclass_begin/end to just regclass_begi... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | pull inverse reg class mapping into a class that is... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Prune #includes |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Remove extraneous #includes, perform FIXME |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | New testcase for structure argument problems. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | New test to make sure I'm getting constness right |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | New testcase, courtesy of Brian Gaeke |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Fix bug: Assembler/2002-12-15-GlobalResolve.ll |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Allow folding together two globals through type resolution |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | planes is not spelled with an O |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Testcase identified by Brian Gaeke that breaks the... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Fix borkness with not using MachineBasicBlocks in PHI... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Add support to cast from a bool type |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Use MachineOperand::isFoo methods instead of our own... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Add capability to have a MachineBasicBlock as an operan... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | New testcase for bool support |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Fix a huge performance problem in reassociate by introd... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Chris Lattner | Minor changes: |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Chris Lattner | Make stuff compiled with gccld not dump into the debugg... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Pass command line arguments to main |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Add statistic |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Test indirect call |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Implement indirect function calls |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Make function code generation printing debug-only. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Made status output debug-only (for testing diffs agains... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Fix bork in doMultiply |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Add sanity checks |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Fixed a bug where moves due to phis were being neglected. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Cleaned up the code: factored out switch/case into... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Need to insert all moves due to PHI nodes before *ALL... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Insert phi code at top of block |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brian Gaeke | lib/Target/X86/InstSelectSimple.cpp: |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | This should be more correct: invalidates physical regis... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Implement cast bool to X |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brian Gaeke | Rename all BMI MachineBasicBlock operands to MBB. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Finish up iterator stuph |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Treat longs as ints => pretend they're all 32-bit value... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Misha Brukman | Fixed bug with running out of registers. Also, reinstat... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Lattner | Return success on success |
commit | commitdiff | tree | snapshot |
next |