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
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
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
This is a patch to fix a compile error in STLExtras.h, and
Chris Lattner
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
Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S...
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
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
match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll
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
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
add reader logic for terminator instrs.
Chris Lattner
2007-05-02
add reader support for a bunch of new instructions
Chris Lattner
2007-05-02
read a few instructions, fix some bugs. This is enough to be able to round
Chris Lattner
2007-05-02
use the correct code for binop instrs
Chris Lattner
2007-05-02
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-02
disable this assertion as a hack to get the build more unbroken :(
Chris Lattner
2007-05-02
Make sign extension work correctly for unusual bit widths.
Reid Spencer
2007-05-02
Add some support for (Darwin) code-generating directives in getInlineAsmLength.
Dale Johannesen
2007-05-01
Fix couple of bugs connected with eh info:
Anton Korobeynikov
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
Doh. PC displacement is between the constantpool and the add instruction.
Evan Cheng
2007-05-01
Use correct PC symbol
Anton Korobeynikov
2007-05-01
Adjust correct EH-related sections
Anton Korobeynikov
2007-05-01
eliminateFrameIndex() change.
Evan Cheng
2007-05-01
If call frame is not part of stack frame and no dynamic alloc, eliminateFrame...
Evan Cheng
2007-05-01
Forgot about chain result; also UNDEF cannot have multiple values.
Evan Cheng
2007-05-01
fix build with non-buggy compilers
Chris Lattner
[next]