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
/
VMCore
Age
Commit message (
Expand
)
Author
2004-06-08
Workaround or a VS miscompilation bug
Chris Lattner
2004-06-08
Fix a link error using VS8.0
Chris Lattner
2004-06-07
Fix PR361.
Chris Lattner
2004-06-05
Fix GCC warning
Chris Lattner
2004-06-05
Fix GCC warnings
Chris Lattner
2004-06-05
Remove an unused variable.
Chris Lattner
2004-06-05
Add missing #include
Chris Lattner
2004-06-05
Work around VS bug
Chris Lattner
2004-06-05
As much as I dislike doing this, it's the only fix for VC8.0 that I can come
Chris Lattner
2004-06-05
Remove unused var
Chris Lattner
2004-06-04
Squelch a warning
Chris Lattner
2004-06-04
Delete some unreachable code
Chris Lattner
2004-06-04
* No more CachedWriter::setStream()
Misha Brukman
2004-06-04
Ugh, apparently there is no common ground here.
Chris Lattner
2004-06-04
Squish a warning
Chris Lattner
2004-06-03
* Verify function prototypes, not just functions with bodies.
Chris Lattner
2004-06-01
Modified calcTypeName() so that it does not allocate a std::string for
John Criswell
2004-05-30
Fix a bug that Chris asserts emphatically is a bug. The changed clause
Reid Spencer
2004-05-30
Moved this file to lib/Bytecode/Writer because its used there only.
Reid Spencer
2004-05-28
Don't use size() when you mean empty()
Chris Lattner
2004-05-27
Clean up a comment.
Reid Spencer
2004-05-27
Fix for bug 348.
Reid Spencer
2004-05-27
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-26
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
Part of bug 122:
Reid Spencer
2004-05-26
Part of bug 122. Removed dependency of AsmWriter on SlotCalculator by
Reid Spencer
2004-05-25
Document a couple functions.
Reid Spencer
2004-05-25
Made it illegal to pass a Type* through one of the Value* interfaces. The
Reid Spencer
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
Convert to SymbolTable's new iteration interface. Remove tabs.
Reid Spencer
2004-05-25
Completely rewrote the class. SymbolTable now separates Type* from Value* in ...
Reid Spencer
2004-05-25
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
Implement some helpers
Chris Lattner
2004-05-23
Recognize and verify the new GC intrinsics.
Chris Lattner
2004-05-21
Fix for PR340: Verifier misses malformed switch instruction
Chris Lattner
2004-05-17
Fold two assertions with backwards error messages into one with a
Brian Gaeke
2004-05-09
Implement the AddPrototypes method
Chris Lattner
2004-05-06
Don't call getForwardedType() twice, as recommended by Chris.
John Criswell
2004-05-06
Fix for PR#330.
John Criswell
2004-05-04
Fixed inconsistent indentation.
John Criswell
2004-04-28
class AssemblyWriter:
Misha Brukman
2004-04-28
* Add ability to print out type as symbolic
Misha Brukman
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-21
I'm allergic to the word `stuff'.
Misha Brukman
2004-04-16
Fix retriving parent Function.
Misha Brukman
2004-04-16
Assert if deleting BasicBlock before removing it from Function.
Misha Brukman
2004-04-16
Make sure to check for a very bad class of errors: an instruction
Chris Lattner
2004-04-14
Remove the return type check for llvm.readio. This check is done for all
John Criswell
[next]