Age | Commit message (Expand) | Author |
2008-01-07 | no need to explicitly clear these fields. | Chris Lattner |
2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
2008-01-07 | remove MachineOpCode typedef. | Chris Lattner |
2008-01-07 | remove some uses of MachineOpCode, move getSchedClass | Chris Lattner |
2008-01-07 | Add predicates methods to TargetOperandInfo, and switch all clients | Chris Lattner |
2008-01-07 | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen |
2008-01-07 | Deleting an empty file. Thanks, /usr/bin/patch! | Gordon Henriksen |
2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
2008-01-07 | Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. | Owen Anderson |
2008-01-07 | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson |
2008-01-07 | Ammending r45669 with a missing file. | Gordon Henriksen |
2008-01-07 | With this patch, the LowerGC transformation becomes the | Gordon Henriksen |
2008-01-07 | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen |
2008-01-06 | The pic base can't be duplicated. | Chris Lattner |
2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
2008-01-06 | The transform that tries to turn calls to bitcast functions into | Duncan Sands |
2008-01-06 | When transforming a call to a bitcast function into | Duncan Sands |
2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
2008-01-06 | Remove an unused variable. | Duncan Sands |
2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
2008-01-06 | remove explicit isStore flags that are now inferrable. | Chris Lattner |
2008-01-06 | remove some isStore flags that are now inferred automatically. | Chris Lattner |
2008-01-05 | Fix comment. | Bill Wendling |
2008-01-05 | make this build with newer gcc's | Chris Lattner |
2008-01-05 | Remove an incorrect optimization that is performed correctly by | Nate Begeman |
2008-01-05 | If custom lowering of insert element fails, the result Val will be 0. | Nate Begeman |
2008-01-05 | Fix build issue on certain compilers. | Chris Lattner |
2008-01-05 | Refactoring the x86 and x86-64 calling convention implementations, | Gordon Henriksen |
2008-01-05 | Chris and Evan noticed that this check was compleatly fubared. I was | Bill Wendling |
2008-01-05 | The current impl is really trivial, add some comments about how it can be mad... | Chris Lattner |
2008-01-05 | allow sinking to be enabled for the jit | Chris Lattner |
2008-01-05 | enable sinking and licm of loads from the argument area. I'd like to enable ... | Chris Lattner |
2008-01-05 | simplify some code by using shorter accessors. | Chris Lattner |
2008-01-05 | revert my previous patch. | Chris Lattner |
2008-01-05 | factor some code better to avoid redundancy between | Chris Lattner |
2008-01-05 | getting the pic base has no side effects. | Chris Lattner |
2008-01-05 | don't sink anything with side effects, this makes lots of stuff work, but sin... | Chris Lattner |
2008-01-05 | X86 JIT PIC jumptable support. | Evan Cheng |
2008-01-05 | fix a common crash. | Chris Lattner |
2008-01-05 | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner |
2008-01-05 | remove the (x-y) < 0 comparison xform, it miscompiles | Chris Lattner |
2008-01-05 | I should not be allowed to commit when sleepy. | Owen Anderson |
2008-01-05 | Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov... | Evan Cheng |
2008-01-04 | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson |
2008-01-04 | Don't recalculate the loop info and loop dominators analyses if they're | Bill Wendling |
2008-01-04 | fix typo | Wojciech Matyjewicz |
2008-01-04 | Unbreak tailcall opt in JIT. | Evan Cheng |
2008-01-04 | X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. | Evan Cheng |
2008-01-04 | 80-column violations. | Bill Wendling |
2008-01-04 | Add that this preserves some analyses. | Bill Wendling |