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-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
Adjust to new TM interface
Chris Lattner
2004-06-02
Method has been inlined into all callers
Chris Lattner
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
Stubs are no longer needed
Chris Lattner
2004-06-02
Adjust to new TM interfaces
Chris Lattner
2004-06-02
Finegrainify namespacification
Chris Lattner
2004-06-02
Fix a trivial but blatant bug
Chris Lattner
2004-06-02
Implement the new CopyFile function
Chris Lattner
2004-06-02
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
Chris Lattner
2004-06-02
Fix spelling, trim empty space, tighten up function header comment.
Misha Brukman
2004-06-01
Implement PR315: abort, don't warn, when missing external functions encountered
Chris Lattner
2004-06-01
Use new form of unconditional branch constructor.
Brian Gaeke
2004-06-01
Modified calcTypeName() so that it does not allocate a std::string for
John Criswell
2004-05-30
There is no "mcff" here; delete the confusing comments that refer to it.
Brian Gaeke
2004-05-30
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
Transform an occurrence of if(...) { assert (0) }.
Brian Gaeke
2004-05-30
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
Reduce the amount of LLVM Values for which we save reg. allocator
Brian Gaeke
2004-05-30
Rename verifySavedState to dumpSavedState. Give it a new comment.
Brian Gaeke
2004-05-30
Insert machine instructions generated for Phi nodes into their
Brian Gaeke
2004-05-30
Fix typo in head-of-file comment.
Brian Gaeke
2004-05-30
Fix a bug that Chris asserts emphatically is a bug. The changed clause
Reid Spencer
2004-05-30
Moved this file to lib/Bytecode/Writer because its used there only.
Reid Spencer
2004-05-29
Remove unused #include.
Brian Gaeke
2004-05-29
Add comments.
Brian Gaeke
2004-05-29
Trim whitespace.
Brian Gaeke
2004-05-29
Give InsertCodeForPhis() a new documentation comment.
Brian Gaeke
2004-05-29
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-28
Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32
Chris Lattner
2004-05-28
Prune #includes
Chris Lattner
2004-05-28
updates to ModuloSched
Tanya Lattner
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
[next]