aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Move typedef of loop to top of the file where it is more obvious.Chris Lattner2008-01-111-2/+3
* Fix 80 col violationsChris Lattner2008-01-111-29/+35
* More CellSPU refinement and progress:Scott Michel2008-01-112-52/+64
* Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner2008-01-102-48/+24
* Output sinl for a long double FSIN node, not sin.Duncan Sands2008-01-101-2/+9
* Clearify the meaning of immutable StackObject.Evan Cheng2008-01-101-3/+3
* Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...Evan Cheng2008-01-101-5/+18
* Emit unused EH frames for weak definitions on Darwin,Dale Johannesen2008-01-101-0/+7
* provide def_* and use_* iterators in addition to reg_* iterators.Chris Lattner2008-01-101-12/+51
* Fix PR1845 and rdar://5676945. Generic vectors smallerChris Lattner2008-01-101-1/+1
* Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng2008-01-091-2/+2
* Added "getRoot()" to ImmutableMap.Ted Kremenek2008-01-081-5/+11
* Fixed 80 col. violation.Ted Kremenek2008-01-081-1/+2
* add a mayLoad property for machine instructions, a correlary to mayStore.Chris Lattner2008-01-081-2/+9
* add match support for casts.Chris Lattner2008-01-081-0/+24
* Update the comment on scalar to vector to be a bit more clear.Nate Begeman2008-01-071-2/+2
* Small cleanup for handling of type/parameter attributeDuncan Sands2008-01-071-8/+2
* split TargetInstrDesc out into its own header file.Chris Lattner2008-01-072-394/+415
* 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