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-07-09
Add checks to ensure that there are no unreachable blocks in the function
Chris Lattner
2004-07-09
Don't call Type::setName()
Chris Lattner
2004-07-09
* Add support for indexing into structures, thanks to Chris (x86)
Misha Brukman
2004-07-09
Read/write the offset value for stack-relative loads via correct instr operand.
Misha Brukman
2004-07-09
* Doxygenify comments
Misha Brukman
2004-07-09
Fix typo.
Alkis Evlogimenos
2004-07-09
Improve code comments.
Alkis Evlogimenos
2004-07-08
The uid mapping is no more
Chris Lattner
2004-07-08
Eliminate uses of the UniqueID field on Type objects
Chris Lattner
2004-07-08
Do not call Type::getUniqueID
Chris Lattner
2004-07-08
Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions
Misha Brukman
2004-07-08
* Use several Function* for external functions instead of a std::map
Misha Brukman
2004-07-08
* Add support for loading FP constants from the constant pool
Misha Brukman
2004-07-08
* Fix header comment, excise references to X86
Misha Brukman
2004-07-08
Eliminate the SignedType and UnsignedType classes.
Chris Lattner
2004-07-08
Support setcc on fp values.
Brian Gaeke
2004-07-08
Add floating-point branches and compares. Compares don't complete
Brian Gaeke
2004-07-08
Fix bug where SwitchSection would fail to change to ".bss" successfully.
Brian Gaeke
2004-07-08
Fix bug involving bool arguments to binary operators.
Brian Gaeke
2004-07-08
Fix bug in copying long constants to register pairs. We were getting
Brian Gaeke
2004-07-08
Disable some code that isn't helping matters
Chris Lattner
2004-07-08
Support 'ret float'
Brian Gaeke
2004-07-08
Add viewCFG() and viewCFGOnly() APIs.
Alkis Evlogimenos
2004-07-07
There is no error message to print out, end sentence with `!'
Misha Brukman
2004-07-07
Make error message consistent with the rest of LLVM by saying that bytecode
Reid Spencer
2004-07-07
Fix for bug 391.
Reid Spencer
2004-07-07
* Use a map for caching lookups to external functions (fp div/rem)
Misha Brukman
2004-07-07
* Wrap long lines (comments and code)
Misha Brukman
2004-07-07
Fix regressions in these testcases:
Chris Lattner
2004-07-07
Add fmod() to the Module being compiled so that it gets a stub in the asm file
Misha Brukman
2004-07-07
The bytecode reader wants to be able to read types that are not quite resolved
Chris Lattner
2004-07-07
Headers moved
Chris Lattner
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
Moving headers
Chris Lattner
2004-07-07
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-07
When folding constant expr gep's, don't force the use of long indices.
Chris Lattner
2004-07-07
Disable coalescing.
Alkis Evlogimenos
2004-07-06
Make sure people don't make functiontypes with an invalid return type
Chris Lattner
2004-07-06
* Add support for calling vararg functions (must pass doubles in int regs too)
Misha Brukman
2004-07-06
Use the more compact `bl' instead of cryptic (but equivalent) `bcl 20,31'
Misha Brukman
2004-07-06
Work around apparent Apple compiler bug which was making all mangled
Brian Gaeke
2004-07-06
Check to make sure types are sized before calling getTypeSize on them.
Chris Lattner
2004-07-06
It doesn't matter what the 2nd operand is; if the GEP has 2 operands and
Brian Gaeke
2004-07-06
Add helper function.
Brian Gaeke
2004-07-06
Find bugs sooner rather than later. In this case, don't allow the creation
Chris Lattner
2004-07-06
Do not crash when joining two intervals of registers of different
Alkis Evlogimenos
2004-07-06
* Add utility functions: convert SetCC => PPC opcode and invert PPC opcode
Misha Brukman
2004-07-06
Implement rem.ll:test3
Chris Lattner
2004-07-06
Fix a minor bug where we would go into infinite loops on some constants
Chris Lattner
2004-07-06
Implement InstCombine/sub.ll:test15: X % -Y === X % Y
Chris Lattner
[prev]
[next]