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
Age
Commit message (
Expand
)
Author
2007-05-03
don't bother encoding # varargs
Chris Lattner
2007-05-03
fix encoding of BB names in the symtab
Chris Lattner
2007-05-03
add a new code
Chris Lattner
2007-05-03
bug fixes
Chris Lattner
2007-05-03
Unbreak VC++ build.
Jeff Cohen
2007-05-03
implement the rest of the instructions
Chris Lattner
2007-05-03
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
Evan's patch to avoid FPreg->intreg copy for cvt; store to mem
Dale Johannesen
2007-05-03
Debug support for arm-linux.
Lauro Ramos Venancio
2007-05-03
add a few more instructions, getting close
Chris Lattner
2007-05-03
Indent the .text, .data, and .bss directives in assembly output, so that
Dan Gohman
2007-05-03
Use the explicit keyword for the SCEV class' constructor.
Dan Gohman
2007-05-03
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-05-03
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
2007-05-03
negatize -> negative
Evan Cheng
2007-05-03
silence annoying gcc 4.3 warnings
Chris Lattner
2007-05-03
silence some annoying gcc 4.3 warnings
Chris Lattner
2007-05-03
remove extraneous type qualifiers
Chris Lattner
2007-05-03
remove extraneous top-level semi's
Chris Lattner
2007-05-03
remove two useless functions. Just inherit Type's implementation instead.
Chris Lattner
2007-05-03
remove useless type qualifiers
Chris Lattner
2007-05-03
avoid invalid C++ token in #error
Chris Lattner
2007-05-03
Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...
Chris Lattner
2007-05-03
new testcase
Chris Lattner
2007-05-03
Fix two classes of bugs:
Chris Lattner
2007-05-03
add support for printing offset from global
Chris Lattner
2007-05-03
revert accidental commit
Chris Lattner
2007-05-03
add support for printing offset of global
Chris Lattner
2007-05-03
Sets the section names for fixed-size constants and use the mergeable
Dan Gohman
2007-05-03
Make my proxy happy.
Lauro Ramos Venancio
2007-05-03
revert reid's patch to fix these failures:
Chris Lattner
2007-05-03
Typo. It's checking if V is multiple of 4, not multiple of 3. :-)
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-03
New test.
Devang Patel
2007-05-03
match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll
Chris Lattner
2007-05-03
match a reassociated form of fnmul
Chris Lattner
2007-05-03
expose HonorSignDependentRoundingFPMathOption to .td files
Chris Lattner
2007-05-03
Add a new option.
Chris Lattner
2007-05-02
Non-algorithmic change. Moved definitions around into separate sections
Bill Wendling
2007-05-02
Properly set arguments bitwidth of EHSELECT node
Anton Korobeynikov
2007-05-02
Update.
Bill Wendling
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Disable RTTI handling until we're ready.
Reid Spencer
2007-05-02
Add a rule to get the footprint of binaries and libraries.
Reid Spencer
2007-05-02
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-02
Emit correct register move information in eh frames for X86. This allows Shoo...
Anton Korobeynikov
2007-05-02
Emit correct DWARF reg # for RA (return address) register
Anton Korobeynikov
2007-05-02
Test that TREE_CONSTANT is being set correctly.
Duncan Sands
2007-05-02
Test that inline assembler compiles (llvm-gcc added an extra "uses" parameter
Duncan Sands
[next]