1. 6a353ed Only test that uncond branch works by Chris Lattner · 22 years ago
  2. e9913f2 * Fix nonconstant shift case * Turn table into 2d table by Chris Lattner · 22 years ago
  3. 8b6c5e4 Expose a LJELLO variable by Chris Lattner · 22 years ago
  4. b3e3cae Tests results are invalidated when jello is rebuilt by Chris Lattner · 22 years ago
  5. b1761fc Use a more table driven approach to handling types. Seems to simplify the by Chris Lattner · 22 years ago
  6. d5a87f8 Make switch statements denser, but only because of the follow-on patch by Chris Lattner · 22 years ago
  7. 796df73 * Remove dead variable * Shift amount is always guaranteed to be 8 bits by Chris Lattner · 22 years ago
  8. 5af344d Implement the "unknown flag" which mainly consists of aligning printing code by Chris Lattner · 22 years ago
  9. 7a0b5bb Oops, this was not meant to be checked in by Chris Lattner · 22 years ago
  10. 9267329 Stop representing scalars as explicit nodes in the graph. Now the only by Chris Lattner · 22 years ago
  11. 3320432 * Eliminate Scalar node type (renumber other node types) by Chris Lattner · 22 years ago
  12. 7e9fea7 Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll by Nick Hildenbrandt · 22 years ago
  13. 4f53bef Fix comments, steens is context sensitive, we just haven't implemented by Chris Lattner · 22 years ago
  14. 09e89fa Add a testcase cee should eventually pass by Chris Lattner · 22 years ago
  15. 1b3b4c5 Use absolute path name for "analyze" since we are changing directories. by Vikram S. Adve · 22 years ago
  16. ec3e2f4 New iostream definitions by Chris Lattner · 22 years ago
  17. a145d41 Make sure to include name information if we have it by Chris Lattner · 22 years ago
  18. e6f960a Fix burg build problem. by Chris Lattner · 22 years ago
  19. 7f124e3 Add a fixme by Chris Lattner · 22 years ago
  20. 8e0a6bf A new test case that tries to generate all the different possible shift opcodes. by Brian Gaeke · 22 years ago
  21. a1719c9 InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. by Brian Gaeke · 22 years ago
  22. 9b87c5c * Minor optimization: when merging nodes, merge the smaller one into the by Chris Lattner · 22 years ago
  23. e3aa8aa Eliminate some unneccesary #includes and forward decls by Chris Lattner · 22 years ago
  24. baa2c40 CBE doesn't alloc correctly by Nick Hildenbrandt · 22 years ago
  25. 59b2b86 Reassociate pass now works by Chris Lattner · 22 years ago
  26. 52af630 Reassociate now works by Chris Lattner · 22 years ago
  27. e4b7304 Fixes to the reassociate pass to make it respect dominance properties by Chris Lattner · 22 years ago
  28. 2fe6626 Fix nasty bug in ::isNeg() by Chris Lattner · 22 years ago
  29. 26fbcec Restore support for indirect function calls (which briefly wasn't working by Vikram S. Adve · 22 years ago
  30. 38bb2ff8 Do not print "NEW FILES AND DIRECTORIES" unless requested separately by Vikram S. Adve · 22 years ago
  31. 7e51c87 Remove dead code by Chris Lattner · 22 years ago
  32. caf1862 Refactored DSGraph.h: by Misha Brukman · 22 years ago
  33. 8f0a16e This fixes all kinds of problems with array handling. There are still bugs to by Chris Lattner · 22 years ago
  34. db94ca1 New testcases by Chris Lattner · 22 years ago
  35. f89e7c9 Tell cvs to ignore *.dot and *.ps files in this directory by Chris Lattner · 22 years ago
  36. 2230b41 New testcase for the possible array merging scenarios by Chris Lattner · 22 years ago
  37. 6b1c4fc Can simplify code now with the isCommutative() method. by Chris Lattner · 22 years ago
  38. f37c344 Use new isCommutative interface, which gives us SetEQ and SetNE for free. by Chris Lattner · 22 years ago
  39. f2da724 New isAssociative/isCommutative inspection methods, graciously contributed by by Chris Lattner · 22 years ago
  40. 4932b31 Statistic class should return const reference to *this, not a reference to by Chris Lattner · 22 years ago
  41. 6918c07 BreakCriticalEdges should update dominance frontier information as well as by Chris Lattner · 22 years ago
  42. a24e09d Add interface to update domfrontier info, thanks to Casey Carter for impl by Chris Lattner · 22 years ago
  43. b07a440 New testcases by Chris Lattner · 22 years ago
  44. 2fdaddf Fix two problems: by Chris Lattner · 22 years ago
  45. 601899d Bug fix: need to initialize new CallArgsDescriptor pointer. by Vikram S. Adve · 22 years ago
  46. 8f211a4 Bug fix in setting an implicit ref. by Vikram S. Adve · 22 years ago
  47. 9691807 In getID(), don't call getValidSymbolName to mangle external names! by Vikram S. Adve · 22 years ago
  48. cc0b0c5 Add lots more info by Chris Lattner · 22 years ago
  49. b246cee Return 0 instead of 1 for correct execution. Makes automated testing happy. by Misha Brukman · 22 years ago
  50. 5728abc Make the testcase MORE complex by Chris Lattner · 22 years ago
  51. 188732c Remove fixme by Chris Lattner · 22 years ago
  52. 6a59227 Add special code to make printing SSA form machine instructions nicer by Chris Lattner · 22 years ago
  53. 1162262 Name the first basic block by Chris Lattner · 22 years ago
  54. 8548ee7 Make sure to set the destination register correctly by Chris Lattner · 22 years ago
  55. 9cc3615 Allow BuildMI that helps automate construction of SSA information by Chris Lattner · 22 years ago
  56. b752e9a Set the destination register field based on the target specific flags by Chris Lattner · 22 years ago
  57. 9d17740 Add flag to specify when no value is produced by an instruction by Chris Lattner · 22 years ago
  58. 443d012 Sparc backend doesn't use target specific flags yet by Chris Lattner · 22 years ago
  59. 75e961a * Add new "Target Specific Flags" field to instruction descriptor by Chris Lattner · 22 years ago
  60. 2a79a09 Use MRegisterInfo, if available, to print symbolic register names by Chris Lattner · 22 years ago
  61. e5f5221 Implement the new optional getRegisterInfo by Chris Lattner · 22 years ago
  62. 478df7a Add new optional getRegisterInfo to TargetMachine by Chris Lattner · 22 years ago
  63. 1049164 Implement structured machine code printing by Chris Lattner · 22 years ago
  64. 3dffa79 Print machine code after instruction selection by Chris Lattner · 22 years ago
  65. 42c7786 Make sure to pass the LLVM basic block in by Chris Lattner · 22 years ago
  66. fa78fbf Add support for structured printing by Chris Lattner · 22 years ago
  67. dea7383 Improve comments, add methods for structured printing by Chris Lattner · 22 years ago
  68. a22026a Jello now builds by Chris Lattner · 22 years ago
  69. 36b3603 Construct annotation, to make sure it's attached to function by Chris Lattner · 22 years ago
  70. 8815c79 Add method by Chris Lattner · 22 years ago
  71. 8872618 Make argsize calculation stuff optional, so that Targets without FrameInfo by Chris Lattner · 22 years ago
  72. ddd7fcb Implement autoinserting ctor by Chris Lattner · 22 years ago
  73. e316efc Rename annotation id by Chris Lattner · 22 years ago
  74. 7db458f Add capability to have machine instruction autoinsert when it is created by Chris Lattner · 22 years ago
  75. a3bbcb5 Fix spelling of `propagate'. by Misha Brukman · 22 years ago
  76. 81619b1 Fixed spelling of `propagation'. by Misha Brukman · 22 years ago
  77. b4f68ed Convert backend to use passes, implement X86TargetMachine by Chris Lattner · 22 years ago
  78. c66583e These are no longer virtual methods by Chris Lattner · 22 years ago
  79. 272ba1d Eliminate virtual methods that are sparc specific by Chris Lattner · 22 years ago
  80. ab0aa7f * Privatize the TargetName by Chris Lattner · 22 years ago
  81. c56406c * Privatize the TargetName by Chris Lattner · 22 years ago
  82. 62eaf7e Implement findOptimalStorageSize a bit more generally by Chris Lattner · 22 years ago
  83. 6334205 Allow TargetMachine to refuse static code gen by Chris Lattner · 22 years ago
  84. 083ee69 Convert jello to use PassManager by Chris Lattner · 22 years ago
  85. 055c965 Rename X86InstructionInfo to X86InstrInfo by Chris Lattner · 22 years ago
  86. a74db85 Rename Sparc.h to TargetMachineImpls.h. Add hook for X86 target by Chris Lattner · 22 years ago
  87. 5c1b524 Add hook for JIT compiler by Chris Lattner · 22 years ago
  88. 33f53b5 Minor renaming by Chris Lattner · 22 years ago
  89. 6560b6b Rename Sparc.h TargetMachineImpls.h by Chris Lattner · 22 years ago
  90. eef7454 Remove unneccesary #includes by Chris Lattner · 22 years ago
  91. 600e699 Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  92. 4aba5e3 * Remove explicit strcmp calls * Rename Sparc.h to TargetMachineImpls.h by Chris Lattner · 22 years ago
  93. 5f9a61a Move to TargetMachineImpls.h by Chris Lattner · 22 years ago
  94. b85c7f4 Reenable X86 backend, even though it doesn't do much, at least it compiles by Chris Lattner · 22 years ago
  95. ba64363 Merge with sparc backend by Chris Lattner · 22 years ago
  96. c1f49e4 Merge to MachineInstrInfo.h by Chris Lattner · 22 years ago
  97. 35c9a6d X86 merge complete, eliminate dead code by Chris Lattner · 22 years ago
  98. 495fe2e X86 merge is complete, eliminate unused code by Chris Lattner · 22 years ago
  99. a2bae30 Remove separate vector of implicit refs from MachineInstr, and by Vikram S. Adve · 22 years ago
  100. e68a343 Move CallArgsDescriptor into this class instead of making it an by Vikram S. Adve · 22 years ago