1. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  2. 591edc6 Add Makefile.JIT to the list of Makefiles transferred to the build dir to give by Misha Brukman · 20 years ago
  3. 824e83d Transfer Makefile.JIT into the build tree for JIT-enabling tools and examples by Misha Brukman · 20 years ago
  4. 0647822 Since several tools and examples want JIT support, factor out the process of by Misha Brukman · 20 years ago
  5. ee3d2c8 Convert tabs to spaces by Misha Brukman · 20 years ago
  6. a06b3af Make sure any client of Dominators.h links in Dominators.cpp by Chris Lattner · 20 years ago
  7. 5fb00c5 Make sure any client of Dominators.h links in Dominators.cpp by Chris Lattner · 20 years ago
  8. 979c38b Do not use the same variable name for two different variables in the by Chris Lattner · 20 years ago
  9. 15f4787 Remove unneeded typedef, patch by Morten Ofstad by Chris Lattner · 20 years ago
  10. c982cfa * Claim to support machine code emission - return false from by Misha Brukman · 20 years ago
  11. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  12. d37faba * Include the real (generated) version of getBinaryCodeForInstr() by Misha Brukman · 20 years ago
  13. bab2adf * Make a PPC32-specific code emitter because we have separate classes for 32- by Misha Brukman · 20 years ago
  14. a645750 Checking in code that works on my simple test case. However, there is still a bug with branches that I need to fix. by Tanya Lattner · 20 years ago
  15. a671f3b There is only one field in an instruction, and that is `Inst', the final view of by Misha Brukman · 20 years ago
  16. 315d334 PowerPC instruction definitions use LittleEndian-style encoding [0..31] by Misha Brukman · 20 years ago
  17. 99ee67a Add isLittleEndianEncoding to InstrInfo class, defaults to `off' by Misha Brukman · 20 years ago
  18. 28eefa5 * Factor out (into new fn) a loop emitting operand shifts into the instruction by Misha Brukman · 20 years ago
  19. 35e83cc * Add option to read isLittleEndianEncoding for InstrInfo classes by Misha Brukman · 20 years ago
  20. 9c07866 When converting phi nodes into select instructions, we shouldn't promote PHI by Chris Lattner · 20 years ago
  21. 1c7efba When converting phi nodes into select instructions, we shouldn't promote PHI by Chris Lattner · 20 years ago
  22. 83d3aad Allow this file to compile on Darwin. by Reid Spencer · 20 years ago
  23. 8af3ed0 Use __MINGW instead of __MING. Patch contributed by Henrik Bach. by Reid Spencer · 20 years ago
  24. 7d5ec23 Get proper BSD #includes for MappedFile implementation. by Reid Spencer · 20 years ago
  25. 8545fc1 Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. by Reid Spencer · 20 years ago
  26. f74acc7 Today is not my day. Fix broken # by Chris Lattner · 20 years ago
  27. 823cacc unbreak previous checkin :( by Chris Lattner · 20 years ago
  28. 84d1ced Add back a missing paren by Chris Lattner · 20 years ago
  29. 1c765b0 Fit to 80 cols by Chris Lattner · 20 years ago
  30. f9d7178 Wrap to 80 cols, delete some seriously old debugging printouts by Chris Lattner · 20 years ago
  31. 4a242b3 Fit in 80 columns by Chris Lattner · 20 years ago
  32. b0bf664 Minor cleanups by Chris Lattner · 20 years ago
  33. 4523709 Patch to make VS happier, thanks to Morten Ofstad for pointing this out. by Chris Lattner · 20 years ago
  34. fbb719c Use explicit std:: qualification to avoid relying on Koenig lookup, which by Chris Lattner · 20 years ago
  35. c87b1db Get rid of template templates that were preventing VC from compiling the by Chris Lattner · 20 years ago
  36. a44544d Changes for automake. by Reid Spencer · 20 years ago
  37. 09252e9 Set up BUILD_MODE based on the configuration so the default build mode by Reid Spencer · 20 years ago
  38. 36a7d90 Updates for changes in Makefile rules. by Reid Spencer · 20 years ago
  39. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  40. 4f24589 Get rid of the horrendous FIND_PATH macro, have libs and progs linked into by Reid Spencer · 20 years ago
  41. 86e100b Update doco, make doxygen more, use standard dividers. by Chris Lattner · 20 years ago
  42. b3a734a Save Reid's notes from bugzilla on the proper procedure to upgrade libtool by Misha Brukman · 20 years ago
  43. 177dbe2 Resolution to PR451. by Reid Spencer · 20 years ago
  44. 38bfee4 Changes for libtool 1.5.10 by Reid Spencer · 20 years ago
  45. 04c2144 Update for libtool 1.5.10 by Reid Spencer · 20 years ago
  46. 6bc488b Harden the version requirements to the set that actually works after three by Reid Spencer · 20 years ago
  47. c2ab5a2 Fix file comment header by Misha Brukman · 20 years ago
  48. 481d56c On second thought, OpaqueType is not really a good first-class type. by Misha Brukman · 20 years ago
  49. fc6723f No space allowed between \ and end-of-line by Misha Brukman · 20 years ago
  50. 2c9039e Wrap lines at 80 cols by Misha Brukman · 20 years ago
  51. e004fd0 Add comment by Chris Lattner · 20 years ago
  52. 207f2d4 Opaque types are considered to be first-class. by Misha Brukman · 20 years ago
  53. 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 20 years ago
  54. 9d990a0 Don't emit the method into the llvm namespace, let the #includer decide where it goes by Chris Lattner · 20 years ago
  55. 5c3734e Add std:: prefix for compilers without correct koenig lookup implemented. by Chris Lattner · 20 years ago
  56. 35b9e48 Transform memmove -> memcpy when the source is obviously constant memory. by Chris Lattner · 20 years ago
  57. b18dfeb New testcase for memmove -> memcpy transform by Chris Lattner · 20 years ago
  58. 84e48b8 Right, calls have Operand#0 == the called function, don't forget this. by Chris Lattner · 20 years ago
  59. a28809d Minor tweaks by Chris Lattner · 20 years ago
  60. e80c819 New header. Classes can be added as needed. by Chris Lattner · 20 years ago
  61. 4ec82eb Implement a new method by Chris Lattner · 20 years ago
  62. 673e02b This nutty patch has been in my tree since before 1.3 went out, and it needs by Chris Lattner · 20 years ago
  63. 989cbd5 Fix a REALLY obscure bug in my previous checkin, which was splicing the END by Chris Lattner · 20 years ago
  64. a4b9c78 Handle a common case more carefully. In particular, instead of transforming by Chris Lattner · 20 years ago
  65. 7fa6e66 Allow creation of GEP constantexprs with a vector of value* operands as by Chris Lattner · 20 years ago
  66. 4b83380 Implement remove/eraseFromParent methods by Chris Lattner · 20 years ago
  67. b92f50f Add long overdue methods by Chris Lattner · 20 years ago
  68. c9b9380 Make this build by Chris Lattner · 20 years ago
  69. 6a9fdfa Reenable the transform, turning X/-10 < 1 into X > -10 by Chris Lattner · 20 years ago
  70. c71ff4c Fix a warning that is emitted on the suns by Chris Lattner · 20 years ago
  71. 30ba569 This patch implements two things (sorry). by Chris Lattner · 20 years ago
  72. c58cf5b This testcase ensures that we can SRA a global even if part of the global by Chris Lattner · 20 years ago
  73. 95d0bbf These testcases check to see if we can promote malloc's to globals in some by Chris Lattner · 20 years ago
  74. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  75. 4a2b23e Fix SingleSource/Benchmarks/McGill/chomp by Chris Lattner · 20 years ago
  76. f8d1097 If we are trying to create a ConstantExpr cast that is really a GEP to the by Chris Lattner · 20 years ago
  77. 5e94a21 Fix grammar by Misha Brukman · 20 years ago
  78. e1616bf Remove exhuberant-style comments which remained from copying file from `sample' by Misha Brukman · 20 years ago
  79. 2b8f30c Fix file header comment; remove sample project (extra-verbose) comments by Misha Brukman · 20 years ago
  80. 17e9acd Fix file header comment by Misha Brukman · 20 years ago
  81. de2a943 ModuloScheduling has moved to lib/Target/SparcV9 by Misha Brukman · 20 years ago
  82. b15d4c6 Add ModuloScheduling to the recursive build tree by Misha Brukman · 20 years ago
  83. 7da1e6e Adjust header file inclusion due to move by Misha Brukman · 20 years ago
  84. 0a18934 Adjust comment header and paths to refect move by Misha Brukman · 20 years ago
  85. f60a149 ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific by Misha Brukman · 20 years ago
  86. 708148e Just because we cannot completely eliminate all uses of a global, we can by Chris Lattner · 20 years ago
  87. e3f27e6 Another testcase. We should be able to devirtualize the call even though by Chris Lattner · 20 years ago
  88. f8f3305 Reorganize FINDLIBS to make most comment libs searched first. by Reid Spencer · 20 years ago
  89. 769dd7d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  90. adb6c05 Add the new InstrSched directory. by Reid Spencer · 20 years ago
  91. 796aacf Fix named of a library. by Reid Spencer · 20 years ago
  92. 420025b Added debug information. Fixed several bugs in the reconstruct loop function. by Tanya Lattner · 20 years ago
  93. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  94. 81f76b3 Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  95. ddef0b3 Build both archive and relinked objects by Reid Spencer · 20 years ago
  96. ed0fdf9 Directory changes by Reid Spencer · 20 years ago
  97. b64eb49 A configure script to configure LLVM for compilation with automake by Reid Spencer · 20 years ago
  98. 3d771cb Initial version of common automake Rules for LLVM by Reid Spencer · 20 years ago
  99. 3b7784d Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  100. 01930c4 Remove the InstrSched directory (moved to SparcV9) by Reid Spencer · 20 years ago