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
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-10
/
+4
*
The best unbreakage yet, addressing Bill's concerns.
Jeff Cohen
2006-12-16
1
-4
/
+20
*
An even better unbreakage...
Jeff Cohen
2006-12-15
1
-9
/
+2
*
Complete unbreak of VC++ (Chris identified the simple fix).
Jeff Cohen
2006-12-15
1
-0
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+3
*
Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().
Evan Cheng
2006-12-06
1
-17
/
+5
*
- MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.
Evan Cheng
2006-11-30
1
-6
/
+11
*
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
1
-0
/
+12
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-8
/
+8
*
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
1
-1
/
+1
*
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-18
1
-0
/
+1
*
ChangeToRegister should clear IsImp bit.
Evan Cheng
2006-11-15
1
-4
/
+4
*
Add copyKillDeadInfo to copy kill / dead info; other minor updates.
Evan Cheng
2006-11-15
1
-8
/
+28
*
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
2006-11-13
1
-10
/
+65
*
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
1
-0
/
+4
*
Shut up the warning.
Jim Laskey
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
1
-4
/
+17
*
add a method for hacking on JTIdx's
Chris Lattner
2006-10-28
1
-0
/
+4
*
typo
Chris Lattner
2006-10-20
1
-1
/
+1
*
add isIdenticalTo method to machineinstr/operand.
Chris Lattner
2006-10-20
1
-0
/
+19
*
add method
Chris Lattner
2006-10-20
1
-2
/
+11
*
add an accessor
Chris Lattner
2006-10-06
1
-0
/
+5
*
IsDef can only be accessed / set if operand is a register.
Evan Cheng
2006-09-05
1
-11
/
+16
*
Initialize IsDef of all non-register MachineOperand to false.
Evan Cheng
2006-09-05
1
-0
/
+7
*
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
1
-45
/
+11
*
ADd getImm/setImm methods
Chris Lattner
2006-09-04
1
-6
/
+15
*
Add some short-hand accessors
Chris Lattner
2006-09-04
1
-0
/
+4
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Final pass of minor cleanups for MachineInstr
Chris Lattner
2006-05-04
1
-5
/
+5
*
Remove redundancy and a level of indirection when creating machine operands
Chris Lattner
2006-05-04
1
-68
/
+59
*
Move register numbers out of "extra" into "contents". Other minor cleanup.
Chris Lattner
2006-05-04
1
-34
/
+21
*
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
1
-25
/
+5
*
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
1
-30
/
+15
*
remove hasAllocatedReg
Chris Lattner
2006-05-04
1
-18
/
+5
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-10
/
+17
*
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
1
-18
/
+4
*
Change "value" in MachineOperand to be a GlobalValue, as that is the only
Chris Lattner
2006-05-04
1
-26
/
+11
*
Remove a bunch more dead V9 specific stuff
Chris Lattner
2006-05-04
1
-70
/
+7
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-72
/
+10
*
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
1
-15
/
+0
*
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-04
1
-46
/
+3
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-1
/
+17
*
Remove some of the obvious v9-specific cruft
Chris Lattner
2006-04-20
1
-136
/
+1
*
Add some convenience methods.
Chris Lattner
2006-04-17
1
-0
/
+10
*
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-25
1
-6
/
+10
*
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
1
-2
/
+2
*
Mark these as V9 specific
Chris Lattner
2005-08-01
1
-5
/
+4
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-22
/
+22
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-48
/
+48
*
Eliminate major source of VC++ "possible loss of data" warnings.
Jeff Cohen
2005-04-11
1
-2
/
+2
[next]