1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 8e3a8e0 Replace the original flex lexer with a hand writen one. This by Chris Lattner · 17 years ago
  3. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  4. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  5. 6ecdcc1 Implement full unescaping of escaped hex characters in all quoted identifiers by Reid Spencer · 17 years ago
  6. 5694b6e For PR1146: by Reid Spencer · 17 years ago
  7. 4e0422c Add and Operator== method to ValID so equality can be done properly for by Reid Spencer · 17 years ago
  8. b2d1786 For PR645: by Reid Spencer · 18 years ago
  9. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  10. 1431061 For PR950: Regenerate by Reid Spencer · 18 years ago
  11. 08de34b Remove backwards compatibility goop. Now implemented in llvm-upgrade. by Reid Spencer · 18 years ago
  12. b78b908 Implement signedness caching for values, value lists, constants and by Reid Spencer · 18 years ago
  13. 3da59db For PR950: by Reid Spencer · 18 years ago
  14. 36699ca For PR950: by Reid Spencer · 18 years ago
  15. 1628cec For PR950: by Reid Spencer · 18 years ago
  16. 47811b7 by Chris Lattner · 18 years ago
  17. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  18. aa2c853 Parse inline asm objects by Chris Lattner · 19 years ago
  19. f1f03df Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll by Chris Lattner · 19 years ago
  20. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 19 years ago
  21. 019b639 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  22. 16710e9 Parse undef and unreachable by Chris Lattner · 20 years ago
  23. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  24. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 20 years ago
  25. bc721ed Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES by Chris Lattner · 20 years ago
  26. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  27. a989b23 Minor cleanups, plug a minor memory leak by Chris Lattner · 21 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  29. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  30. a626e02 Eliminate unused class by Chris Lattner · 21 years ago
  31. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  32. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  33. 5fefb25 by Chris Lattner · 22 years ago
  34. d78700d - Remove unused STRING token from lexer & parser by Chris Lattner · 22 years ago
  35. f946bcd Declare globals llvmAsmtext and llvmAsmleng for use in the parser. by Vikram S. Adve · 22 years ago
  36. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  37. 18b24ea Remove dead code by Chris Lattner · 22 years ago
  38. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  39. c8a79af isLabelType is obsolete by Chris Lattner · 22 years ago
  40. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 22 years ago
  41. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  42. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  43. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  44. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  45. dda7196 Implement support for internal methods by Chris Lattner · 23 years ago
  46. 8226959 Remove ugly subclass of Opaque type by Chris Lattner · 23 years ago
  47. 386a3b7 Simplify some code Remove Method special case Fix bug exposed by this testcase: by Chris Lattner · 23 years ago
  48. 8c9c586 Add operator< to ValID's so that they can be put in map's by Chris Lattner · 23 years ago
  49. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 23 years ago
  50. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 23 years ago
  51. 1a1cb11 Implement constant pointers, and null specifically in the parser, bytecode writer, and by Chris Lattner · 23 years ago
  52. eb5ff8d Add support for forward referencing types by Chris Lattner · 23 years ago
  53. 93750fa * Enable the use of escaped literal strings by Chris Lattner · 23 years ago
  54. bcbf6ba Refactor some of the constant stuff so that we can return complex constant by Chris Lattner · 23 years ago
  55. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  56. a285043 Remove dependence on command line library. Silly anyway. by Chris Lattner · 23 years ago
  57. 3d52b2f Add support to the parser to recognize floating point constants by Chris Lattner · 23 years ago
  58. a41f50d Broad superficial changes: by Chris Lattner · 23 years ago
  59. f0d0e9c Changed memory reference instructions to store the result as the implicit by Chris Lattner · 23 years ago
  60. 0095054 Initial revision by Chris Lattner · 23 years ago