aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-075-36/+39
* remove a dead method.Chris Lattner2008-01-071-7/+0
* Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner2008-01-071-53/+62
* add more and significantly better comments to the rest of the machineinstrChris Lattner2008-01-071-68/+114
* add some mroe comments, add a isImplicitDef() method, add Chris Lattner2008-01-071-18/+68
* rename hasVariableOperands() -> isVariadic(). Add some comments.Chris Lattner2008-01-071-8/+18
* Move M_* flags down in the file. Move SchedClass up in the Chris Lattner2008-01-071-58/+59
* Removing a leaked file.Gordon Henriksen2008-01-071-6/+1
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-56/+49
* remove MachineOpCode typedef.Chris Lattner2008-01-071-6/+0
* remove some uses of MachineOpCode, move getSchedClass Chris Lattner2008-01-071-20/+19
* Add predicates methods to TargetOperandInfo, and switch all clients Chris Lattner2008-01-071-15/+28
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2008-01-072-1/+7
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-072-48/+49
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-072-52/+54
* With this patch, the LowerGC transformation becomes theGordon Henriksen2008-01-073-8/+3
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-072-1/+7
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-061-4/+16
* back out accidental commit.Chris Lattner2008-01-061-6/+0
* fix an accidental commit that broke all the testers :(Chris Lattner2008-01-061-1/+0
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-16/+5
* When transforming a call to a bitcast function intoDuncan Sands2008-01-061-1/+7
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-063-5/+12
* describe isStore and simplify the implementation of hasUnmodelledSideEffects.Chris Lattner2008-01-061-2/+12
* X86 JIT PIC jumptable support.Evan Cheng2008-01-052-0/+8
* Didn't mean to commit this.Owen Anderson2008-01-051-6/+0
* Didn't mean to commit this.Owen Anderson2008-01-051-1/+0
* Move some more functionality from MRegisterInfo to TargetInstrInfo.Owen Anderson2008-01-044-21/+28
* Don't recalculate the loop info and loop dominators analyses if they'reBill Wendling2008-01-041-0/+8
* fix typoWojciech Matyjewicz2008-01-041-1/+1
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-042-2/+36
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-041-0/+4
* Trying that again.Gordon Henriksen2008-01-031-0/+1
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-031-14/+13
* don't access element zero of an array of size zero.Chris Lattner2008-01-031-2/+2
* Don't create a new ParamAttrsList (which copies the vector) just to Chris Lattner2008-01-031-1/+4
* move some code out of line, rearrange a bit.Chris Lattner2008-01-031-3/+1
* Disallow copying explicitly.Chris Lattner2008-01-031-0/+3
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-024-60/+23
* Inverted argument order for ImmutableMap::Profile.Ted Kremenek2008-01-021-2/+2
* Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.Ted Kremenek2008-01-021-1/+40
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-012-20/+30
* switch the register iterator to act more like hte LLVM value iterator: derefe...Chris Lattner2008-01-011-8/+26
* Adding C bindings for SwitchInst::addCase.Gordon Henriksen2008-01-011-0/+4
* Add a trivial but handy function to efficiently return the machine Chris Lattner2008-01-011-0/+6
* add efficient iteration support for register use/def's Chris Lattner2008-01-012-0/+73
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-013-50/+107
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-2/+17
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-312-6/+9
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-312-18/+18