1. 4f2cee3 Testing...one more time. by Brian Gaeke · 20 years ago
  2. f08561f Properly wrap some lines. by Reid Spencer · 20 years ago
  3. cb28c0b Added llvmcs to my list. by Reid Spencer · 20 years ago
  4. d56bd42 Testing... One more time... by Brian Gaeke · 20 years ago
  5. 6efe593 Just testing by Brian Gaeke · 20 years ago
  6. 2a010af testing by Brian Gaeke · 20 years ago
  7. a713bc9 Testing commit-diffs.pl by Brian Gaeke · 20 years ago
  8. 1b2d85a Moved into SparcV9 directory by Chris Lattner · 20 years ago
  9. 8295378 Move this file out of the top-level docs directory by Chris Lattner · 20 years ago
  10. 532c92d Simplify the first example, as the LLVM IR interfaces have evolved. Other by Chris Lattner · 20 years ago
  11. cc455de Use the new prcontext script. by John Criswell · 20 years ago
  12. 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
  13. 21eccb6 New python script that print a specified number of lines surrounding a by John Criswell · 20 years ago
  14. 9b87287 Set a variable so that we can find the python interpreter. by John Criswell · 20 years ago
  15. 37dcae6 * Use simpler instruction templates to define instructions by Misha Brukman · 20 years ago
  16. c681a4e Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use the by Misha Brukman · 20 years ago
  17. 17d3efc Add link for IRC by Chris Lattner · 20 years ago
  18. ddd2184 Written by by Chris Lattner · 20 years ago
  19. 354a442 continue hacking by Chris Lattner · 20 years ago
  20. 2042302 Revamp the index page by Chris Lattner · 20 years ago
  21. 04db808 ... now real HTML 4.01 strict! by Chris Lattner · 20 years ago
  22. d571388 Substantially hack on and clean up the release notes by Chris Lattner · 20 years ago
  23. f0431b0 Hide this option by Chris Lattner · 20 years ago
  24. 28791dd Separate instruction formats from instruction definitions. by Misha Brukman · 20 years ago
  25. 6a90f82 Add #include <cstdlib> and abort() to silence a warning by Misha Brukman · 20 years ago
  26. 82fd8d8 * ceil() requires #include <cmath> for compilation by Misha Brukman · 20 years ago
  27. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
  28. 1484089 Fix a regression in InstCombine/xor.ll by Chris Lattner · 20 years ago
  29. bcdda01 Fix a warning by Chris Lattner · 20 years ago
  30. e0b531c Adding ModuloScheduling so that it compiles for everyone. by Tanya Lattner · 20 years ago
  31. 5714f44 Adding friend MSSchedule for ModuloScheduling pass. by Tanya Lattner · 20 years ago
  32. c2df129 Fix warning by Chris Lattner · 20 years ago
  33. 91e76e8 Initial testcase for bytecode compatibility regression test. by Chris Lattner · 20 years ago
  34. 4fefe59 Update. by Reid Spencer · 20 years ago
  35. fc75271 Convert all I<> instructions to asmformat. by Chris Lattner · 20 years ago
  36. 4ae131e Dereferencing end() is bad. by Chris Lattner · 20 years ago
  37. 33c23dd Add some immediate forms, make name optional by Chris Lattner · 20 years ago
  38. c3d5f3e Be picky by Chris Lattner · 20 years ago
  39. 2d12b2c Instructions no longer need to have names. by Chris Lattner · 20 years ago
  40. a35ce87 Eliminate 3 of the X86 printImplicit* flags. by Chris Lattner · 20 years ago
  41. 1626c50 Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now by Chris Lattner · 20 years ago
  42. 0e967d4 Convert more instructions over to the asmprinter by Chris Lattner · 20 years ago
  43. 25369cf Handle registers a bit more efficiently by Chris Lattner · 20 years ago
  44. 068758e give FP stack registers names by Chris Lattner · 20 years ago
  45. ffff708 Switch more instructions over to using the asmprinter. Fix bugs in the emission by Chris Lattner · 20 years ago
  46. b12ee50 The tblgen'erated asmparser wants a way to print operands. by Chris Lattner · 20 years ago
  47. 076efa7 Add support for asm printing machine instructions that have operands. by Chris Lattner · 20 years ago
  48. 87c5905 Parse the operand list of the instruction. We currently support register and immediate operands. by Chris Lattner · 20 years ago
  49. 3fa861a Rename the Printer class -> X86AsmPrinter. by Chris Lattner · 20 years ago
  50. 8f945d7 Factor a bunch of the rules and add support for generating the asmwriter. by Chris Lattner · 20 years ago
  51. 96563df Specify an asm string and operands lists for a bunch of instructions. by Chris Lattner · 20 years ago
  52. 2e1f51b Initial cut at an asm writer emitter. So far, this only handles emission of by Chris Lattner · 20 years ago
  53. ec35240 Add, and start using, the CodeGenInstruction class. This class represents by Chris Lattner · 20 years ago
  54. c139203 Add the 'ops' marker, add an AsmString initializer by Chris Lattner · 20 years ago
  55. 803a5f6 Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) by Chris Lattner · 20 years ago
  56. 2082ebe Finegrainify namespacification by Chris Lattner · 20 years ago
  57. 1ab7c5b Completely disable the pattern isel until it is more substantial. by Chris Lattner · 20 years ago
  58. 4ad25e4 Entirely eliminate all patterns and expanders from this file. We shall go by Chris Lattner · 20 years ago
  59. bbe664c Move the 'Expander' node to later in the file, with the other experimental by Chris Lattner · 20 years ago
  60. bb737ed Remove obsolete file by Chris Lattner · 20 years ago
  61. f978a1d Make OptimizeBlock take a MachineFunction::iterator instead of a by Alkis Evlogimenos · 20 years ago
  62. 7f74340 Next on a pointer increments the pointer, not an iterator by Chris Lattner · 20 years ago
  63. 9fd3323 Use next() helper to make code more readable. Use by Alkis Evlogimenos · 20 years ago
  64. dd04583 Use MachineFunction::iterator instead of a MachineBasicBlock* because by Alkis Evlogimenos · 20 years ago
  65. 31e155e Align breaks. by Alkis Evlogimenos · 20 years ago
  66. f1fccfd Expose breakcriticaledges as a functionpass by Chris Lattner · 20 years ago
  67. 1e5fdf8 Expose this as a functionpass by Chris Lattner · 20 years ago
  68. 21ab22e Implement a simple target-independent CFG cleanup pass by Chris Lattner · 20 years ago
  69. 36c29db New pass by Chris Lattner · 20 years ago
  70. f24d879 Expose some helpful methods by Chris Lattner · 20 years ago
  71. 167cf33 Add breaks by Chris Lattner · 20 years ago
  72. 6103c17 Simplify code a bit. by Alkis Evlogimenos · 20 years ago
  73. 02a4530 Correctly spell 'unconditional'. by Alkis Evlogimenos · 20 years ago
  74. 36f506e Implement insertGoto and reverseBranchCondition for the X86. by Alkis Evlogimenos · 20 years ago
  75. e4d32f6 Change signature to take two basic blocks: the target and the one by Alkis Evlogimenos · 20 years ago
  76. 0cad9f5 Doxygenify some comments. by Alkis Evlogimenos · 20 years ago
  77. 096f58b Remove const from iterators passed by value. by Alkis Evlogimenos · 20 years ago
  78. 905f7af Add declarations for insertGoto and reverseBranchCondition. by Alkis Evlogimenos · 20 years ago
  79. 0f6eab3 I'm pretty sure that ba is branch always, which is a barrier. Brg should by Chris Lattner · 20 years ago
  80. 62cce39 Mark barrier instructions. Execution does not fall through uncond branches by Chris Lattner · 20 years ago
  81. 5850599 Support new flag by Chris Lattner · 20 years ago
  82. 2a809f6 New flag by Chris Lattner · 20 years ago
  83. 2441d6a Add new M_BARRIER_FLAG flag, and isBarrier() method to TargetInstrInfo by Chris Lattner · 20 years ago
  84. dc4a492 Add some machine CFG related stuff by Chris Lattner · 20 years ago
  85. 0a88d2d Updated ModuloScheduling. It makes it all the wya through register allocation on the new code!! by Tanya Lattner · 20 years ago
  86. 88f8f92 * Conditional save/restore of LR disabled as it's not quite correct by Misha Brukman · 20 years ago
  87. a9c528f Do not mark LR as callee-save: not quite correctly done. Patch: Nate Begeman. by Misha Brukman · 20 years ago
  88. 4ffddc5 * Temporarily suspend LR save/restore optimization as it is not quite correct by Misha Brukman · 20 years ago
  89. b714fdc Enable compilation. by Misha Brukman · 20 years ago
  90. cb6267b Fix De Morgan's name. by Misha Brukman · 20 years ago
  91. acd1f0f Start using the PatternMatcher a bit. by Chris Lattner · 20 years ago
  92. 524d8f1 Check in some useful helper routines for doing ML-style pattern matching on by Chris Lattner · 20 years ago
  93. ff8c1b3 I demand the ability to say 'if (isa<Value>(V))'! by Chris Lattner · 20 years ago
  94. 365f54c Convert a few assertions with side-effects into regular old runtime checks. by Brian Gaeke · 20 years ago
  95. 8f36321 by Chris Lattner · 20 years ago
  96. 78c038d Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  97. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  98. 879313a Fix #includes of i*.h => Instructions.h as per PR403: by Chris Lattner · 20 years ago
  99. 4ab78e0 Header moved by Chris Lattner · 20 years ago
  100. 9670eec Fix #includes of i*.h => Instructions.h as per PR403: by Chris Lattner · 20 years ago