2004-02-17 |
Alkis Evlogimenos | These store to memory too. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Remove the -disable-kill option. The register allocato... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | These store to memory, not read from it. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
John Criswell | Added espresso. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Instructiosn with 1 memory operand have 4 operands... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Align case statements. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add TEST and XCHG memory operand support. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add OR and XOR memory operand support. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Peephole optimize SUBmi{16,32} into SUBmi{16,32}b when... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | ADDmi{16,32} should be in the next case statement. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add memory operand folding support for MUL, DIV, IDIV... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add memory operand folding for CMP{rm,mr,mi}{8,16,32... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add CMP{rm,mr,mi}{8,16,32}, INCm{8,16,32} and DECm... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add SUB{rm,mr,mi}{8,16,32} instructions. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add support to the local allocator for fusing spill... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for folding memory operands for ADC, SBB... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for ADC{rm.mr}32 and SBB{rm,mr}32. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add a (hidden) option to print instructions that fail... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add support for folding memory operands in MOVri{8... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Expand the repertoire of the forms we can print and... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Disable this peephole for now. We can't keep track... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix a bug in my previous refactoring change... arg! |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The CBE is now in llc, not llvm-dis |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The C backend is no longer in llvm-dis, it's in llc |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | The CBE is no longer in llvm-dis |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add an option to disable spill fusing in the X86 backend |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix the mneumonics for the mov instructions to have... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Fix the last crimes against nature that used the 'ir... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | GRRR. Move instructions have swapped the order of... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rename MOVi[mr] instructions to MOV[rm]i |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Whoops, got my cases swapped. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Change to match the newer, simpler, interface |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Simplify and document the new interface |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add support for folding memory operands into AND and... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Scrunchify code, by adding helpers. No functionality... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add mem forms of AND instructions |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add LiveIntervals::Interval::empty() member function. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Add API to check and fold memory operands into instruct... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rename the IMULri* instructions to IMULrri, as they... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Once we have a way to fold spill code reloads into... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Alkis Evlogimenos | Fix spilled interval update. It was too conservative. |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Refactor code a bit. No functionality changes, though... |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Adjust to recent changes |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Add two missing pieces from last checkin |
commit | commitdiff | tree | snapshot |
2004-02-17 |
Chris Lattner | Rearrange code to eliminate warnings |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add peephole optimizations for ADD [MEM], IMM8 instruct... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add two more variants of add. Update comments. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
John Criswell | Preemptive additions for the MallocBench tests. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Only spit out warning for functions that take pointers... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Move the folding of gep null, 0, 0, 0 to a place where... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Misha Brukman | PreSelection isn't optional and so there's no way to... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | memset and bcopy and now unified by the llvm.memset... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Add some ADD instructions that take memory operands... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
John Criswell | Adjusted the default pathname to the SPEC95 benchmarks... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Alkis Evlogimenos | Add LeakDetection to MachineInstr. |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Implement test/Regression/Transforms/SimplifyCFG/Uncond... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | New testcase, details in the comments |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Fold PHI nodes of constants which are only used by... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | A new testcase for a situation that occurs in 181.mcf |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Teach LLVM to unravel the "swap idiom". This implements: |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Add a test for the "swap idiom", which LLVM should... |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Implement Transforms/InstCombine/xor.ll:test19 |
commit | commitdiff | tree | snapshot |
2004-02-16 |
Chris Lattner | Test for xor chains |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Fix a bug in the recent rewrite of the leakdetector... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Document bug 240 |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Moving CBE tests to test/Regression/CodeGen/CBackend |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | When the user runs 'llc foo.bc -march=c', write the... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Now that the lowerinvoke pass inserts calls to llvm... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | By default, llvm.setjmp/llvm.longjmp intrinsics get... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Instead of producing calls to setjmp/longjmp, produce... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Refactor code. Now the intrinsic lowering pass tries... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Alkis Evlogimenos | This pass should not require phi elimination or live... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Alkis Evlogimenos | Make dense maps keyed on physical registers smallerusing |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Alkis Evlogimenos | Eliminate the use of spill (reserved) registers. |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | QOI bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Adjustments to support the new ConstantAggregateZero... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Add support for the new ConstantAggregateZero class |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Make the JIT zero out globals with memset instead of... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | No need to scan zero initializers. This should make... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Add a new ConstantAggregateZero class, to fix PR239... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | ConstantArray::get and ConstantStruct::get now just... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Remove dependence on return type of ConstantStruct... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Remove dependence on the return type of ConstantArray... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Keep a cache of non-abstract null arrays and structs... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Testcase for PR205: [llvmgcc] C front-end does not... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Test for actual support, not just for lack of crashage |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Implement llvm.(frame|return)address(0) correctly.... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Alkis Evlogimenos | Fix problem in DEBUG code. I could be pointing past... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | New code quality fix |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | New testcase for PR237: [x86] wierd stack/frame pointer... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Fix the 'have a framepointer' case, so that the frame... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Chris Lattner | Allow for fixed objects to reside in the local area... |
commit | commitdiff | tree | snapshot |
2004-02-15 |
Alkis Evlogimenos | Add back machine code deleter pass until we get a Machi... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Alkis Evlogimenos | Modularize implementation of LeakDetector into a typed... |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Chris Lattner | Add support for the 'pop' instruction |
commit | commitdiff | tree | snapshot |
2004-02-14 |
Chris Lattner | There is no reason to align the stack pointer if there... |
commit | commitdiff | tree | snapshot |
next |