index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineInstr.cpp
Age
Commit message (
Expand
)
Author
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-09
* Doxygenify comments
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-17
Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.
Brian Gaeke
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-05-24
Changed clone to be const.
Tanya Lattner
2004-05-23
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
Adding support to clone MachineInstr
Tanya Lattner
2004-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-02-29
int64_t -> int
Chris Lattner
2004-02-27
Fix crash caused by passing register 0 to
Alkis Evlogimenos
2004-02-23
Fix bugs in finegrainification
Chris Lattner
2004-02-23
Finegrainify namespacification
Chris Lattner
2004-02-19
Fix a __LONG__ term annoyance of mine: symbolic registers weren't being printed
Chris Lattner
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
Add head-of-file comments and Doxygen comments. Tighten up a lot of whitespace.
Brian Gaeke
2004-02-12
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
Rename the opCode instance variable to Opcode
Chris Lattner
2004-02-12
This field is never read
Chris Lattner
2004-02-04
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-03
When an instruction like: A += B had both A and B virtual registers
Alkis Evlogimenos
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-17
Fixed spelling.
Misha Brukman
2003-08-07
Fix assertion in MachineInstr::substituteValue().
Vikram S. Adve
2003-08-05
Do not insert physical regsiters into the regsUsed set
Chris Lattner
2003-08-05
All callers of these methods actually wanted them to preserve the flags,
Chris Lattner
2003-08-03
Simplify code, eliminating the need for the X86 isVoid target instr flag
Chris Lattner
2003-08-03
Remove using decl
Chris Lattner
2003-07-10
Change interface to MachineInstr::substituteValue to specify more precisely
Vikram S. Adve
2003-05-31
Allow explicit physical registers for implicit operands.
Vikram S. Adve
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-01-15
Remove obsolete ctor
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
Add support for 3 new forms of MachineOperand
Chris Lattner
2002-12-28
* Add printing support for FrameIndex operands
Chris Lattner
2002-12-15
Implement printing of MBB arguments
Chris Lattner
2002-11-17
Print is const!
Chris Lattner
2002-11-17
Remove only uses of markDef/markDefAndUse methods
Chris Lattner
2002-10-30
Remove fixme
Chris Lattner
2002-10-30
Add special code to make printing SSA form machine instructions nicer
Chris Lattner
2002-10-30
Use MRegisterInfo, if available, to print symbolic register names
Chris Lattner
2002-10-30
Implement structured machine code printing
Chris Lattner
2002-10-29
Implement autoinserting ctor
Chris Lattner
2002-10-29
Remove separate vector of implicit refs from MachineInstr, and
Vikram S. Adve
2002-10-29
Move TargetInstrDescriptors extern to the one .cpp file that refers to it:
Chris Lattner
2002-10-29
Use higher level methods, don't use TargetInstrDescriptors directly!
Chris Lattner
[next]