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
/
lib
/
VMCore
/
Instruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fold iType into Value::VTy
Chris Lattner
2004-06-27
1
-6
/
+6
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
1
-6
/
+22
*
Know the opcode name of the select instruction
Chris Lattner
2004-03-12
1
-0
/
+1
*
If changing a parent, don't add then remove the object from the leak detector
Chris Lattner
2004-02-04
1
-5
/
+5
*
Implement new Instruction::isRelational method
Chris Lattner
2004-01-12
1
-0
/
+16
*
* Finegrainify namespacification
Chris Lattner
2003-11-20
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
1
-1
/
+1
*
Add support for the new varargs intrinsics and instructions
Chris Lattner
2003-10-18
1
-1
/
+2
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Fix spelling/grammar.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Add support for unwind
Chris Lattner
2003-09-08
1
-0
/
+1
*
*** empty log message ***
Tanya Lattner
2003-07-31
1
-1
/
+1
*
Added function to determine if an Instruction may trap.
Tanya Lattner
2003-07-31
1
-0
/
+17
*
Add support for the new va_arg instruction
Chris Lattner
2003-05-08
1
-1
/
+2
*
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
1
-3
/
+3
*
New isAssociative/isCommutative inspection methods, graciously contributed by
Chris Lattner
2002-10-31
1
-0
/
+39
*
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-10
1
-1
/
+9
*
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-08
1
-0
/
+10
*
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-09-06
1
-0
/
+4
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-5
/
+2
*
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-07-14
1
-0
/
+53
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-2
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-2
/
+2
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Switch from MachineCodeForVMInstr model that is built into the VMCore library...
Chris Lattner
2002-02-03
1
-28
/
+1
*
Remove extraneous #includes
Chris Lattner
2002-01-26
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+3
*
* Support new setname interface
Chris Lattner
2001-09-07
1
-1
/
+4
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
1
-1
/
+1
*
Fix code to be in a consistent style
Chris Lattner
2001-07-21
1
-11
/
+5
*
Remove getTempValuesForMachineCode from the Instruction interface
Chris Lattner
2001-07-21
1
-0
/
+2
*
Added a representation of the machine instructions generated
Vikram S. Adve
2001-07-20
1
-2
/
+29
*
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-25
1
-33
/
+0
*
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
Chris Lattner
2001-06-08
1
-2
/
+3
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+61