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
2001-12-06
Do not pessimize users of this function. Fix logic.
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement internal
Chris Lattner
2001-11-26
Implement support for internal methods
Chris Lattner
2001-11-26
Implement support for internal methods
Chris Lattner
2001-11-26
Fix a bad assertion to be correct . The root basic block can be used by PHI n...
Chris Lattner
2001-11-26
Support Array Indexing
Chris Lattner
2001-11-26
Implement: isLosslesslyConvertableTo and new CompositeType base class
Chris Lattner
2001-11-26
If a name conflict occurs when inserting a value, rename it.
Chris Lattner
2001-11-26
Be more const correct
Chris Lattner
2001-11-13
Minor style cleanups
Chris Lattner
2001-11-08
Removed MachineCodeForMethod object and made it an annotation.
Vikram S. Adve
2001-11-07
Add #includes to enable buiding in Release mode
Chris Lattner
2001-11-07
Implement CachedWriter class to allow module level printing of various compon...
Chris Lattner
2001-11-06
Add notes
Chris Lattner
2001-11-06
Print out the abridged form of the call instruction.
Chris Lattner
2001-11-06
Give me PHI's space back
Chris Lattner
2001-11-06
Print PHI nodes with zero operands even if they are illegal
Chris Lattner
2001-11-03
Don't forget to link type names together too. Fix for Olden/mst benchmark
Chris Lattner
2001-11-03
Remove debugging info
Chris Lattner
2001-11-03
Fix major bugs in type resolution
Chris Lattner
2001-11-03
Add extra code for debugging linker problems
Chris Lattner
2001-11-02
Dramatically simplify recursive type processing. Fixed a few bugs, a few sti...
Chris Lattner
2001-11-01
Implement new simpler constructors for if you don't have a index list
Chris Lattner
2001-11-01
Implement constant propogation of null pointer values.
Chris Lattner
2001-10-31
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
Initial version of GCC cleanup pass: just removes extraneous global symbol ta...
Chris Lattner
2001-10-30
Initialize isRecursive. Found by Purify
Chris Lattner
2001-10-29
Pull method symbols over when linking. Otherwise the result of the link will...
Chris Lattner
2001-10-29
Fix blatent bugs in checkin
Chris Lattner
2001-10-29
Expose the WriteTypeSymbolic function from the library. Refactor code to make
Chris Lattner
2001-10-29
Be careful to output symbolic type name if possible for a type. This makes
Chris Lattner
2001-10-29
Remove C string capability from VMCore library. Move to Support
Chris Lattner
2001-10-28
Remove non linking related stuff
Chris Lattner
2001-10-28
Support printing control characters in standard C/assembly style,
Vikram S. Adve
2001-10-28
Added name-mangling routines for future use.
Vikram S. Adve
2001-10-24
Two things:
Chris Lattner
2001-10-23
Fix problem linking in a method prototype when a method body exists
Chris Lattner
2001-10-23
Remove unnamed prototypes that are created.
Chris Lattner
2001-10-23
More symbol table bugfixes that are impossible to track down. Goody
Chris Lattner
2001-10-23
Allow unresolved/opaque types to be read and written to bytecode files
Chris Lattner
2001-10-22
Delete MachineCodeInfoForMethod object.
Vikram S. Adve
2001-10-22
Fix a problem occuring with type unification of symbol table entries
Chris Lattner
2001-10-22
Added MachineCodeForMethod object in class Method.
Vikram S. Adve
2001-10-22
Fix bug exposed by this testcase:
Chris Lattner
2001-10-21
Fix erroneous assertion failure on the following code:
Chris Lattner
2001-10-20
Fix shift printing when using a ubyte LHS
Chris Lattner
[next]