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
/
CodeGen
/
MachineInstr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-11-26
1
-1
/
+1
*
Fix field initialization order problem
Chris Lattner
2001-11-26
1
-1
/
+0
*
Modify method AllocateLocalVar to take size argument.
Vikram S. Adve
2001-11-15
1
-1
/
+2
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
1
-33
/
+89
*
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-05
1
-5
/
+5
*
Systems headers use <> not ""
Chris Lattner
2001-10-29
1
-2
/
+2
*
Added a constant pool to record values that need to be emitted
Vikram S. Adve
2001-10-28
1
-2
/
+10
*
Added class MachineCodeForMethod to provide method-level information
Vikram S. Adve
2001-10-22
1
-2
/
+68
*
Added code to Initialize (MachineOperand) to initialize regNum to -1 -- Ruchira
Ruchira Sasanka
2001-10-19
1
-0
/
+2
*
added initializing regNum to -1 in both constructors of MachineOperand
Ruchira Sasanka
2001-10-16
1
-0
/
+1
*
fixed a coalscing bug
Ruchira Sasanka
2001-10-15
1
-5
/
+5
*
Dang, I screwed up the merge. This should be better
Chris Lattner
2001-10-13
1
-2
/
+2
*
Clean up initializers for GCC 2.96
Chris Lattner
2001-10-13
1
-8
/
+9
*
Record implicitRefs for each machine instruction instead of
Vikram S. Adve
2001-10-11
1
-33
/
+83
*
Moved code generation support routines to InstrSelectionSupport.{h,cpp}.
Vikram S. Adve
2001-10-10
1
-60
/
+15
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Add vector `implicitUses' to class MachineCodeForVMInstr to hold values
Vikram S. Adve
2001-10-01
1
-12
/
+19
*
--added methods to operand class to set/get registers after register allocation
Ruchira Sasanka
2001-09-18
1
-4
/
+4
*
Minor fixes: renamed target machine files; fold sched info into TargetMachine.
Vikram S. Adve
2001-09-18
1
-2
/
+1
*
added a method to get reg num after register allocation
Ruchira Sasanka
2001-09-15
1
-0
/
+8
*
-modified machine operand class - took regNum out of union to set regNum after
Ruchira Sasanka
2001-09-15
1
-4
/
+10
*
--reg alloc code added
Ruchira Sasanka
2001-09-15
1
-0
/
+4
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+1
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
1
-1
/
+1
*
Update assertion to allow extra case
Chris Lattner
2001-09-10
1
-3
/
+4
*
Fix build breakage. :(
Chris Lattner
2001-09-09
1
-1
/
+1
*
*** empty log message ***
Ruchira Sasanka
2001-09-08
1
-9
/
+3
*
*** empty log message ***
Ruchira Sasanka
2001-09-08
1
-2
/
+2
*
Committed for compliation. Not yet final.
Ruchira Sasanka
2001-09-08
1
-4
/
+19
*
Added function MachineInstr::operandIsDefined(i) and decl for
Vikram S. Adve
2001-08-28
1
-4
/
+14
*
Corrected the compilation error by making the ValOperator class a friend of
Ruchira Sasanka
2001-08-13
1
-2
/
+4
*
Can't use ref to stack value!
Vikram S. Adve
2001-08-09
1
-1
/
+1
*
Needed old conditions as well as new in skipToNextVal()!
Vikram S. Adve
2001-08-09
1
-12
/
+18
*
Bug fix in ValOpIterator: not moving past operand with NULL Value.
Vikram S. Adve
2001-08-08
1
-2
/
+1
*
*** empty log message ***
Ruchira Sasanka
2001-08-07
1
-1
/
+1
*
Added isDef field to MachineOperand class - Ruchira
Ruchira Sasanka
2001-08-07
1
-7
/
+18
*
Allow machine instructions with variable numbers of arguments.
Vikram S. Adve
2001-07-31
1
-0
/
+5
*
Added class MachineCodeForBasicBlock.
Vikram S. Adve
2001-07-30
1
-1
/
+18
*
Eliminate separate enum for operand register type.
Vikram S. Adve
2001-07-28
1
-41
/
+110
*
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
1
-3
/
+3
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
1
-1
/
+1
*
Nonpolymorphic class, doesn't need a virtual dtor!
Chris Lattner
2001-07-23
1
-1
/
+1
*
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
1
-21
/
+1
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
1
-1
/
+1
*
Header files for the target architecture description and for instruction
Vikram S. Adve
2001-07-21
1
-0
/
+370