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
/
Target
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-27
Nice tasty llc fixes. These should fix LLC for x86 for everything in
Brian Gaeke
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Remove noncopyableV base classes, as they were confusing the doxygen document...
Chris Lattner
2003-05-31
Made a single common InvalidRegNum = -1.
Vikram S. Adve
2003-05-29
Fixed misspelling and broke a line that was wrapping.
Misha Brukman
2003-05-27
Allow allocation of a Sparc TargetMachine.
Misha Brukman
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-25
Make case of GetNumOfInt/FloatArgRegs functions to be use lower case
Vikram S. Adve
2003-05-24
Reword to remove reference to how things worked in the past.
Misha Brukman
2003-05-24
NOP instructions are pseudo-instructions. We should not have them explicitly in
Misha Brukman
2003-04-26
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-25
Fix method name type-o
Chris Lattner
2003-04-25
Default ctor doesn't provide name
Chris Lattner
2003-04-24
Add new targetdata ctor to create a targetdata appropriate to the module
Chris Lattner
2003-04-07
Must use std::pair instead of just 'pair'.
Misha Brukman
2003-04-07
added a function and a member to the TargetSchedInfo class
Guochun Shi
2003-01-15
Simplify the interface
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
* Start renaming MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
Add new getName method
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-28
* doxygenize comment
Chris Lattner
2002-12-28
Sparc specific methods default to abort rather than being pure virtual
Chris Lattner
2002-12-28
Expose some very simple information about the frame, rather than in-depth
Chris Lattner
2002-12-28
* Keep track of register alignment as well as register size
Chris Lattner
2002-12-25
Simplify spill interface methods
Chris Lattner
2002-12-25
Add comment
Chris Lattner
2002-12-24
Allow the target machines to specify endianness and pointer size
Chris Lattner
2002-12-17
Simplify interface to remove virtual function references
Chris Lattner
2002-12-16
Add support for register alias set description
Chris Lattner
2002-12-15
Export well known instruction opcodes usable by target independant passes
Chris Lattner
2002-12-15
Simplify interfaces used by regalloc to insert code
Chris Lattner
2002-12-15
Simplify TargetRegisterClass a bit, also eliminating virtual function call
Chris Lattner
2002-12-15
* Rename const_regclass_begin/end to just regclass_begin/end
Chris Lattner
2002-12-13
Added moveReg2Reg() and moveImm2Reg() to accomodate moving data around due to
Misha Brukman
2002-12-12
Define the 2-address flag used by X86 instructions (add,sub,and,or,xor) that
Misha Brukman
2002-12-04
Added prototypes for emitting prologue and epilogue for function code
Misha Brukman
2002-12-04
storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by value
Misha Brukman
2002-12-04
Moved buildReg2RegClassMap() into from X86RegisterInfo to MRegisterInfo, since
Misha Brukman
2002-12-04
Expose target data through a method for uniformity
Chris Lattner
2002-12-03
RegisterInfo now supports handing out caller- and callee-save registers, as
Misha Brukman
2002-12-03
Add entries to track information about implicit uses and definitions of
Chris Lattner
2002-12-02
The hopefully final version of addPassesToEmitMachineCode which does not
Chris Lattner
2002-12-02
Add comment about ownership semantics
Chris Lattner
2002-12-02
Add stub to emit machine code for JIT
Chris Lattner
[next]