index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Age
Commit message (
Expand
)
Author
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-04
Final pass of minor cleanups for MachineInstr
Chris Lattner
2006-05-04
Remove redundancy and a level of indirection when creating machine operands
Chris Lattner
2006-05-04
Move register numbers out of "extra" into "contents". Other minor cleanup.
Chris Lattner
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
remove hasAllocatedReg
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Change "value" in MachineOperand to be a GlobalValue, as that is the only
Chris Lattner
2006-05-04
Remove a bunch more dead V9 specific stuff
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-20
Remove some of the obvious v9-specific cruft
Chris Lattner
2006-04-17
Add some convenience methods.
Chris Lattner
2006-02-25
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-08-01
Mark these as V9 specific
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-11
Eliminate major source of VC++ "possible loss of data" warnings.
Jeff Cohen
2005-04-10
* store immediate values as int64_t, not int. come on, we should be happy
Duraid Madina
2004-11-19
Instead of storing std::string's for ExternalSymbol references, rely on the
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-18
Fix miscompilations in the SparcV9 backend that were induced by this patch:
Chris Lattner
2004-10-15
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-31
Add some machine CFG related stuff
Chris Lattner
2004-07-19
Fix comment
Chris Lattner
2004-07-19
Delete 4 methods, make clients use hte mark* methods directly
Chris Lattner
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-05-24
Changed clone to be const.
Tanya Lattner
2004-05-23
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
Adding support to clone MachineInstr
Tanya Lattner
2004-04-16
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-03-04
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-02-29
Remove unneeded #include
Chris Lattner
2004-02-29
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-27
Make MachineOperand's immediate value an int and save 4 bytes out of
Alkis Evlogimenos
2004-02-22
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-16
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Move ilist_trairs<MachineInstr> in MachineBasicBlock.
Alkis Evlogimenos
2004-02-12
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
Rename the opCode instance variable to Opcode
Chris Lattner
[next]