summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/SlotCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner2006-06-071-2/+2
* add bc reader/writer support for inline asmChris Lattner2006-01-251-13/+12
* core changes for varargsAndrew Lenharth2005-06-181-6/+0
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* add support for undef values of opaque type, addressing PR541Chris Lattner2005-05-051-9/+10
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* * Remove trailing whitespaceMisha Brukman2005-04-211-31/+31
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-4/+4
* Check in some patches for better assertionsChris Lattner2004-12-041-0/+3
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-241-2/+2
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-231-1/+2
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-261-0/+26
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-1/+1
* bug 122:Reid Spencer2004-07-181-30/+16
* Fix unused var warningChris Lattner2004-07-121-3/+2
* For bug 122:Reid Spencer2004-07-041-131/+197
* Fix more warnings building with VC++Chris Lattner2004-06-251-1/+2
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-7/+7
* Moved this file to lib/Bytecode/Writer because its used there only.Reid Spencer2004-05-301-0/+786
OpenPOWER on IntegriCloud