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
2002-09-16
Add subdirectory PreSelection.
Vikram S. Adve
2002-09-16
New preselection pass that specializes LLVM code for a target machine,
Vikram S. Adve
2002-09-16
Dump routine now writes out allocated register numbers if available.
Vikram S. Adve
2002-09-16
Improve and fix error in allocating stack slots: adjust alignment after adding
Vikram S. Adve
2002-09-16
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
Add an assertion.
Vikram S. Adve
2002-09-15
Fix typos in previous checkin.
Vikram S. Adve
2002-09-15
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-09-14
Remove unnecessary include.
Vikram S. Adve
2002-09-14
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
2002-09-12
Fix a bug I introduced into the code generator. :(
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-08
Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't
Chris Lattner
2002-09-08
Inform the memory leak detector that TmpInstruction objects should not be
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-27
moved this file from lib/Reoptimizer/Mapping
Anand Shukla
2002-08-27
Makefile for new sub directory
Anand Shukla
2002-08-27
Added Mapping subdir
Anand Shukla
2002-08-24
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-24
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-23
Added #include <alloca.h>
Anand Shukla
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-15
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-14
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-09
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
Very minor cleanups
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-07-30
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
Remove unused vector
Chris Lattner
2002-07-25
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-22
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-19
changed size computation
Mehwish Nagda
2002-07-17
added check for Function with 0 BB
Mehwish Nagda
2002-07-16
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-15
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-11
added std:: to endl
Anand Shukla
2002-07-10
Fix print of BB name in dump().
Vikram S. Adve
[next]