summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Add a method to generate a string representation from a TargetData.Owen Anderson2006-05-12
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Backing out fix for PR770. Need to re-apply it after live range splitting is ...Evan Cheng2006-05-12
* Add a new constructor to TargetData that builds a TargetData from itsOwen Anderson2006-05-12
* Add capability to scheduler to commute nodes for profit.Evan Cheng2006-05-12
* Refactor scheduler code. Move register-reduction list scheduler to aEvan Cheng2006-05-11
* Also add super- register class info.Evan Cheng2006-05-11
* Add alloca/malloc ctors that don't take array sizes.Chris Lattner2006-05-10
* This method doesn't need to be virtual, thanks to Reid for pointing this out.Chris Lattner2006-05-09
* PR 770 - permit coallescing of registers in subset register classes.Evan Cheng2006-05-09
* Added sub- register classes information.Evan Cheng2006-05-09
* Implement MASM sections correctly, without a "has masm sections flag" and aChris Lattner2006-05-09
* Split SwitchSection into the SwitchTo{Text|Data}Section functions, to betterChris Lattner2006-05-09
* Move methods out of line so that MutexGuard.h isn't required in the header.Chris Lattner2006-05-08
* Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner2006-05-08
* Remove unncessary includeNate Begeman2006-05-08
* Add some new methods for computing sign bit information.Chris Lattner2006-05-06
* Somehow, I missed this part of the checkin a couple days agoNate Begeman2006-05-05
* Add a helper method.Chris Lattner2006-05-05
* Fix this to be a proper copy ctorChris Lattner2006-05-04
* Final pass of minor cleanups for MachineInstrChris Lattner2006-05-04
* Remove redundancy and a level of indirection when creating machine operandsChris Lattner2006-05-04
* Move register numbers out of "extra" into "contents". Other minor cleanup.Chris Lattner2006-05-04
* Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner2006-05-04
* Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner2006-05-04
* remove hasAllocatedRegChris Lattner2006-05-04
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* There shalt be only one "immediate" operand type!Chris Lattner2006-05-04
* Change "value" in MachineOperand to be a GlobalValue, as that is the onlyChris Lattner2006-05-04
* Remove a bunch more dead V9 specific stuffChris Lattner2006-05-04
* Remove a bunch more SparcV9 specific stuffChris Lattner2006-05-04
* Remove some more V9-specific stuff.Chris Lattner2006-05-04
* Remove some more unused stuff from MachineInstr that was leftover from V9.Chris Lattner2006-05-04
* Change from using MachineRelocation ctors to using static methodsChris Lattner2006-05-03
* Cleanup the internal implementation of MachineRelocation. No interface orChris Lattner2006-05-03
* Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner2006-05-03
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Add a new emitAlignment methodChris Lattner2006-05-03
* Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner2006-05-03
* Several related changes:Chris Lattner2006-05-02
* Add a method for allocating space from the code buffer.Chris Lattner2006-05-02
* Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner2006-05-02
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-02
* Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner2006-05-02
* Remove a now-dead methodChris Lattner2006-05-02
* Remove the debug machine code emitter. The "FilePrinterEmitter" is moreusefu...Chris Lattner2006-05-02
* Extend printBasicBlockLabel a bit so that it can be used to print allNate Begeman2006-05-02
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-02
* De-virtualize SwitchSection.Jeff Cohen2006-05-02
* De-virtualize EmitZeroes.Jeff Cohen2006-05-02