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
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
2002-11-22
Added virtual functions for storing and retrieving values from the stack.
Misha Brukman
2002-11-20
MRegisterInfo.h - Added prototypes for functions we need to map a register to
Misha Brukman
2002-11-17
Make sure that print gets a targetmachine
Chris Lattner
2002-11-17
Add machine independant printer interface
Chris Lattner
2002-10-30
* Add new "Target Specific Flags" field to instruction descriptor
Chris Lattner
2002-10-30
Add new optional getRegisterInfo to TargetMachine
Chris Lattner
2002-10-29
Eliminate virtual methods that are sparc specific
Chris Lattner
2002-10-29
* Privatize the TargetName
Chris Lattner
2002-10-29
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
Rename Sparc.h to TargetMachineImpls.h. Add hook for X86 target
Chris Lattner
2002-10-29
Add hook for JIT compiler
Chris Lattner
2002-10-29
Move to TargetMachineImpls.h
Chris Lattner
2002-10-29
Merge to MachineInstrInfo.h
Chris Lattner
2002-10-29
Move TargetInstrDescriptors extern to the one .cpp file that refers to it:
Chris Lattner
2002-10-29
Rename opCodeString to Name, add new getName() method
Chris Lattner
2002-10-29
Rename MachineInstrInfo::getDescriptor to MachineInstrInfo::get
Chris Lattner
2002-10-29
MachineInstrInfo doesn't need a TargetMachine member
Chris Lattner
2002-10-28
Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuff
Chris Lattner
2002-10-28
Strip a bunch of #includes from the file, move some virtual functions to
Chris Lattner
2002-10-28
Inline some code from the cpp file
Chris Lattner
2002-10-28
Remove all traces of the "Opcode Mask" field in the MachineInstr class
Chris Lattner
2002-10-28
* s/unsigned int/unsigned
Chris Lattner
2002-10-28
Make scheduling class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
Remvoe a bunch of unneeded forward decls
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
* Doxygenify comments
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-25
Initial checkin of target support for X86 backend.
Chris Lattner
2002-10-24
* Remove unneccesary #includes
Chris Lattner
2002-10-14
- Add an endianness field to the TargetData datastructure
Chris Lattner
2002-10-13
Use vectors instead of hash_maps for issueGaps and conflictLists.
Vikram S. Adve
2002-09-29
Minor change to interface for Create{Zero,Sign}ExtensionsInstructions.
Vikram S. Adve
2002-09-28
Simplified code that handles call args and rets, so it no longer
Vikram S. Adve
2002-09-25
Convert TargetData to be an ImmutablePass
Chris Lattner
2002-09-24
There are no implicit gep forms of load and store anymore
Chris Lattner
2002-09-20
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
Interface to target-specific routines that support machine code optimization.
Vikram S. Adve
2002-09-16
Fix compile problem on linux. Noone should ever #include <inttypes.h>
Chris Lattner
2002-09-16
Add method adjustAlignment so that stack slot alignments can be computed
Vikram S. Adve
2002-09-16
Add methods to query about the representation of LLVM quantities (e.g.,
Vikram S. Adve
2002-09-16
*** empty log message ***
Vikram S. Adve
2002-09-05
Add new function MachineInstrInfo::CreateZeroExtensionInstructions.
Vikram S. Adve
2002-08-12
Return const char * const instead of std::string from get register name method
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
[next]