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
/
include
/
llvm
/
Support
/
InstVisitor.h
Age
Commit message (
Expand
)
Author
2004-05-06
Fix for gcc3.4: invalid use of forward delacred class on line 93
Alkis Evlogimenos
2004-05-04
Provide visit(Module&) and visitModule(Module&) functionality.
Misha Brukman
2004-03-12
Add the visitSelectInst visitor method
Chris Lattner
2003-11-28
fix gcc 3.4 compatibility problem
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-18
New revised variable argument handling support
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-08
add support for the unwind inst
Chris Lattner
2003-08-29
Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4...
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2003-05-08
Add support for the new VarArgInst instruction, reindent some stuff
Chris Lattner
2002-09-10
Eliminate the GenericBinaryInst class
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
Load & Store Inst now no longer derive from MemAccessInst
Chris Lattner
2002-08-21
Add missing forward decl
Chris Lattner
2002-08-14
Remove support for unary instructions
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-10
Make sure to call the derived visit versions from the ranged iterator.
Chris Lattner
2002-05-10
Add explicit abort so optimized build knows that the function does not return
Chris Lattner
2002-04-18
* Add a comment to the header giving a breif overview of how to return a
Chris Lattner
2002-04-18
* Make dtor virtual
Chris Lattner
2002-04-15
* s/Method/Function
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-18
Initial checkin of InstVisitor class
Chris Lattner