aboutsummaryrefslogtreecommitdiffstats
path: root/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
* Part of bug 122:Reid Spencer2004-05-261-62/+49
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-15/+35
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-2/+2
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-151-1/+2
* Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefsChris Lattner2004-02-091-0/+2
* SlotCalculator.h movedChris Lattner2004-01-201-2/+2
* Major changes. Now we only compactify individual type planes if it is inChris Lattner2004-01-201-50/+196
* Add support for building the compactiontable for bytecode files. This shrinksChris Lattner2004-01-181-54/+221
* Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitiveChris Lattner2004-01-171-1/+5
* Cleanups & efficiency improvementsChris Lattner2004-01-151-18/+3
* The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwri...Chris Lattner2004-01-151-5/+14
* When emitting bytecode, handle strings specially. Do not add the charactersChris Lattner2004-01-141-9/+52
* The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner2004-01-141-11/+11
* Urg, remove testing code.Chris Lattner2004-01-111-1/+1
* Fix a regression that I introduced yesterday. :(Chris Lattner2004-01-111-8/+16
* Check in two changes:Chris Lattner2004-01-101-1/+51
* Finegrainify namespacificationChris Lattner2003-11-211-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Use already existing classes for post order iterator.Alkis Evlogimenos2003-10-311-17/+11
* Output types in reverse postorder. This will allow the ByteCode/ReaderAlkis Evlogimenos2003-10-301-9/+17
* Add more debugging info to help tracing the SlotCalculator.Alkis Evlogimenos2003-10-291-0/+2
* Make sure to add a type for va_next operands, which may not other wiseChris Lattner2003-10-211-2/+2
* Fix problem which effected linking apacheChris Lattner2003-10-211-2/+6
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-201-8/+8
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-31/+29
* Stop using "reverse depth first" orderChris Lattner2003-10-131-6/+3
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-1/+1
* * Change the order that globals and constants are processed inChris Lattner2003-03-191-36/+45
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-6/+5