| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 5 | -36/+39 |
* | remove a dead method. | Chris Lattner | 2008-01-07 | 1 | -7/+0 |
* | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner | 2008-01-07 | 1 | -53/+62 |
* | add more and significantly better comments to the rest of the machineinstr | Chris Lattner | 2008-01-07 | 1 | -68/+114 |
* | add some mroe comments, add a isImplicitDef() method, add | Chris Lattner | 2008-01-07 | 1 | -18/+68 |
* | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner | 2008-01-07 | 1 | -8/+18 |
* | Move M_* flags down in the file. Move SchedClass up in the | Chris Lattner | 2008-01-07 | 1 | -58/+59 |
* | Removing a leaked file. | Gordon Henriksen | 2008-01-07 | 1 | -6/+1 |
* | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -56/+49 |
* | remove MachineOpCode typedef. | Chris Lattner | 2008-01-07 | 1 | -6/+0 |
* | remove some uses of MachineOpCode, move getSchedClass | Chris Lattner | 2008-01-07 | 1 | -20/+19 |
* | Add predicates methods to TargetOperandInfo, and switch all clients | Chris Lattner | 2008-01-07 | 1 | -15/+28 |
* | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen | 2008-01-07 | 2 | -1/+7 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 2 | -48/+49 |
* | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 2008-01-07 | 2 | -52/+54 |
* | With this patch, the LowerGC transformation becomes the | Gordon Henriksen | 2008-01-07 | 3 | -8/+3 |
* | Enabling the target-independent garbage collection infrastructure by hooking it | Gordon Henriksen | 2008-01-07 | 2 | -1/+7 |
* | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -4/+16 |
* | back out accidental commit. | Chris Lattner | 2008-01-06 | 1 | -6/+0 |
* | fix an accidental commit that broke all the testers :( | Chris Lattner | 2008-01-06 | 1 | -1/+0 |
* | The transform that tries to turn calls to bitcast functions into | Duncan Sands | 2008-01-06 | 1 | -16/+5 |
* | When transforming a call to a bitcast function into | Duncan Sands | 2008-01-06 | 1 | -1/+7 |
* | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 3 | -5/+12 |
* | describe isStore and simplify the implementation of hasUnmodelledSideEffects. | Chris Lattner | 2008-01-06 | 1 | -2/+12 |
* | X86 JIT PIC jumptable support. | Evan Cheng | 2008-01-05 | 2 | -0/+8 |
* | Didn't mean to commit this. | Owen Anderson | 2008-01-05 | 1 | -6/+0 |
* | Didn't mean to commit this. | Owen Anderson | 2008-01-05 | 1 | -1/+0 |
* | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 4 | -21/+28 |
* | Don't recalculate the loop info and loop dominators analyses if they're | Bill Wendling | 2008-01-04 | 1 | -0/+8 |
* | fix typo | Wojciech Matyjewicz | 2008-01-04 | 1 | -1/+1 |
* | X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. | Evan Cheng | 2008-01-04 | 2 | -2/+36 |
* | Add a really quick hack at a machine code sinking pass, enabled with --enable... | Chris Lattner | 2008-01-04 | 1 | -0/+4 |
* | Trying that again. | Gordon Henriksen | 2008-01-03 | 1 | -0/+1 |
* | Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used | Evan Cheng | 2008-01-03 | 1 | -14/+13 |
* | don't access element zero of an array of size zero. | Chris Lattner | 2008-01-03 | 1 | -2/+2 |
* | Don't create a new ParamAttrsList (which copies the vector) just to | Chris Lattner | 2008-01-03 | 1 | -1/+4 |
* | move some code out of line, rearrange a bit. | Chris Lattner | 2008-01-03 | 1 | -3/+1 |
* | Disallow copying explicitly. | Chris Lattner | 2008-01-03 | 1 | -0/+3 |
* | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 4 | -60/+23 |
* | Inverted argument order for ImmutableMap::Profile. | Ted Kremenek | 2008-01-02 | 1 | -2/+2 |
* | Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap. | Ted Kremenek | 2008-01-02 | 1 | -1/+40 |
* | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 2 | -20/+30 |
* | switch the register iterator to act more like hte LLVM value iterator: derefe... | Chris Lattner | 2008-01-01 | 1 | -8/+26 |
* | Adding C bindings for SwitchInst::addCase. | Gordon Henriksen | 2008-01-01 | 1 | -0/+4 |
* | Add a trivial but handy function to efficiently return the machine | Chris Lattner | 2008-01-01 | 1 | -0/+6 |
* | add efficient iteration support for register use/def's | Chris Lattner | 2008-01-01 | 2 | -0/+73 |
* | Implement automatically updated def/use lists for all MachineInstr register | Chris Lattner | 2008-01-01 | 3 | -50/+107 |
* | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner | 2008-01-01 | 1 | -2/+17 |
* | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson | 2007-12-31 | 2 | -6/+9 |
* | properly encapsulate the parent field of MBB and MI with get/set accessors. | Chris Lattner | 2007-12-31 | 2 | -18/+18 |