- 291f6b7 Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 21 years ago
- 1243e1c add support for undef values of opaque type, addressing PR541 by Chris Lattner · 21 years ago
- 7745116 Convert tabs to spaces by Misha Brukman · 21 years ago
- b47d28b * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 21 years ago
- 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
- 8145bd5 Check in some patches for better assertions by Chris Lattner · 21 years ago
- 3ff9289 Fix the previous bug the correct way. This fixes ptrdist/bc by Chris Lattner · 21 years ago
- 46131bd Fix a bug that Brian brought to my attention. This corrects: by Chris Lattner · 21 years ago
- 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
- 3b789ad Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 21 years ago
- fd7a2d4 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 21 years ago
- 30d69a5 bug 122: by Reid Spencer · 21 years ago
- 420fd14 Fix unused var warning by Chris Lattner · 21 years ago
- 88f3e07 For bug 122: by Reid Spencer · 21 years ago
- ccd8ed1 Fix more warnings building with VC++ by Chris Lattner · 21 years ago
- 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
- 9163bcd Moved this file to lib/Bytecode/Writer because its used there only. by Reid Spencer · 21 years ago[Renamed from llvm/lib/VMCore/SlotCalculator.cpp]
- 0aff01a Part of bug 122: by Reid Spencer · 21 years ago
- e7e9671 Convert to SymbolTable's new iteration interface. by Reid Spencer · 21 years ago
- 2d3a7a6 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 22 years ago
- 76b2ff4 Adjustments to support the new ConstantAggregateZero class by Chris Lattner · 22 years ago
- 5b6892e Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs by Chris Lattner · 22 years ago
- c70b3f6 SlotCalculator.h moved by Chris Lattner · 22 years ago
- 083c99e Major changes. Now we only compactify individual type planes if it is in by Chris Lattner · 22 years ago
- ca1f8af Add support for building the compactiontable for bytecode files. This shrinks by Chris Lattner · 22 years ago
- 677af4a Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 22 years ago
- 2d0e6f6 Cleanups & efficiency improvements by Chris Lattner · 22 years ago
- 21699e8 The bcwriter does not want ConstantPointerRef's to be indexed, and the asmwriter never did! by Chris Lattner · 22 years ago
- de36304 When emitting bytecode, handle strings specially. Do not add the characters by Chris Lattner · 22 years ago
- 6089bb1 The only clients of the slot calculator are now the asmwriter and bcwriter. by Chris Lattner · 22 years ago
- d248950 Urg, remove testing code. by Chris Lattner · 22 years ago
- 0180590 Fix a regression that I introduced yesterday. :( by Chris Lattner · 22 years ago
- 65f901e Check in two changes: by Chris Lattner · 22 years ago
- 189d19f Finegrainify namespacification by Chris Lattner · 22 years ago
- 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- 6029d40 Use already existing classes for post order iterator. by Alkis Evlogimenos · 22 years ago
- 5a320ef Output types in reverse postorder. This will allow the ByteCode/Reader by Alkis Evlogimenos · 22 years ago
- d478d3d Add more debugging info to help tracing the SlotCalculator. by Alkis Evlogimenos · 22 years ago
- 2c35b1c Make sure to add a type for va_next operands, which may not other wise by Chris Lattner · 22 years ago
- 7267b35 Fix problem which effected linking apache by Chris Lattner · 22 years ago
- 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- d77dd78 "Function"[0] == 'F', not 'M' by Chris Lattner · 22 years ago
- 8faf8d9 Eliminate some extraneous code in SlotCalculator::insertVal(). by Alkis Evlogimenos · 22 years ago
- 0c068c0 Stop using "reverse depth first" order by Chris Lattner · 22 years ago
- 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
- f26a8ee Remove redundant const qualifiers from cast<> expressions by Chris Lattner · 22 years ago
- faca62c * Change the order that globals and constants are processed in by Chris Lattner · 23 years ago
- 98cf1f5 - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
- 251a7e6 Minor cleanups, no changes to functionality by Chris Lattner · 23 years ago
- a82ee2d *** empty log message *** by Chris Lattner · 23 years ago
- 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
- ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
- de9c04c Remove old frivolous uses of getStrValue in a debugging statement by Chris Lattner · 24 years ago
- 2e9fa6d Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 24 years ago
- 6915f8f * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 24 years ago
- 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
- 60a6591 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
- 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
- 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
- 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
- 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
- 1907f4e Support pointers to globals happily by Chris Lattner · 24 years ago
- 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
- 8f19112 Add more support for new style casts Convert more code to use them by Chris Lattner · 24 years ago
- bb09a10 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
- 3779864 Add support for global constants, and for initializers for constants by Chris Lattner · 24 years ago
- da97550 Implement global variable support by Chris Lattner · 24 years ago
- 1e6912a * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 24 years ago
- 89d4dfb Add an arg to insertVal to allow us to prevent builtin types from being ignored by Chris Lattner · 24 years ago
- 32503d5 Fixed some error messages to be nicer by Chris Lattner · 24 years ago
- 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
- 2f7c963 Initial revision by Chris Lattner · 24 years ago