1. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  2. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  3. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  4. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  5. 0582ae9 Oops...I committed too much. by Bill Wendling · 15 years ago
  6. c7a09ab Temporarily XFAIL this test. by Bill Wendling · 15 years ago
  7. 1183c71 Test commit by Sebastian Redl · 15 years ago
  8. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  9. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  10. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  11. 458194d Add #include by Chris Lattner · 16 years ago
  12. 0ff39b3 - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. by Evan Cheng · 16 years ago
  13. 6d116bc Revert (52748 and friends): by Anton Korobeynikov · 16 years ago
  14. 0d2b0ab Move GetConstantStringInfo to lib/Analysis. Remove by Eric Christopher · 16 years ago
  15. 3c02aca Make these variables static. by Dan Gohman · 16 years ago
  16. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 16 years ago
  17. 2fcebc5 rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile. by Chris Lattner · 16 years ago
  18. 37db5d6 Remove the MappedFile::charBase member, rename base -> getBase() and by Chris Lattner · 16 years ago
  19. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  20. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  21. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  22. 2cb1ad9 teach this to read from bitcode files by Chris Lattner · 17 years ago
  23. e281259 Make sure temporary data is not used past its life span. by Reid Spencer · 17 years ago
  24. c74b461 For PR1291: by Reid Spencer · 17 years ago
  25. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  26. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  27. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  28. 3ed469c For PR786: by Reid Spencer · 18 years ago
  29. b83eb64 For PR950: by Reid Spencer · 18 years ago
  30. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  31. 1cb6057 Fix another occurrence of inverted logic on the result of MappedFile::map by Reid Spencer · 18 years ago
  32. 8627969 For PR797: by Reid Spencer · 18 years ago
  33. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  34. 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 18 years ago
  35. e9c701f This uses EH info by Chris Lattner · 18 years ago
  36. 148f440 Modify the SlowOperationInformer interface to not throw exceptions. by Chris Lattner · 18 years ago
  37. 3758552 Add the README files to the distribution. by Reid Spencer · 18 years ago
  38. 43970fe Handle new forms of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  39. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  40. 7907b69 remove some dead code by Chris Lattner · 18 years ago
  41. 89b1926 Remove UnixLocalInferiorProcess: debugging via the JIT isn't a good idea. by Chris Lattner · 18 years ago
  42. 21b6c9d Get rid of the multiple copies of getStringValue. Now a Constant:: method. by Jim Laskey · 18 years ago
  43. 4547e22 dum de dum by Duraid Madina · 19 years ago
  44. b081ccb tell selectiondag when we're debugging by Chris Lattner · 19 years ago
  45. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  46. dd04df0 For PR495: by Reid Spencer · 19 years ago
  47. c7f0832 For PR495: by Reid Spencer · 19 years ago
  48. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  49. 4618957 Correct the comments and file header. by Reid Spencer · 20 years ago
  50. 302d81e For PR351: by Reid Spencer · 20 years ago
  51. 55cf0a6 For PR351: by Reid Spencer · 20 years ago
  52. c24e94e Include <cassert> for Cygwin. by Reid Spencer · 20 years ago
  53. cdb28be Remove unnecessary #includes. by Reid Spencer · 20 years ago
  54. cda985e For PR351: by Reid Spencer · 20 years ago
  55. 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
  56. 663601c For PR351: \ by Reid Spencer · 20 years ago
  57. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  58. cac731e We won't use automake by Reid Spencer · 20 years ago
  59. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  60. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  61. 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  62. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  63. 4ab78e0 Header moved by Chris Lattner · 20 years ago
  64. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  65. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  66. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 20 years ago
  67. 411a9a6 "fix" a nasty race condition by Chris Lattner · 21 years ago
  68. de31b76 Fix some exception safety problems by Chris Lattner · 21 years ago
  69. e3f84f5 Use new method by Chris Lattner · 21 years ago
  70. c2376a0 Fix some typos and copy-and-paste-os in comments, and doxygenify. by Brian Gaeke · 21 years ago
  71. 60a5758 /me slaps forehead by Chris Lattner · 21 years ago
  72. 2eacf26 Initial checkin of the LLVM source-level debugger. This is still not finished, by Chris Lattner · 21 years ago