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
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2001-11-06
Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node
Ruchira Sasanka
2001-11-06
Bug fix: uninitialized variable.
Vikram S. Adve
2001-11-05
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-04
Minor method rename
Chris Lattner
2001-11-03
Added an assertion since it seems like AdjList returns an errornous size in m...
Ruchira Sasanka
2001-11-03
Added support for correct spilling of %ccr
Ruchira Sasanka
2001-11-03
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-11-03
Arranged stack frame - needs furhter organization
Ruchira Sasanka
2001-10-28
Record constants that need to be emitted in the assembly code.
Vikram S. Adve
2001-10-28
Allow combinations of True/Anti/Output flags for each edge to
Vikram S. Adve
2001-10-28
Add edges between call instructions and (a) load/store instructions, and
Vikram S. Adve
2001-10-28
Added support for spilling
Ruchira Sasanka
2001-10-28
Added spill code support; moved insertCallerSaving to SparRegInfo since
Ruchira Sasanka
2001-10-23
added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-23
Added support to move "added instructions" after the delay slot
Ruchira Sasanka
2001-10-22
Use class MachineCodeForMethod to print machine code.
Vikram S. Adve
2001-10-22
Added class MachineCodeForMethod.
Vikram S. Adve
2001-10-22
Cosmetic changes only.
Vikram S. Adve
2001-10-22
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-21
Added support for both call/jmpl instructions
Ruchira Sasanka
2001-10-19
Added code to support unusable Suggested Colors.
Ruchira Sasanka
2001-10-19
Added code to PhyRegAlloc to mark unusable suggested regs
Ruchira Sasanka
2001-10-19
Changed Call interference info
Ruchira Sasanka
2001-10-19
Corrected call interference bug
Ruchira Sasanka
2001-10-18
no major change
Ruchira Sasanka
2001-10-18
Added implict operand printing for operator( ostream, MachineInstr&)
Ruchira Sasanka
2001-10-18
removed some debug messages
Ruchira Sasanka
2001-10-17
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-10-17
*** empty log message ***
Vikram S. Adve
2001-10-16
changed debugg message printing - no change to useful code
Ruchira Sasanka
2001-10-16
No major change - commented some debug code
Ruchira Sasanka
2001-10-16
Added support for caller saving
Ruchira Sasanka
2001-10-15
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
updated suggesting/coloring of call & return args & implicit operands.
Ruchira Sasanka
2001-10-15
fixed a coalscing bug
Ruchira Sasanka
2001-10-13
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-12
--corrected coalescing test: coalsed only if two are of the same reg class
Ruchira Sasanka
2001-10-11
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-10
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-10
Machine-independent code generation routines used in instruction
Vikram S. Adve
2001-10-10
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-30
removing phy regaloc - incorrect file
Ruchira Sasanka
2001-09-30
Change ! ( ...== ...) to !=.
Vikram S. Adve
2001-09-30
Improved dump for disp type operand.
Vikram S. Adve
[next]