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
/
tools
Age
Commit message (
Expand
)
Author
2005-09-23
Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native
Chris Lattner
2005-09-23
1. Do not use .c_str() to keep a persistent handle on a temporary string.
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-29
Allow bugpoint+PPC codegen to use fsqrt
Chris Lattner
2005-08-27
Implement PR614:
Reid Spencer
2005-08-02
If the user interrupts bugpoint, don't extract loops
Chris Lattner
2005-08-02
Pass -export-dynamic to gcc when compiling with -native and the link is
Chris Lattner
2005-08-02
When the user hits ctrl-c, bugpoint should attempt to stop reduction as
Chris Lattner
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-28
Run the verifier pass after all the other passes rather than before them.
Reid Spencer
2005-07-28
Make the verifier pass run (in debug mode) in llc. This adds a sanity check
Reid Spencer
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-12
Fix PR576.
Chris Lattner
2005-07-08
Make sure we don't error out if an invalid path is used, just simply
Reid Spencer
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-08
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-07
For PR495:
Reid Spencer
2005-07-07
For PR495:
Reid Spencer
2005-06-25
add a new -filetype argument to llc.
Chris Lattner
2005-06-25
minor cleanups, use copy ctor instead of manually doing it.
Chris Lattner
2005-06-25
refactor this interface
Chris Lattner
2005-06-08
make SparcV8 and V9 seperately configurable
Andrew Lenharth
2005-05-19
Make sure that tool names don't have any leading or trailing spaces in them.
Reid Spencer
2005-05-19
Make sure that tool names don't have any leading or trailing spaces in them.
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-05-19
For PR514:
Reid Spencer
2005-05-08
If loopextract breaks the program provide output so that we can repro the
Chris Lattner
2005-05-07
Move licm after reassociate, add some cond-propagate passes
Chris Lattner
2005-05-05
* Use consistent spacing for function arguments
Misha Brukman
2005-05-03
Minor clean-ups
Misha Brukman
2005-05-03
Clean up and correct llvmc configurations for C and C++
Misha Brukman
2005-05-03
std::string(NULL) does not a proper constructor make
Misha Brukman
2005-05-03
Omit periods at the end of command-line switch explanations for consistency
Misha Brukman
2005-04-27
Add the simplify-libcalls pass.
Reid Spencer
2005-04-24
extract has been renamed to llvm-extract to avoid conflicting with another tool
Misha Brukman
2005-04-24
There are still uses for spaces in Makefiles -- to make text line up together,
Misha Brukman
2005-04-24
extract has been renamed to llvm-extract to avoid conflicting with another tool
Misha Brukman
2005-04-23
Make the CBackend actually get included in llc by using USEDLIBS instead of
Reid Spencer
2005-04-23
Always enable the C backend. This fixes a *vast* number of failures on the
Chris Lattner
2005-04-22
Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD
Reid Spencer
2005-04-22
Implement the --enable-targets= feature of the configure script. The make
Reid Spencer
2005-04-22
Two changes:
Reid Spencer
2005-04-22
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-20
#include system headers after all LLVM headers
Misha Brukman
2005-04-20
Eliminate trailing spaces at end-of-line
Misha Brukman
[next]