1. 6514a32 Add accessor by Chris Lattner · 21 years ago
  2. 81a83f2 There is something wrong with code that looks like: by Chris Lattner · 21 years ago
  3. 0870e97 Use the registers g1 and g5 as temporaries for making far jumps and far calls, by Misha Brukman · 21 years ago
  4. 62f0e46 Removed Makefile.common. by John Criswell · 21 years ago
  5. 38aa542 Export the register classes so that the instruction selector can get at them as needed by Chris Lattner · 21 years ago
  6. 6a80975 Makefile.common: Remove commented-out and duplicate rules. by Brian Gaeke · 21 years ago
  7. c232818 Add a bunch of new Alpha Intrinsics for Rahul Joshi by Chris Lattner · 21 years ago
  8. e895a74 1. Bug fix: was using SLL instead of SLLX for ULongTy. Chump. by Vikram S. Adve · 21 years ago
  9. 5ac1175 Remove conversion of fp-to-uint cast into a multi-step cast: by Vikram S. Adve · 21 years ago
  10. 51a754e New testcase by Chris Lattner · 21 years ago
  11. 326e40a The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded by Chris Lattner · 21 years ago
  12. 8043127 Remove unnecessary use of NonCopyable by Chris Lattner · 21 years ago
  13. dfd414a Added asserts to prevent negative shift amounts from being generated. by Misha Brukman · 21 years ago
  14. 0897c60 SparcV9CodeEmitter.cpp: by Misha Brukman · 21 years ago
  15. c9cdadf Sort the file lists by Chris Lattner · 21 years ago
  16. f6bb183 Loop unroller doesn't necessarily need to be profile driven by Chris Lattner · 21 years ago
  17. 2959b6e Completely eliminate the isVoid TSFlag, shifting over all other fields by Chris Lattner · 21 years ago
  18. d87b59c add a pattern for RET, immediates no longer need to be explicitly typed by Chris Lattner · 21 years ago
  19. 3e77d6e Start adding usefulness to the DAG node definitions, add a new Expander class by Chris Lattner · 21 years ago
  20. 2787d1a Add error checking code to the node type parser. Start the instruction pattern by Chris Lattner · 21 years ago
  21. faca5ab Initial support for an instruction selector emitter by Chris Lattner · 21 years ago
  22. a7ac3cf All good classes with virtual functions should have virtual dtors... by Chris Lattner · 21 years ago
  23. 3f78134 Add an instruction selector emitter skeleton by Chris Lattner · 21 years ago
  24. 0e5e49e convert over to using TableGen backends by Chris Lattner · 21 years ago
  25. bc01723 Switch code over to being a TableGenBackend by Chris Lattner · 21 years ago
  26. 18a6a94 Add more helper methods by Chris Lattner · 21 years ago
  27. 2c0f2c7 New common interface for backends to use by Chris Lattner · 21 years ago
  28. c961a29 Added POOLFLAGS option to run pool allocation by Sumant Kowshik · 21 years ago
  29. 7496ec5 "fix" coding style stuff Change some <>'s into &lt;&gt;'s by Chris Lattner · 21 years ago
  30. 5e8b77e Completely eliminate the per-machine-instruction regsUsed set. by Chris Lattner · 21 years ago
  31. 3fd1f5b Use a new local data structure instead of the MachineInstr::regsUsed set by Chris Lattner · 21 years ago
  32. c393c57 Add a map by Chris Lattner · 21 years ago
  33. 6ae3117 Minor cleanups by Chris Lattner · 21 years ago
  34. 3bed95b Physical registers no longer live in the regsUsed set for each machine instr by Chris Lattner · 21 years ago
  35. 610234d Do not insert physical regsiters into the regsUsed set by Chris Lattner · 21 years ago
  36. cb04809 Reverted back to using OR for cmp/mv operations for lex/yacc output. by John Criswell · 21 years ago
  37. 75a005f Switched from using diff to cmp for two reasons: by John Criswell · 21 years ago
  38. 11a49a7 Fixed minor bug in SafeToHoist and made some changes suggested by Chris. by Tanya Lattner · 21 years ago
  39. 7526eed Added LICM test cases to: by Tanya Lattner · 21 years ago
  40. 9966c03 Fixed LICM bug that hoists trapping instructions that are not guaranteed to execute. by Tanya Lattner · 21 years ago
  41. c8afdc1 Minor changes: by Chris Lattner · 21 years ago
  42. 7ddb013 Add more verbose comment by Chris Lattner · 21 years ago
  43. 8366b38 Add a comment to the method decl by Chris Lattner · 21 years ago
  44. e057ca6 Remove unused method by Chris Lattner · 21 years ago
  45. 9f2ac19 Added declaration of mergeInGlobalsGraph by Sumant Kowshik · 21 years ago
  46. 108421a Added function mergeInGlobalsGraph which merges in the entire globals graph with the graph of a function by Sumant Kowshik · 21 years ago
  47. f67e7fc Major bug fixes including a memory leak and tracking some exceptional conditions. Also added support for including global and indirect call information in the DS graphs used by the pool allocation by Sumant Kowshik · 21 years ago
  48. 3785fad Specify DEBUG_TYPE's for the JIT debug messages by Chris Lattner · 21 years ago
  49. 907b7dc This method has now been changed to preserve flags for us! by Chris Lattner · 21 years ago
  50. a2dd745 All callers of these methods actually wanted them to preserve the flags, by Chris Lattner · 21 years ago
  51. 3d9c001 Added the declaration of InlineIndirectCalls by Sumant Kowshik · 21 years ago
  52. c9bbfbc Factor shared code by Chris Lattner · 21 years ago
  53. 122558b Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll by Chris Lattner · 21 years ago
  54. 5d6bdae new testcases that simplifycfg breaks by Chris Lattner · 21 years ago
  55. f4de783 * Removed `using' declaration, now use full namespace qualifier std::string by Misha Brukman · 21 years ago
  56. 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 21 years ago
  57. 7a01229 Implement TODO: print out short form of Invoke if possible by Chris Lattner · 21 years ago
  58. a493ae3 Only test the vector of functions if it is non-empty. by Misha Brukman · 21 years ago
  59. d88ba5a Stop special-casing annul and predict bits (which are Sparc-specific anyway) by Misha Brukman · 21 years ago
  60. c3cd8af * Set annul bit to be 0, because the Sparc backend currently does not use it. by Misha Brukman · 21 years ago
  61. 8c81945 Fix bugs handling ESP in alloca references by Chris Lattner · 21 years ago
  62. ffaee37 No functional changes, comment the fix I just put in by Chris Lattner · 21 years ago
  63. d7efef9 The CodeEmitterGenerator used to consider ANY uninitialized field as being an by Chris Lattner · 21 years ago
  64. d9ac6a7 Revert previous change, and be really anal about what physical registers can do. by Chris Lattner · 21 years ago
  65. 02beda1 This is the real fix for the previous register allocator problem. by Chris Lattner · 21 years ago
  66. b10cea8 Reformatted code to match the prevalent LLVM style; fit code into 80 columns. by Misha Brukman · 21 years ago
  67. 3683d9e ElectricFence found this bug where we were reading past the vector boundary. by Misha Brukman · 21 years ago
  68. 27615d7 Don't bother calculating info unless its needed. May reduce number of stack slots created. by Chris Lattner · 21 years ago
  69. b8822ad * Fix spelling of 'necessary' by Chris Lattner · 21 years ago
  70. 579ebb8 New testcase, identified by Vikram, reduced by Brian by Chris Lattner · 21 years ago
  71. 0bfd186 Add patterns for (mov R, R) (mov R, I) and subtracts. The moves are to enable by Chris Lattner · 21 years ago
  72. c34921d Change comments into something that TableGen can read! by Chris Lattner · 21 years ago
  73. 244883e Allow instructions to have a DAG pattern associated with them. by Chris Lattner · 21 years ago
  74. 6770aed Rename register classes to be upper case to make it obvious that they are X86 by Chris Lattner · 21 years ago
  75. bc21c34 Parse DAG patterns by Chris Lattner · 21 years ago
  76. 8e9a977 add support for DagInit initializers, which represent DAG patterns by Chris Lattner · 21 years ago
  77. 7c1af88 New testcase by Chris Lattner · 21 years ago
  78. 13854f2 Update file header comment by Chris Lattner · 21 years ago
  79. 68a13dc Urg, do not print "foo has changed" messages by Chris Lattner · 21 years ago
  80. 7bb107d While I'm looking at it, line up the SED lines by Chris Lattner · 21 years ago
  81. a328f88 * Don't print out HOW we are running Flex unless in verbose mode. We already by Chris Lattner · 21 years ago
  82. 5d3f1f0 Do not attempt to reduce a test case if it is an empty set. by Misha Brukman · 21 years ago
  83. 5cfff25 Added code that ensures that we don't try to reduce an empty vector of basic by John Criswell · 21 years ago
  84. e5bb2d9 There is nothing special about noops anymore by Chris Lattner · 21 years ago
  85. 17d4d14 There is nothing special about noops now by Chris Lattner · 21 years ago
  86. cad3569 Transition complete, remove the obsolete 'set' keyword by Chris Lattner · 21 years ago
  87. 7cc7d98 Transition to using 'let X = y' instead of 'set X = y'. by Chris Lattner · 21 years ago
  88. c8f4587 transition to using let instead of set by Chris Lattner · 21 years ago
  89. 60e81db Transition to using let instead of set by Chris Lattner · 21 years ago
  90. 42aa89e Start transitioning towards using 'let X = y in' statements, instead of 'set X = y in'. by Chris Lattner · 21 years ago
  91. e9d019c It appears that somehow we forgot to add support for code variables. by Chris Lattner · 21 years ago
  92. 83a913d New testcase by Chris Lattner · 21 years ago
  93. 40f7113 Add initial support for a new 'dag' type by Chris Lattner · 21 years ago
  94. 5e2cb8b Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRanges.llx by Chris Lattner · 21 years ago
  95. 1913c11 New testcase by Chris Lattner · 21 years ago
  96. 72feb15 Simplify some constant expressions by Chris Lattner · 21 years ago
  97. ca25b95 Make sure to flush the output stream so that we get incremental updates by Chris Lattner · 21 years ago
  98. 6730c81 Print accurate run instructions for when testing LLC by Chris Lattner · 21 years ago
  99. d587a84 Remove illegal, unsupported escapes. This fixes program: Ptrdist-bc by Chris Lattner · 21 years ago
  100. e012132 * Sort #includes, remove dupliates by Chris Lattner · 21 years ago