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-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
2004-04-14
Added code to verify that llvm.readio's pointer argument returns something
John Criswell
2004-04-14
Finish adding the llvm.readio and llvm.writeio intrinsics.
John Criswell
2004-04-11
Add a missing break, which caused a crash in an obscure situation
Chris Lattner
2004-04-09
Reversed the order of the llvm.writeport() operands so that the value
John Criswell
2004-04-08
Added the llvm.readport and llvm.writeport intrinsics.
John Criswell
2004-04-05
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-04
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-02
Make the verifier API more complete and useful.
Chris Lattner
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-31
Add support for constant expr casts
Chris Lattner
2004-03-30
Fix a latent bug in select constantexpr handling that was broke 253.perlbmk
Chris Lattner
2004-03-30
Add some new methods
Chris Lattner
2004-03-29
Adjust to new itf
Chris Lattner
2004-03-29
Handle -0.0 correctly
Chris Lattner
2004-03-29
Add a bunch of methods that should have been added a long time ago.
Chris Lattner
2004-03-29
Add another check
Chris Lattner
2004-03-29
Fix an assertion
Chris Lattner
2004-03-26
Add two methods which have been needed for a long time: Type::get(Un)signedVe...
Chris Lattner
2004-03-14
Catch some more cases of broken code. The loop extractor seems to be creating
Chris Lattner
2004-03-14
verifyFunction has been broken for a long time now. Fix it.
Chris Lattner
2004-03-13
Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
Chris Lattner
2004-03-12
Keep transitively-required passes alive for queries to work after the initial
Misha Brukman
2004-03-12
Add support for checking the select instruction
Chris Lattner
2004-03-12
Know the opcode name of the select instruction
Chris Lattner
2004-03-12
Add support for select constant expressions. Use reserve a bit more to avoid
Chris Lattner
2004-03-12
Add new function
Chris Lattner
2004-03-12
Teach the constant folder how to do select instructions
Chris Lattner
2004-03-12
Print select instructions correctly
Chris Lattner
2004-03-11
Fix indentation.
Misha Brukman
2004-03-08
Adjust to new interface
Chris Lattner
2004-03-08
Implement test/Regression/Assembler/2004-03-07-FunctionAddressAlignment.llx
Chris Lattner
2004-03-08
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
Chris Lattner
2004-03-08
Eliminate nightmarish API
Chris Lattner
2004-03-02
Doxygenify comments.
Misha Brukman
2004-03-01
* If a badref has a name, print it out for ease of debugging
Misha Brukman
2004-02-29
Fix -debug-pass=Executions, which relied on Function, Module, and BasicBlock
Chris Lattner
2004-02-28
Fix typo in comment
Brian Gaeke
2004-02-27
Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
Chris Lattner
2004-02-26
Make sure that at least one virtual method is defined in a .cpp file to avoid
Chris Lattner
2004-02-24
Make the verifier a little more explicit about this problem.
Chris Lattner
2004-02-22
Get all instruction definitions
Chris Lattner
2004-02-17
Fix PR245: Linking weak and strong global variables is dependent on link order
Chris Lattner
2004-02-17
Adjust to recent changes
Chris Lattner
2004-02-16
Move the folding of gep null, 0, 0, 0 to a place where it can be shared and
Chris Lattner
2004-02-15
Fix a bug in the recent rewrite of the leakdetector that caused all of the
Chris Lattner
[next]