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
*
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
*
* store immediate values as int64_t, not int. come on, we should be happy
Duraid Madina
2005-04-10
1
-3
/
+15
*
Instead of storing std::string's for ExternalSymbol references, rely on the
Chris Lattner
2004-11-19
1
-17
/
+7
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-3
/
+3
*
Fix miscompilations in the SparcV9 backend that were induced by this patch:
Chris Lattner
2004-10-18
1
-2
/
+12
*
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-10-15
1
-19
/
+42
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add some machine CFG related stuff
Chris Lattner
2004-07-31
1
-0
/
+4
*
Fix comment
Chris Lattner
2004-07-19
1
-3
/
+2
*
Delete 4 methods, make clients use hte mark* methods directly
Chris Lattner
2004-07-19
1
-7
/
+1
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-2
/
+8
*
Changed clone to be const.
Tanya Lattner
2004-05-24
1
-1
/
+1
*
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
1
-7
/
+2
*
Adding support to clone MachineInstr
Tanya Lattner
2004-05-23
1
-1
/
+13
*
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-04
1
-0
/
+1
*
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-03
1
-64
/
+99
*
Remove unneeded #include
Chris Lattner
2004-02-29
1
-1
/
+1
*
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-29
1
-11
/
+11
*
Make MachineOperand's immediate value an int and save 4 bytes out of
Alkis Evlogimenos
2004-02-27
1
-1
/
+1
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
1
-75
/
+68
*
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
1
-1
/
+1
*
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-22
1
-0
/
+7
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
1
-1
/
+2
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-4
/
+1
*
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
1
-47
/
+2
*
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
1
-14
/
+58
*
Rename the opCode instance variable to Opcode
Chris Lattner
2004-02-12
1
-3
/
+3
[next]