1. 30d15751 Unbreak x86-32 darwin long double! by Duncan Sands · 17 years ago
  2. 004a81d Fix long double support on x86-32 linux. by Duncan Sands · 17 years ago
  3. c45d98d Pruning includes. by Gordon Henriksen · 17 years ago
  4. 323cd29 Operand 1 should be a register. We don't care if it's a preg, vreg, or 0. by Bill Wendling · 17 years ago
  5. 4e4e461 add a note by Chris Lattner · 17 years ago
  6. f14cf85 remove #includage by Chris Lattner · 17 years ago
  7. d3f99e2 split TargetInstrDesc out into its own header file. by Chris Lattner · 17 years ago
  8. 749c6f6 rename TargetInstrDescriptor -> TargetInstrDesc. by Chris Lattner · 17 years ago
  9. 682b8ae remove a dead method. by Chris Lattner · 17 years ago
  10. 3db805e simplify some code. by Chris Lattner · 17 years ago
  11. 0ff2396 Rename all the M_* flags to be namespace qualified enums, and switch by Chris Lattner · 17 years ago
  12. c17d69f use predicate. by Chris Lattner · 17 years ago
  13. e32d765 add more and significantly better comments to the rest of the machineinstr by Chris Lattner · 17 years ago
  14. f86e1df simplify some code using new predicates by Chris Lattner · 17 years ago
  15. 13cea0b add some mroe comments, add a isImplicitDef() method, add by Chris Lattner · 17 years ago
  16. 8f707e1 rename hasVariableOperands() -> isVariadic(). Add some comments. by Chris Lattner · 17 years ago
  17. 4764189 Move M_* flags down in the file. Move SchedClass up in the by Chris Lattner · 17 years ago
  18. 775060d remove a dead field. by Chris Lattner · 17 years ago
  19. af3eb7c the name field of instructions is never set to a non-empty string, by Chris Lattner · 17 years ago
  20. 7358c19 no need to explicitly clear these fields. by Chris Lattner · 17 years ago
  21. 0aaa4f0 Removing a leaked file. by Gordon Henriksen · 17 years ago
  22. 349c495 Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor by Chris Lattner · 17 years ago
  23. cc8cd0c remove MachineOpCode typedef. by Chris Lattner · 17 years ago
  24. ba6da5d remove some uses of MachineOpCode, move getSchedClass by Chris Lattner · 17 years ago
  25. 8ca5c67 Add predicates methods to TargetOperandInfo, and switch all clients by Chris Lattner · 17 years ago
  26. 572742e Setting GlobalDirective in TargetAsmInfo by default rather than by Gordon Henriksen · 17 years ago
  27. 9bb0681 Deleting an empty file. Thanks, /usr/bin/patch! by Gordon Henriksen · 17 years ago
  28. 6924430 Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects by Chris Lattner · 17 years ago
  29. 6425f8b Update CodeGen for MRegisterInfo --> TargetInstrInfo changes. by Owen Anderson · 17 years ago
  30. 43dbe05 Move even more functionality from MRegisterInfo into TargetInstrInfo. by Owen Anderson · 17 years ago
  31. 93f96d0 Ammending r45669 with a missing file. by Gordon Henriksen · 17 years ago
  32. 8fa8929 With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 17 years ago
  33. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 17 years ago
  34. 7e40ad5 The pic base can't be duplicated. by Chris Lattner · 17 years ago
  35. 834f1ce rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. by Chris Lattner · 17 years ago
  36. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  37. a31d1d7 improve description of alignment, patch by Alain Frisch. by Chris Lattner · 17 years ago
  38. 4b2cbcf Fix typo noticed by 'Danny' in PR1901 by Chris Lattner · 17 years ago
  39. e4b8387 back out accidental commit. by Chris Lattner · 17 years ago
  40. f07b9a7 fix an accidental commit that broke all the testers :( by Chris Lattner · 17 years ago
  41. ad9a9e1 The transform that tries to turn calls to bitcast functions into by Duncan Sands · 17 years ago
  42. a9d0c9d When transforming a call to a bitcast function into by Duncan Sands · 17 years ago
  43. 2e48a70 rename isStore -> mayStore to more accurately reflect what it captures. by Chris Lattner · 17 years ago
  44. 920595a Remove an unused variable. by Duncan Sands · 17 years ago
  45. c8478d8 Change the 'isStore' inferrer to look for 'SDNPMayStore' by Chris Lattner · 17 years ago
  46. 13c6310 remove explicit isStore flags that are now inferrable. by Chris Lattner · 17 years ago
  47. 9c9fbf8 remove some isStore flags that are now inferred automatically. by Chris Lattner · 17 years ago
  48. 8ed9c1a describe isStore and simplify the implementation of hasUnmodelledSideEffects. by Chris Lattner · 17 years ago
  49. e67bde5 set the 'isstore' flag for instructions whose pattern is an by Chris Lattner · 17 years ago
  50. e81cd88 Accept both %y, %x and %x, %y as valid answers. by Nick Lewycky · 17 years ago
  51. 2d51a4c remove some old hacky code that tried to infer whether a store by Chris Lattner · 17 years ago
  52. a529a37 rearrange some code to allow inferring instr info from the pattern of the instr, but don't do so yet. by Chris Lattner · 17 years ago
  53. f1ab4f1 improve const correctness. by Chris Lattner · 17 years ago
  54. 6cc654b Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor. by Chris Lattner · 17 years ago
  55. 5fbe275 final cleanups. by Chris Lattner · 17 years ago
  56. ef8339b further simplifications and cleanup by Chris Lattner · 17 years ago
  57. 951740a simplify some code by Chris Lattner · 17 years ago
  58. fe71893 rename CodegenDAGPatterns -> CodeGenDAGPatterns by Chris Lattner · 17 years ago
  59. 7b11712 split enum emission out from InstrInfoEmitter into it's own tblgen backend. by Chris Lattner · 17 years ago
  60. 93c7e41 fix build on case sensitive file systems. by Chris Lattner · 17 years ago
  61. f995830 Fix comment. by Bill Wendling · 17 years ago
  62. 19033bf make this build with newer gcc's by Chris Lattner · 17 years ago
  63. 200c57e now that computing CodegenDAGPatterns doesn't implicitly print stuff by Chris Lattner · 17 years ago
  64. 443e3f9 move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter. by Chris Lattner · 17 years ago
  65. dc32f98 move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter. by Chris Lattner · 17 years ago
  66. 60d8139 fix a fixme by improving const correctness. by Chris Lattner · 17 years ago
  67. 6cefb77 change getQualifiedName to be a global function. by Chris Lattner · 17 years ago
  68. 219f67f Remove an incorrect optimization that is performed correctly by by Nate Begeman · 17 years ago
  69. 2281a99 If custom lowering of insert element fails, the result Val will be 0. by Nate Begeman · 17 years ago
  70. 54b62f3 Fix build issue on certain compilers. by Chris Lattner · 17 years ago
  71. 8673766 Refactoring the x86 and x86-64 calling convention implementations, by Gordon Henriksen · 17 years ago
  72. df303bd Chris and Evan noticed that this check was compleatly fubared. I was by Bill Wendling · 17 years ago
  73. e430e1c The current impl is really trivial, add some comments about how it can be made better. by Chris Lattner · 17 years ago
  74. 3c42f12 allow sinking to be enabled for the jit by Chris Lattner · 17 years ago
  75. f29495a enable sinking and licm of loads from the argument area. I'd like to enable this by Chris Lattner · 17 years ago
  76. 3b5a221 simplify some code by using shorter accessors. by Chris Lattner · 17 years ago
  77. a83b34b revert my previous patch. by Chris Lattner · 17 years ago
  78. 505d4ab factor some code better to avoid redundancy between by Chris Lattner · 17 years ago
  79. e9648f8 getting the pic base has no side effects. by Chris Lattner · 17 years ago
  80. ba84ed7 don't sink anything with side effects, this makes lots of stuff work, but sinks almost nothing. by Chris Lattner · 17 years ago
  81. 2a3e08b X86 JIT PIC jumptable support. by Evan Cheng · 17 years ago
  82. 9bb459b fix a common crash. by Chris Lattner · 17 years ago
  83. 5a62d0a remove a couple more unsafe xforms in the face of overflow. by Chris Lattner · 17 years ago
  84. b656601 remove the (x-y) < 0 comparison xform, it miscompiles by Chris Lattner · 17 years ago
  85. a393cd3 I should not be allowed to commit when sleepy. by Owen Anderson · 17 years ago
  86. a997c49 Didn't mean to commit this. by Owen Anderson · 17 years ago
  87. 699f5fa Didn't mean to commit this. by Owen Anderson · 17 years ago
  88. 0475ab5 Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be moved if needed. by Evan Cheng · 17 years ago
  89. d94b6a1 Move some more functionality from MRegisterInfo to TargetInstrInfo. by Owen Anderson · 17 years ago
  90. 67d65bb Don't recalculate the loop info and loop dominators analyses if they're by Bill Wendling · 17 years ago
  91. b670a17 fix typo by Wojciech Matyjewicz · 17 years ago
  92. 21a715a fix typo by Wojciech Matyjewicz · 17 years ago
  93. ad04cb2 Testcase with non-integer "bitfields" (in quotes, by Duncan Sands · 17 years ago
  94. 6321460 Fix a typo in llvm.mli noticed by Alain Frisch. by Gordon Henriksen · 17 years ago
  95. e2940c3 Testcase for PR1386. by Duncan Sands · 17 years ago
  96. 3275908 doc_code-ify some code in this doc. by Bill Wendling · 17 years ago
  97. 96a6931 Quote a path in the Ocaml makefile which is likely to include spaces on Windows. by Gordon Henriksen · 17 years ago
  98. 991500e Unbreak tailcall opt in JIT. by Evan Cheng · 17 years ago
  99. be8c03f X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. by Evan Cheng · 17 years ago
  100. 2674d71 80-column violations. by Bill Wendling · 17 years ago