1. c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 19 years ago
  2. faf1dae Use $( $| $) to represent alternatives in asm blocks instead of {|}. This by Chris Lattner · 19 years ago
  3. bf497a3 Fix an obvious typo. by Evan Cheng · 19 years ago
  4. f28bbda Bugfixes by Chris Lattner · 19 years ago
  5. ee773ba Print the MBB ID # along with the bb tag in the -print-machine-instrs output. by Chris Lattner · 19 years ago
  6. 20a6d8e ADd a method by Chris Lattner · 19 years ago
  7. e70cab0 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 19 years ago
  8. f938099 Simplify logic further. by Nick Lewycky · 19 years ago
  9. cd71da5 Implement floating point constants by Rafael Espindola · 19 years ago
  10. 13bf6c1 Fix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll by Chris Lattner · 19 years ago
  11. d12245a testcase for PR933 by Chris Lattner · 19 years ago
  12. f56a8db clean up use of 'explicit'. This is PR934. Patch contributed by Kevin Sopp! by Chris Lattner · 19 years ago
  13. a73a654 Simplify, now that predsimplify depends on break-crit-edges. by Nick Lewycky · 19 years ago
  14. 5c8c5d9 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 19 years ago
  15. 99435d3 Revert previous patch. Still breaking things. by Evan Cheng · 19 years ago
  16. f7da4e9 Fix for PR929. The PHI nodes were being gone through for each instruction by Bill Wendling · 19 years ago
  17. 86f7b21 Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll: by Chris Lattner · 19 years ago
  18. 2d4f13e New testcase for PR932 by Chris Lattner · 19 years ago
  19. 485130f These don't have immediate operands. by Evan Cheng · 19 years ago
  20. b62ff3f Move DominatorTree to immediately follow DominatorTreeBase by Chris Lattner · 19 years ago
  21. 9e071f0 fix the names of the 64bit fp register by Rafael Espindola · 19 years ago
  22. 76907e3 Don't build the runtime library if LLVMGCC is not configured. by Reid Spencer · 19 years ago
  23. b56371e fix misleading warning by Chris Lattner · 19 years ago
  24. 52121a1 Fix misleading warning message by Chris Lattner · 19 years ago
  25. 01078fb Debugging kruft by Jim Laskey · 19 years ago
  26. 543a0ee Update documentaion of node annotation (coloring) in viewGraph. by Jim Laskey · 19 years ago
  27. ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 19 years ago
  28. 39d78d6 Fixme is already done by Chris Lattner · 19 years ago
  29. ab38358 Teach globalsmodref-aa to track scalar pointer global variables which point by Chris Lattner · 19 years ago
  30. b363312 New testcase by Chris Lattner · 19 years ago
  31. e831b9a Fix a bug from r1.391 of this file, where we checked the size instead of by Chris Lattner · 19 years ago
  32. 537cf96 new testcase, malloc should be promoted to [2 x double]. by Chris Lattner · 19 years ago
  33. 596721f Fix debug output by Chris Lattner · 19 years ago
  34. 8639503 Implement SRA of heap allocations. by Chris Lattner · 19 years ago
  35. cb4f10b Override use_back in instruction/basicblock to provide more type information. by Chris Lattner · 19 years ago
  36. adc9546 Add a version of the globalvariable ctor that inserts at a specific location. by Chris Lattner · 19 years ago
  37. cff1673 Add some ifdef'd out debug info by Chris Lattner · 19 years ago
  38. 0d59c03 Stacker doesn't build universal right. by Chris Lattner · 19 years ago
  39. 71f84de Not needed. by Evan Cheng · 19 years ago
  40. 2718519 add floating point registers implement SINT_TO_FP by Rafael Espindola · 19 years ago
  41. d95e3f2 Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will by Chris Lattner · 19 years ago
  42. 151880b Define this in the correct n/s by Chris Lattner · 19 years ago
  43. b010d64 Adjust this to the wonky syntax that GCC expects. by Chris Lattner · 19 years ago
  44. 7a8efce Wrong directory. by Jim Laskey · 19 years ago
  45. ab4fa4f Minor cleanups by Chris Lattner · 19 years ago
  46. de65fb3 Now that ConstantBool::True/False are gone, we can modify Type.cpp to by Chris Lattner · 19 years ago
  47. 003cbf3 Eliminate ConstantBool::True and ConstantBool::False. Instead, provide by Chris Lattner · 19 years ago
  48. 47811b7 by Chris Lattner · 19 years ago
  49. 850ba99 Eliminate ConstantBool::True and ConstantBool::False. Instead, provideConstantBool::getTrue() and ConstantBool::getFalse(). by Chris Lattner · 19 years ago
  50. 6458f18 update comments by Chris Lattner · 19 years ago
  51. 7be164c wrap long lines by Chris Lattner · 19 years ago
  52. e354df9 simplify code by Chris Lattner · 19 years ago
  53. 33ce777 Simplify some code, reformat break's by Chris Lattner · 19 years ago
  54. f8f791e simplify code by Chris Lattner · 19 years ago
  55. 193c2d8 Simplify some code by Chris Lattner · 19 years ago
  56. 3295471 Another attempt at making ArgPromotion smarter. This patch no longer breaks Burg. by Owen Anderson · 19 years ago
  57. 40d31ec simplify code by Chris Lattner · 19 years ago
  58. 9fb471d simplify code by Chris Lattner · 19 years ago
  59. d9ae848 Use the -emit-llvm switch to generate LLVM assembly that can be parsed by Reid Spencer · 19 years ago
  60. 8a4d430 Add a test case for PR902. by Reid Spencer · 19 years ago
  61. 7c395ad Shift amounts are always 32-bits, even in 64-bit mode. This fixes by Chris Lattner · 19 years ago
  62. f120bec new testcase by Chris Lattner · 19 years ago
  63. 5b7e753 Fix PR902: by Reid Spencer · 19 years ago
  64. 2a0b2b2 Testcase for PR924 by Chris Lattner · 19 years ago
  65. 5feaa9a TargetRegisterClass specifies the desired spill alignment. However, it cannot be honored if stack alignment is smaller. by Evan Cheng · 19 years ago
  66. ba9f043 Fix search file for -release. by Jim Laskey · 19 years ago
  67. 27b8ba0 Add support for -release-asserts. by Jim Laskey · 19 years ago
  68. 22a9e5b Provide a gdb usage fix provided by Zhongzing Xu. by Reid Spencer · 19 years ago
  69. ca756d2 "Once more into the breach, dear friends, once more, or fill the wall up by Bill Wendling · 19 years ago
  70. 57f9a43 refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method. by Chris Lattner · 19 years ago
  71. f308ea0 add a note about a general improvement to the code generator by Chris Lattner · 19 years ago
  72. f6e70fa remove reference to dead method by Chris Lattner · 19 years ago
  73. b14cb10 remove dead method by Chris Lattner · 19 years ago
  74. 8a94bf1 Use the new ManagedStatic class to explicitly manage static variables, eliminating static ctors/dtors by Chris Lattner · 19 years ago
  75. 771cbf3 new helper class to provide more explicit management of static ctor/dtors. by Chris Lattner · 19 years ago
  76. 8af24b8 re-re-revert this, back to the right revision. It currently breaks bisort/mst by Chris Lattner · 19 years ago
  77. c2b4ec3 PEI now place callee save spills closest to the address pointed to by the by Evan Cheng · 19 years ago
  78. 02569d7 - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just by Evan Cheng · 19 years ago
  79. 31cefb9 re-revert this patch, bisort and mst are still broken in Olden. by Chris Lattner · 19 years ago
  80. 4da1abb Reapplying this patch. With the newest commits, the error in Olden/bisort by Bill Wendling · 19 years ago
  81. f38f543 silence warnings in release build by Chris Lattner · 19 years ago
  82. 79db5b7 Fix DFS walk. Fix http://llvm.org/bugs/show_bug.cgi?id=923 by Devang Patel · 19 years ago
  83. 6c88e9b Temporarily revert this. This breaks Olden/bisort on PPC by Chris Lattner · 19 years ago
  84. b05969e Make sure C++ protection shows up in debug info by Jim Laskey · 19 years ago
  85. 259bda4 This: AggregateString += "\0\0"; by Chris Lattner · 19 years ago
  86. c36f2a4 PR878: Instead of calculating the vreg to PHI use count everytime we get by Bill Wendling · 19 years ago
  87. 7514437 set DEBUG_TYPE right by Chris Lattner · 19 years ago
  88. 6432bf8 Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. by Devang Patel · 19 years ago
  89. 5468966 Use abstract private/comment directives, to increase portability to ppc/linux by Chris Lattner · 19 years ago
  90. bae02cf Add support for ${:private} which prints "L" on darwin. by Chris Lattner · 19 years ago
  91. 3ce9b67 Add support for ${:comment}, which expands to the current target's comment by Chris Lattner · 19 years ago
  92. 16f046a Actually, name the method PrintSpecial to match other stuff in AsmPrinter.h by Chris Lattner · 19 years ago
  93. 1bf6361 Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" and by Chris Lattner · 19 years ago
  94. 692d4e0 Rename function. It's determining which callee-save registers to save. by Evan Cheng · 19 years ago
  95. 1611343 Comments on JumpTableness by Andrew Lenharth · 19 years ago
  96. bb15185 Load chain check is not needed by Jim Laskey · 19 years ago
  97. 79597d2 Chain can be any operand by Jim Laskey · 19 years ago
  98. 3dd1170 Wrong size for load by Jim Laskey · 19 years ago
  99. 172585b Can't move a load node if it's chain is not used. by Jim Laskey · 19 years ago
  100. e87e115 Various random and minor code cleanups. by Chris Lattner · 19 years ago