index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Instruction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add method
Chris Lattner
2004-11-30
1
-0
/
+6
*
Add long overdue methods
Chris Lattner
2004-10-11
1
-2
/
+12
*
Now that the SparcV9 specific MachineCodeForInstruction class uses it's own
Chris Lattner
2004-06-27
1
-2
/
+1
*
Eliminate the Instruction::iType field, folding it into the Value::VTy field.
Chris Lattner
2004-06-27
1
-5
/
+9
*
Consider anything with a ValueType that is >= Instruction to be an instruction
Chris Lattner
2004-06-26
1
-1
/
+1
*
Revert an unneeded interface change to Instruction.h
Reid Spencer
2004-06-11
1
-2
/
+0
*
Added an isPhiNode(unsigned) static method to determine if an opcode is
Reid Spencer
2004-06-10
1
-0
/
+2
*
Apparently a particular vendor compiler uses the struct/class tag to MANGLE
Chris Lattner
2004-06-08
1
-1
/
+1
*
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
Reid Spencer
2004-06-07
1
-1
/
+6
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
1
-0
/
+4
*
Assert if Instruction is being deleted before being removed from BasicBlock.
Misha Brukman
2004-04-16
1
-0
/
+4
*
Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on
Chris Lattner
2004-02-29
1
-1
/
+2
*
Add new method
Chris Lattner
2004-01-12
1
-0
/
+6
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Expose new print methods
Chris Lattner
2003-10-30
1
-1
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Remove unneeded dtors
Chris Lattner
2003-10-06
1
-3
/
+0
*
Renamed trapping instruction function to be more consistent with other functi...
Tanya Lattner
2003-07-31
1
-3
/
+3
*
Added function to determine if an Instruction may trap.
Tanya Lattner
2003-07-31
1
-1
/
+7
*
Removed extra parenthesis and fixed spelling.
Misha Brukman
2003-07-28
1
-2
/
+2
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
1
-0
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Revert modulo scheduling change that should be part of the modulo-sched pass ...
Chris Lattner
2003-04-16
1
-5
/
+1
*
added some memory for clone function
Guochun Shi
2003-04-06
1
-1
/
+5
*
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-02-24
1
-1
/
+3
*
New isAssociative/isCommutative inspection methods, graciously contributed by
Chris Lattner
2002-10-31
1
-0
/
+21
*
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
1
-10
/
+10
*
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-09-10
1
-2
/
+4
*
* Clean up some comments
Chris Lattner
2002-09-06
1
-3
/
+3
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-9
/
+9
*
Remove the last traces of the NOT instruction
Chris Lattner
2002-08-15
1
-7
/
+0
*
Remove support for unary operators.
Chris Lattner
2002-08-14
1
-3
/
+0
*
Remove obsolete, confusing, method
Chris Lattner
2002-07-31
1
-1
/
+0
*
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-07-14
1
-1
/
+4
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-1
/
+17
*
remove deprecated getInstType() method
Chris Lattner
2002-05-10
1
-4
/
+1
*
* Add virtual print methods
Chris Lattner
2002-04-08
1
-1
/
+3
*
Remove unneccesary forward definitions
Chris Lattner
2002-03-23
1
-3
/
+0
*
* Inline destructor
Chris Lattner
2002-02-03
1
-24
/
+3
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+2
*
Subclasses can change the opcode of an instruction
Chris Lattner
2001-12-13
1
-2
/
+2
*
Use the instruction.def file to remain up to date with future instruction
Chris Lattner
2001-10-14
1
-35
/
+20
*
Add new opcode for Invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-6
/
+3
*
Add support for newer cleaner isa, cast, dyn_cast
Chris Lattner
2001-10-01
1
-0
/
+7
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+1
*
Support new setName interface
Chris Lattner
2001-09-07
1
-1
/
+1
*
Make a function const.
Vikram S. Adve
2001-07-28
1
-1
/
+1
*
More minor reorganizations
Chris Lattner
2001-07-21
1
-4
/
+4
[next]