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
2003-10-13
Regularize header file comment, eliminate using's
Chris Lattner
2003-10-13
Minor cleanups
Chris Lattner
2003-10-13
Checkin an improvement contributed by Bill:
Chris Lattner
2003-10-13
Add support to the loop canonicalization pass to make it transform loops to
Chris Lattner
2003-10-12
Make getNumBackEdges more efficient
Chris Lattner
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-12
Rename method
Chris Lattner
2003-10-12
* Spell "necessary" correctly
Chris Lattner
2003-10-12
* Be TBAA safe
Chris Lattner
2003-10-11
Make mmap's fd for anonymous memory acquisition default to -1, except on
Brian Gaeke
2003-10-10
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".
Brian Gaeke
2003-10-10
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
2003-10-10
Fix spelling/grammar.
Misha Brukman
2003-10-10
* Tabs to spaces
Misha Brukman
2003-10-10
Fix spelling.
Misha Brukman
2003-10-10
* Doxygenified comments
Misha Brukman
2003-10-10
Never set any signal handlers.
Brian Gaeke
2003-10-10
Rewrite head-of-file comment.
Brian Gaeke
2003-10-10
Change to use GetAddressOfSymbol instead of dlsym.
Brian Gaeke
2003-10-10
Change to use LinkDynamicObject instead of dlopen.
Brian Gaeke
2003-10-10
Change to use strtoul instead of strtoll.
Brian Gaeke
2003-10-10
Fixing the spelling of this filename.
Misha Brukman
2003-10-10
Add my abstracted dynamic linker support files.
Brian Gaeke
2003-10-10
Reserve space for PHI operands
Chris Lattner
2003-10-10
Ok, the "fix" for this is to do a real associative container. Symbol tables
Chris Lattner
2003-10-10
Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage
Chris Lattner
2003-10-10
Add better checking
Chris Lattner
2003-10-09
Another 10% performance improvement by not using replaceAllUsesWith
Chris Lattner
2003-10-09
Reserve space for PHI nodes when we read them in. This provides a VERY
Chris Lattner
2003-10-09
Use the version of getValue that takes the type plane instead of the type
Chris Lattner
2003-10-09
Pass a vector around to reduce dynamic allocation
Chris Lattner
2003-10-09
Change getConstantValue to throw an exception on error, not return null
Chris Lattner
2003-10-09
Do not read past the end of the contained type list
Chris Lattner
2003-10-09
Remove potentially N^2 algorithm from symbol table reader. No speedup
Chris Lattner
2003-10-09
Major refactoring of the bytecode reader. This includes the following
Chris Lattner
2003-10-09
Significantly clean up parsing of instructions. This exceptionizes and
Chris Lattner
2003-10-09
Eliminate the instruction placeholder. Simplify a bunch of code.
Chris Lattner
2003-10-09
Eliminate the old LateResolveValues data structure, replacing it with a
Chris Lattner
2003-10-09
Remove a dead method
Chris Lattner
2003-10-08
This patch substantially simplifies and cleans up handling of basic blocks
Chris Lattner
2003-10-08
Inline the postResolveValues method. It was poorly named anyway
Chris Lattner
2003-10-08
Various cleanups and simplifications. This speeds up reading a bytecode file
Chris Lattner
2003-10-08
Destroy allocated resources on exception.
Misha Brukman
2003-10-08
Make more error messages have gccld's name in them.
Brian Gaeke
[next]