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
Age
Commit message (
Expand
)
Author
2004-05-28
Give PhiCp nodes better names in many cases.
Brian Gaeke
2004-05-28
Make debugging output with -print-machineinstrs more useful: always print out
Brian Gaeke
2004-05-28
Fix the big regression that has been killing the nightly tester these last
Chris Lattner
2004-05-28
Don't use size() when you mean empty()
Chris Lattner
2004-05-28
Minor efficiency gain: do 1 nlogn lookup instead of two
Chris Lattner
2004-05-28
Minor changes. Switch to a SymbolTable remove that does not take linear time
Chris Lattner
2004-05-28
Fix one of the major things that is causing the C Backend to infinite loop
Chris Lattner
2004-05-28
Add support for getting executable memory on Windows. This is actually
Chris Lattner
2004-05-28
Add a new function for the JIT. libsupport is now the only library that
Chris Lattner
2004-05-28
Use the SystemUtils.h file to do our dirty work.
Chris Lattner
2004-05-28
Add support for zero length files
Chris Lattner
2004-05-28
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2004-05-28
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-05-28
Remove some more dead code resulting from adding setTypeName().
Reid Spencer
2004-05-27
Remove an assertion that uses Type::TypeTy that is never hit and will
Reid Spencer
2004-05-27
Clean up a comment.
Reid Spencer
2004-05-27
Fix for bug 348.
Reid Spencer
2004-05-27
Make comment lines stick out less.
Brian Gaeke
2004-05-27
Remove long unused #includes
Chris Lattner
2004-05-27
These #includes are long dead
Chris Lattner
2004-05-27
Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it
John Criswell
2004-05-27
Fix warnings about reaching end of non-void function
Chris Lattner
2004-05-27
Add DynamicLinker support for systems that provide windows.h
Chris Lattner
2004-05-27
Use the SymbolTable::isEmpty() method instead of checking for no value
Reid Spencer
2004-05-27
This code is a real mess, but at least get the JIT *building* on platforms
Chris Lattner
2004-05-27
Add support for dos-style files
Chris Lattner
2004-05-27
Fix InstCombine/load.ll & PR347.
Chris Lattner
2004-05-27
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-05-27
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-05-27
Changes to make libSupport build on systems that don't have the wait syscall.
Chris Lattner
2004-05-27
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-26
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
Provide the correct patch for bug 345. The solution is to add a setTypeName
Reid Spencer
2004-05-26
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-26
Fix PR344: the incorrect remove was being used.
Chris Lattner
2004-05-26
A quick and ugly hack to fix PR345. I used TypeTy specifically to make
Chris Lattner
2004-05-26
Part of bug 122:
Reid Spencer
2004-05-26
Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by
Reid Spencer
2004-05-26
Adding scheduling class.
Tanya Lattner
2004-05-26
Updating my cvs versions. THis is still in progress and much will be changed.
Tanya Lattner
2004-05-25
Add a (not very meaningful) default constructor for AllocInfo objects.
Brian Gaeke
2004-05-25
Put SlotTable.h inclusion back at front of list to be coding standards
Reid Spencer
2004-05-25
Make the constructor explicit so we can't implicitly convert bool to
Reid Spencer
2004-05-25
Make some improvements suggested by Chris.
Reid Spencer
2004-05-25
Adding the initial implementation of the SlotTable class. This class is
Reid Spencer
[next]