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