1. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 20 years ago
  2. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 20 years ago
  3. 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 20 years ago
  4. bdacd87 Fix a bug in the previous checkin that broke 255.vortex by Chris Lattner · 20 years ago
  5. e0de1d6 When creating constant arrays check that the initializer vector is the by Alkis Evlogimenos · 20 years ago
  6. a270019 Fit long lines into 80 cols via creative space elimination by Misha Brukman · 20 years ago
  7. 3559a93 Wrap long line by Misha Brukman · 20 years ago
  8. 07542c8 Targets are independent of each other, so compile them in parallel by Misha Brukman · 20 years ago
  9. fb3ee19 Make sure to update alias analysis information as we transform the function. by Chris Lattner · 20 years ago
  10. 62e29b5 If given an AliasSetTracker object to update, update it. by Chris Lattner · 20 years ago
  11. b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
  12. b50f1f1 Remove a long-dead pass. Actually, this pass was never used at all. by Chris Lattner · 20 years ago
  13. 8c0c339 Fix a compilation error. by Reid Spencer · 20 years ago
  14. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  15. 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 20 years ago
  16. cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 20 years ago
  17. b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 20 years ago
  18. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 20 years ago
  19. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  20. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  21. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 20 years ago
  22. 1002013 Changes to make this work with Jason's patch. I checked this by hand, but by Chris Lattner · 20 years ago
  23. fb0796e Fix filename: Printer.cpp has become X86AsmPrinter.cpp by Misha Brukman · 20 years ago
  24. 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 20 years ago
  25. 7df0074 Fix code spacing/alignment by Misha Brukman · 20 years ago
  26. 7144707 Fix typo: sterror -> strerror by Reid Spencer · 20 years ago
  27. f51c8ea Correct the dynamic lib suffix on Darwin. by Reid Spencer · 20 years ago
  28. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 20 years ago
  29. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 20 years ago
  30. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 20 years ago
  31. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 20 years ago
  32. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 20 years ago
  33. 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 20 years ago
  34. 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
  35. 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 20 years ago
  36. 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 20 years ago
  37. bcb5562 Renamed file to SparcV8ISelSimple.cpp by Misha Brukman · 20 years ago
  38. fd23c4e Roll back constant printing changes until the problems with larger by Brian Gaeke · 20 years ago
  39. cad90ad Add assertion descriptiosn on type mismatches when creating by Alkis Evlogimenos · 20 years ago
  40. 2c4f7b5 Grow the map on entry so that we don't crash if joinIntervals never by Alkis Evlogimenos · 20 years ago
  41. 93c1ab2 Use a shorter form to express implicit use/defs in FpGETRESULT and FpSETRESULT. by Alkis Evlogimenos · 20 years ago
  42. 978f629 A call instruction should implicitely define ST0 since the return by Alkis Evlogimenos · 20 years ago
  43. f539ffe This file does not need <iostream>, I think. by Brian Gaeke · 20 years ago
  44. 5d0d1e3 Use a DenseMap for mapping reg->reg. This improves the LiveInterval by Alkis Evlogimenos · 20 years ago
  45. 20136a2 Add 64 bit divide instructions, and use them by Nate Begeman · 20 years ago
  46. 76d9dac Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 20 years ago
  47. a638286 Indent to 2 spaces. by Alkis Evlogimenos · 20 years ago
  48. 3e0b51a * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between by Misha Brukman · 20 years ago
  49. b986b7d Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm by Misha Brukman · 20 years ago
  50. a11c2e8 Include MathExtras.h to fix build breakage, thanks to Vladimir by Nate Begeman · 20 years ago
  51. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 20 years ago
  52. 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
  53. 08a6c76 Order #includes alphabetically, local .h files first. by Misha Brukman · 20 years ago
  54. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  55. 70619fa Change the way we choose a free register: instead of picking the first by Alkis Evlogimenos · 20 years ago
  56. 84f5bcb Change the way we choose a free register: instead of picking the first by Alkis Evlogimenos · 20 years ago
  57. 82b4955 We don't need to sort the added vector as unhandled intervals are by Alkis Evlogimenos · 20 years ago
  58. b7a8f2c Convert remaining X-Form and Pseudo instructions over to asm writer by Nate Begeman · 20 years ago
  59. 74dfcf1 Back to compiling land for v8 by Brian Gaeke · 20 years ago
  60. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  61. ed54373 Be a bit more efficient when processing the active and inactive by Alkis Evlogimenos · 20 years ago
  62. 2e58a41 Give a better assertion if we see a use before a def. by Alkis Evlogimenos · 20 years ago
  63. 15fd439 mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead. by Reid Spencer · 20 years ago
  64. e1cc150 Make CommandLine prefix error output with the name of the program. by Reid Spencer · 20 years ago
  65. 0132bd4 Add support for FreeBSD by Reid Spencer · 20 years ago
  66. a11e4db Add support for Interix and FreeBSD by Reid Spencer · 20 years ago
  67. ef6efab Actually define PreventCoreFiles in the sys namespace. by Reid Spencer · 20 years ago
  68. 387e5ec Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 20 years ago
  69. d19e290 Minor code clarity changes. by Alkis Evlogimenos · 20 years ago
  70. cc8bd9c convert M and MD form instructions to generated asm writer by Nate Begeman · 20 years ago
  71. f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 20 years ago
  72. b60bf61 Add inclusion of assert.h by Reid Spencer · 20 years ago
  73. 07aada8 Move yet more instructions over to being printed by the generated asm writer by Nate Begeman · 20 years ago
  74. d8f4c8e Abbreviate the long descriptions which are now in docs/SystemLibrary.html. by Reid Spencer · 20 years ago
  75. fc989e1 Reduce the number of arguments in the instruction builder and make some by Reid Spencer · 20 years ago
  76. 6b3dc55 Convert A-Form instructions to auto-generated asm writer by Nate Begeman · 20 years ago
  77. 27bc7c6 Register sizes should be specified in bits by Nate Begeman · 20 years ago
  78. d332fd5 Improvements to int->float cast code for PPC-64 by Nate Begeman · 20 years ago
  79. 81ab877 Put this change back in after testing from Reid proved its innocence. getSpillSize now returns value in bits by Nate Begeman · 20 years ago
  80. c0854bf Add a declaration of environ global for Darwin by Reid Spencer · 20 years ago
  81. 1390103 Add an assert to cature null Operands. It is better to catch it here than by Reid Spencer · 20 years ago
  82. 57ec727 Signals support has been moved to lib/System by Reid Spencer · 20 years ago
  83. bd4dd5c Move a warning comment to where it should have been in the first place. by Reid Spencer · 20 years ago
  84. 36853b9 Correct the vim: specification by Reid Spencer · 20 years ago
  85. c3de952 Include some additional header files. Fix the banner length. by Reid Spencer · 20 years ago
  86. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 20 years ago
  87. 52a7efa Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 20 years ago
  88. f2f0781 Implement the following missing functionality in the PPC backend: by Nate Begeman · 20 years ago
  89. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 20 years ago
  90. 81bc6e3 Remove dead code. by Alkis Evlogimenos · 20 years ago
  91. ca5d1c3 Now that LiveIntervals::addIntervalsForSpills is fixed, do not require by Alkis Evlogimenos · 20 years ago
  92. d8d26b3 Only update LiveVariables if it is available. addIntervalsForSpills by Alkis Evlogimenos · 20 years ago
  93. ccdf21a Back out this change as it broke the build last night. This should be by Alkis Evlogimenos · 20 years ago
  94. 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
  95. 3f06e68 The linear scan variants do not require the LiveVariables analysis. by Alkis Evlogimenos · 20 years ago
  96. 5709998 Register sizes are in bits, not bytes by Nate Begeman · 20 years ago
  97. 488d73a Correctly compute the number of compaction tables. by Reid Spencer · 20 years ago
  98. 0033c18 Prevent an empty compaction table from being written to the bytecode file. by Reid Spencer · 20 years ago
  99. 07ea191 Add the CompactionTableIsEmpty function so that we can determine if a by Reid Spencer · 20 years ago
  100. 22a2f6d Use newly added API in MRegisterInfo and don't expose the allocatable by Alkis Evlogimenos · 20 years ago