index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bytecode
/
Writer
/
InstructionWriter.cpp
Age
Commit message (
Expand
)
Author
2004-07-25
bug 263:
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-04-05
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
Chris Lattner
2004-03-12
Write select instructions to bytecode
Chris Lattner
2004-02-01
Remove all of the annoying statistics now that I'm finished (for the near
Chris Lattner
2004-01-18
Add support for writing bytecode files with compactiontables for bytecode files.
Chris Lattner
2004-01-14
Ok, I can't handle it. This is a temporary checkin of a ton of statistics that
Chris Lattner
2004-01-10
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
Updated to emit the final 1.0 bytecode format. This supports weak linkage,
Chris Lattner
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-13
Regularize header file comments
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-08
Add support for writing volatile load/stores
Chris Lattner
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2003-01-21
Don't keep track of # big vs #small instructions seperately
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-14
On the quest of eliminating unnecessary includes.
Misha Brukman
2002-07-26
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-05
Fix constness problem
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-10-23
Fixed a LONG standing, SCARY problem with bytecode encoding. It turns out to...
Chris Lattner
2001-10-21
Fix problem with a cast instruction that must be expanded to type 0
Chris Lattner
2001-10-13
* Use new style casts more
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-10
ModuleTyID doesn't exist anyymore
Chris Lattner
2001-09-07
* Emit bytecode using a deque instead of a vector to be faster
Chris Lattner
2001-07-28
* Make sure that the size of the type field can also control the output
Chris Lattner
2001-07-25
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-08
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-06
Initial revision
Chris Lattner