1. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  2. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  3. 615edcc add llvmc by Reid Spencer · 20 years ago
  4. 52c2dc1 Convert llvmc to use the lib/System interface instead of directly by Reid Spencer · 20 years ago
  5. bd4dd5c Move a warning comment to where it should have been in the first place. by Reid Spencer · 20 years ago
  6. 36853b9 Correct the vim: specification by Reid Spencer · 20 years ago
  7. c3de952 Include some additional header files. Fix the banner length. by Reid Spencer · 20 years ago
  8. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 20 years ago
  9. 52a7efa Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 20 years ago
  10. fd5c345 Put the lib/System interface functions in llvm::sys namespace. by Reid Spencer · 20 years ago
  11. 59ee436 Create a link from $BUILD_OBJ_ROOT/lib/System/platform to by Reid Spencer · 20 years ago
  12. f2f0781 Implement the following missing functionality in the PPC backend: by Nate Begeman · 20 years ago
  13. 67d5565 Initial commit of the platform agnostic interface to finding and executing by Reid Spencer · 20 years ago
  14. ac4b796 Add a function to remove whole directorys on fatal signal. by Reid Spencer · 20 years ago
  15. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 20 years ago
  16. 81bc6e3 Remove dead code. by Alkis Evlogimenos · 20 years ago
  17. ca5d1c3 Now that LiveIntervals::addIntervalsForSpills is fixed, do not require by Alkis Evlogimenos · 20 years ago
  18. d8d26b3 Only update LiveVariables if it is available. addIntervalsForSpills by Alkis Evlogimenos · 20 years ago
  19. ccdf21a Back out this change as it broke the build last night. This should be by Alkis Evlogimenos · 20 years ago
  20. bd2efb9 Back out change to divide getSpillSize by 8 until I figure out why it breaks x86, which has register sizes in bits. by Nate Begeman · 20 years ago
  21. 52ca9e4 Fix a typo in the bytecode format documentation by Nate Begeman · 20 years ago
  22. 3f06e68 The linear scan variants do not require the LiveVariables analysis. by Alkis Evlogimenos · 20 years ago
  23. 5709998 Register sizes are in bits, not bytes by Nate Begeman · 20 years ago
  24. fec656c Add getLastBlock member. This is useful when growing a densemap keyed by Alkis Evlogimenos · 20 years ago
  25. 6177d3f Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from by Alkis Evlogimenos · 20 years ago
  26. fc093bd Add size member function. by Alkis Evlogimenos · 20 years ago
  27. 7acb866 Add more content. by Reid Spencer · 20 years ago
  28. b810d5f Bug 430 Fixed. by Reid Spencer · 20 years ago
  29. 488d73a Correctly compute the number of compaction tables. by Reid Spencer · 20 years ago
  30. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 20 years ago
  31. 07ea191 Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 20 years ago
  32. 22a2f6d Use newly added API in MRegisterInfo and don't expose the allocatable by Alkis Evlogimenos · 20 years ago
  33. 5327801 Use newly added API in MRegisterInfo. by Alkis Evlogimenos · 20 years ago
  34. bb4bdf4 Add getAllocatableSet() function. by Alkis Evlogimenos · 20 years ago
  35. 3921c74 Provide some meta tags for this document. by Reid Spencer · 20 years ago
  36. 2f1e7a0 Add the default table related styles by Reid Spencer · 20 years ago
  37. 9518920 Document the rational for the #include hierarchy. by Reid Spencer · 20 years ago
  38. bf3a4d2 Fix a typo. by Reid Spencer · 20 years ago
  39. 5179f05 First cut at a README for lib/System explaining the #inclusion rules and by Reid Spencer · 20 years ago
  40. 2f88a06 Add a README explaining the intended content of this directory. by Reid Spencer · 20 years ago
  41. 5501e56 Add default index functor (an identity functor). You could use a by Alkis Evlogimenos · 20 years ago
  42. 07b52b3 Previous checkin broke printf(%a) support for fp constants-- re-fix it. by Brian Gaeke · 20 years ago
  43. 8a702e8 New version of Bill Wendling's PR33 patch. by Brian Gaeke · 20 years ago
  44. 8906e7d Fix documentation. by Reid Spencer · 20 years ago
  45. b89a223 Initial implementation of the Path operating system concept. by Reid Spencer · 20 years ago
  46. 17f130c License for this library. by Reid Spencer · 20 years ago
  47. 0e0d774 Update to include tools/llvmc and lib/System as having additional copyright by Reid Spencer · 20 years ago
  48. ca04487 License file for llvmc. by Reid Spencer · 20 years ago
  49. 431ab85 Document definitions and computations provided by llvm-bcanalyzer. by Reid Spencer · 20 years ago
  50. 9fd58e0 Insert declarations for two new functions that support the dependent by Reid Spencer · 20 years ago
  51. 198e888 Run the compilation actions before we attempt linking work. by Reid Spencer · 20 years ago
  52. aff3c77 Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of by Reid Spencer · 20 years ago
  53. bef77ec Add dependent library support for Stacker. It now inserts "stkr_runtime" as by Reid Spencer · 20 years ago
  54. 95e4cce Add a function that gets just the dependent libraries from a bytecode file. by Reid Spencer · 20 years ago
  55. 44407c4 Provide a method for wholesale extraction of the dependent libraries. by Reid Spencer · 20 years ago
  56. e0cf59e Add a wrapper for extraction of the dependent libraries from a bytecode file. by Reid Spencer · 20 years ago
  57. 3120e71 Rearrange output a little to make it nicer. by Reid Spencer · 20 years ago
  58. c4985ba Add some details by Chris Lattner · 20 years ago
  59. ce6be33 Added BURS. by Reid Spencer · 20 years ago
  60. 4495632 Get rid of error messages from CommandLine because -time-passes was by Reid Spencer · 20 years ago
  61. 1f07926 Give the -time-passes tool option a global storage location so that its by Reid Spencer · 20 years ago
  62. d0d0a1a Fix a bug in a previous checkin of mine, correcting by Chris Lattner · 20 years ago
  63. 8eecb14 Add the examples directory to these scripts. by Reid Spencer · 20 years ago
  64. 2f72acc Modify testcase to merit a warning, though no warning is still printed! by Chris Lattner · 20 years ago
  65. 5f28539 Include the "examples" directory as optional. by Reid Spencer · 20 years ago
  66. 367754a Ensure that the examples get built. by Reid Spencer · 20 years ago
  67. 01b77f9 Adjustments for changes in the configuration language. by Reid Spencer · 20 years ago
  68. 2cf17a4 - Unify format of output messages by Reid Spencer · 20 years ago
  69. 02413b0 Link with bcreader and vmcore. by Reid Spencer · 20 years ago
  70. f384db3 - Implement the %args% substitution by Reid Spencer · 20 years ago
  71. bf39488 - Alphabetize the list of token enumerators. by Reid Spencer · 20 years ago
  72. ec4f588 - Rename and rearrange for clarity by Reid Spencer · 20 years ago
  73. a01439a - Remove unused GetSuffix function by Reid Spencer · 20 years ago
  74. fd2f728 Remove unneeded flags. by Reid Spencer · 20 years ago
  75. 6f0161a Add -sse[,2,3] arguments to LLC by Chris Lattner · 20 years ago
  76. 47d2f2b Nuke commented out stuff by Chris Lattner · 20 years ago
  77. e77c8e7 bug fixed by Brian Gaeke · 20 years ago
  78. cfce103 note pr# by Brian Gaeke · 20 years ago
  79. 2ff1e67 This code is dodgy, but the guaranteed assertion failure doesn't help anything. by Brian Gaeke · 20 years ago
  80. f1b7eb1 Fix bug in PhyRegAlloc::setCallInterferences() handling call through a by Brian Gaeke · 20 years ago
  81. ac9edd5 Revise head-of-file comment. by Brian Gaeke · 20 years ago
  82. ad4ce52 Actually get the URL to my notes page correct. by Reid Spencer · 20 years ago
  83. 7b8848f Correct my home page. Shorten my entry. Reference home page in description. by Reid Spencer · 20 years ago
  84. 183cfc2 Change LVN -> Load-VN since that's the name of the cmdline switch by Misha Brukman · 20 years ago
  85. cb3c6a4 Fix some grammar. by Misha Brukman · 20 years ago
  86. ec8fe3c Added DSE, LICM, LVN, PRE, SCCP, and SSA by Misha Brukman · 20 years ago
  87. 7af2865 Do not use .xword and friends to emit zeros on V9. Apparently there are issues by Chris Lattner · 20 years ago
  88. 7d837d1 A PR60 test case by Brian Gaeke · 20 years ago
  89. e51c356 Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) by Misha Brukman · 20 years ago
  90. 3a168a7 Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 20 years ago
  91. 157b956 Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 20 years ago
  92. c21214a Fix Title line Make the "DIRS" option descend any directory with a Makefile. by Reid Spencer · 20 years ago
  93. 03ea9d4 Note: do not use GNU binutils under AIX, they're not stable. by Misha Brukman · 20 years ago
  94. 7bf5dd3 Change the makefile back so it descends any directory with a Makefile. by Reid Spencer · 20 years ago
  95. 46d2192 Many useful corrections resulting from Chris Lattner's review. Thanks Chris! by Reid Spencer · 20 years ago
  96. 59a745a Provide support for retaining the version number found in a config file. by Reid Spencer · 20 years ago
  97. c0e9bec Add the VERSION token. by Reid Spencer · 20 years ago
  98. 1df7121 Add support for version numbers. by Reid Spencer · 20 years ago
  99. b50acbc Shorten lines so this file can be used as the documentation example by Reid Spencer · 20 years ago
  100. 0e5e5f5 Kill a majority of unnecessary sign extensions for byte loads by Nate Begeman · 20 years ago