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-09-07
Remove unneeded #includes
Chris Lattner
2001-09-07
Remove unnecesary #include add dump calls pulled out of .h file
Chris Lattner
2001-09-07
* Remove lots of #includes
Chris Lattner
2001-09-07
Add tags so emacs knows these are C++ files
Chris Lattner
2001-09-07
The header file for a translation unit should always be included first
Chris Lattner
2001-09-07
A file should always include it's private header file *FIRST* see the
Chris Lattner
2001-09-07
annotations are now const
Chris Lattner
2001-08-31
*** empty log message ***
Ruchira Sasanka
2001-08-28
Added nonterminals for arithmetic operations where one operand is constant.
Vikram S. Adve
2001-08-28
Makefile for InstrSched/
Vikram S. Adve
2001-08-28
Remove source list.
Vikram S. Adve
2001-08-28
Added directory InstrSched.
Vikram S. Adve
2001-08-28
Major changes too hard to document :-)
Vikram S. Adve
2001-08-28
Extensive additions for supporting instruction scheduling.
Vikram S. Adve
2001-08-28
Added class MachineSchedInfo and several supporting classes
Vikram S. Adve
2001-08-28
Implementation of instruction scheduling for LLVM.
Vikram S. Adve
2001-08-28
Class that encapsulates priority heuristics for instruction scheduling.
Vikram S. Adve
2001-08-28
Scheduling DAG for instruction scheduling. Currently for a single basic block.
Vikram S. Adve
2001-08-28
Moved debug options declaration to header file, and moved
Vikram S. Adve
2001-08-28
Moved function PrintMachineInstructions here.
Vikram S. Adve
2001-08-27
I suck
Chris Lattner
2001-08-27
Initial checkin of TargetData code
Chris Lattner
2001-08-27
Convert to use the new factored out TargetData class
Chris Lattner
2001-08-27
Factor code out to the TargetData class
Chris Lattner
2001-08-27
Demolish explicit source list
Chris Lattner
2001-08-25
Remove explicit source list
Chris Lattner
2001-08-13
Always set isDef for operand in position resultPos.
Vikram S. Adve
2001-08-13
Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the
Ruchira Sasanka
2001-08-13
Changed case 64 to make the first arg of phi a defintion
Ruchira Sasanka
2001-08-07
*** empty log message ***
Ruchira Sasanka
2001-08-07
added a default isDef arg to SetMachineOperand method - Ruchira
Ruchira Sasanka
2001-08-06
Add CC operand as 4th operand of SUBcc, and mark it as a def.
Vikram S. Adve
2001-08-06
Also, move burg rule to Makefile.common.
Vikram S. Adve
2001-08-06
Better still, lets move pathname for Burg to Makefile.common.
Vikram S. Adve
2001-08-06
Use full pathname for burg.
Vikram S. Adve
2001-07-31
Simplify command line options, and add option for printing
Vikram S. Adve
2001-07-31
Added tree nodes for Phi instructions.
Vikram S. Adve
2001-07-31
Generate tree nodes for Phi instructions.
Vikram S. Adve
2001-07-31
Allow machine instructions with variable numbers of arguments.
Vikram S. Adve
2001-07-31
Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).
Vikram S. Adve
2001-07-30
Record machine instructions in the vector for each basic block.
Vikram S. Adve
2001-07-28
Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
Vikram S. Adve
2001-07-28
Eliminate unused function.
Vikram S. Adve
2001-07-28
Bug fixes:
Vikram S. Adve
2001-07-28
Added MachineInstrInfo class and moved instruction-related members there.
Vikram S. Adve
2001-07-28
Eliminate separate enum for operand register type.
Vikram S. Adve
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Clean up hash table usage
Chris Lattner
[next]