1. 16609f3 Remove module providers from ocaml. by Erick Tryzelaar · 15 years ago
  2. d1b7382 Fix some issues in WalkChainUsers dealing with by Chris Lattner · 15 years ago
  3. 71b58d6 this testcase is failing because pic16 doesn't define a reg/reg by Chris Lattner · 15 years ago
  4. 705443f Add support for use to ocaml. by Erick Tryzelaar · 15 years ago
  5. 1aa3e92 xfail this for now. by Chris Lattner · 15 years ago
  6. c4f7ec8 When expanding an expression such as (A + B + C + D), sort the operands by Dan Gohman · 15 years ago
  7. 5b5a1fe clean up some testcases. by Chris Lattner · 15 years ago
  8. 82dd3d3 Fix the xfail I added a couple of patches back. The issue by Chris Lattner · 15 years ago
  9. c6d7ad3 Rewrite chain handling validation and input TokenFactor handling by Chris Lattner · 15 years ago
  10. 5b870af Fix several places to handle vector operands properly. by Dan Gohman · 15 years ago
  11. 069d6f3 Non-affine post-inc SCEV expansions have more code which must be by Dan Gohman · 15 years ago
  12. a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
  13. 117ccb7 Fix PR2590 by making PatternSortingPredicate actually be by Chris Lattner · 15 years ago
  14. 09a695e Remove tests that checks @llvm.dbg.stoppoint handling. by Devang Patel · 15 years ago
  15. f09999e stop using anders-aa by Chris Lattner · 15 years ago
  16. 9e5cc28 stop using anders-aa by Chris Lattner · 15 years ago
  17. 69ece93 remove andersen's tests. by Chris Lattner · 15 years ago
  18. 929bdfe @llvm.dbg.stoppoint intrinsic is not used anymore. Delete dead testcase. by Devang Patel · 15 years ago
  19. 9ce6cb8 Update to use new debug info encoding scheme. As a bonus, now the test passes! by Devang Patel · 15 years ago
  20. 39ca4ea Remove this test because it checks wheter optimizer handled @llvm.dbg.global_variable appropriately or not. LLVM does not use this scheme to encode debug info for global variables any more. by Devang Patel · 15 years ago
  21. 4a76d17 Remove test to check bugfix in handing debug info for global variables using intrinsics. Now, debug info for global variable is encoded using metadata. The old code path is now history and there is no need to have a test to check a bug fix in old code path. by Devang Patel · 15 years ago
  22. fc242bf Remove dead test. by Devang Patel · 15 years ago
  23. 1e19cf6 Replace test case that uses @llvm.dbg.* intrinsic with a test that uses metadata. by Devang Patel · 15 years ago
  24. d1f94e9 These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint intrinsic or not. This intrinsic is not used anymore. by Devang Patel · 15 years ago
  25. 81607c9 This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropriately or not. Now, llvm does not use this intrinsic. Remove this test. by Devang Patel · 15 years ago
  26. 2cbb94d Rewrite test to test VLA using new debug info encoding scheme. by Devang Patel · 15 years ago
  27. 0e7d26c Remove this generic debug info intrinsic test. LLVM does not use this llvm.dbg.stoppoint intrinsic anymore. There are tests to check new implementation, which attaches location information directly with an instruction using metadata. by Devang Patel · 15 years ago
  28. 3a9fd80 LLVM instruction syntax doesn't have trailing semicolons. by Dan Gohman · 15 years ago
  29. b65c5f2 Add support getting the operands of a User to ocaml. by Erick Tryzelaar · 15 years ago
  30. 6ba5c56 Add support for global aliases to ocaml. by Erick Tryzelaar · 15 years ago
  31. ce89b4e Add support for inserting inline asm to ocaml. by Erick Tryzelaar · 15 years ago
  32. f70cbb2 add some random nounwinds. by Chris Lattner · 15 years ago
  33. 5b0a774 Add support for getting a null pointer. by Erick Tryzelaar · 15 years ago
  34. d80ce75 Add a way to look up a type by it's name in a module. by Erick Tryzelaar · 15 years ago
  35. 8e130b1 Add support for global variables in an address space for llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  36. c59286b Add indirect br support to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  37. 46c80e0 Add metadata functions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  38. 19f047f Add the new builder arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  39. 1940dd1 Add the new union arthmetic instructions to llvm-c and ocaml. by Erick Tryzelaar · 15 years ago
  40. 6e2ee56 Rename ocaml vmcore tests to make it easier to insert tests. by Erick Tryzelaar · 15 years ago
  41. d2b4aff Remove malloc and free from the ocaml bindings. by Erick Tryzelaar · 15 years ago
  42. e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 15 years ago
  43. 6ac33b4 Don't try to replace physical registers when doing CSE. by Dan Gohman · 15 years ago
  44. 53a50e2 Add nounwinds. by Dan Gohman · 15 years ago
  45. 2c755ba Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap. by Evan Cheng · 15 years ago
  46. d38cdb0 fix PR6414, a nondeterminism issue in IPSCCP which was because by Chris Lattner · 15 years ago
  47. 2432966 Use the right floating point load/store instructions in PPCInstrInfo::foldMemoryOperandImpl(). by Jakob Stoklund Olesen · 15 years ago
  48. 3f5e0b8 fix PR6435 another bug from the MallocInst elimination work. by Chris Lattner · 15 years ago
  49. 2b00702 Reapply things reverted back in 97220, with the fixed test case. by Sanjiv Gupta · 15 years ago
  50. d712783 Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy. by Richard Osborne · 15 years ago
  51. 5478b6b this file lacks a run line! by Chris Lattner · 15 years ago
  52. a687465 rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs by Chris Lattner · 15 years ago
  53. 55983f1 tests: Propogate the HOME environment variable through to tests. I'm ambivalent by Daniel Dunbar · 15 years ago
  54. d6c8472 change the scope node to include a list of children to be checked by Chris Lattner · 15 years ago
  55. d74acb0 This is a patch to the assembler frontend to detect when aligning a text by Kevin Enderby · 15 years ago
  56. 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
  57. aa9d854 Revert r97064. Duncan pointed out that bitcasts are defined in by Dan Gohman · 15 years ago
  58. 8566963 Make LoopSimplify change conditional branches in loop exiting blocks by Dan Gohman · 15 years ago
  59. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  60. 657baec Create a stack frame on ARM when by Jakob Stoklund Olesen · 15 years ago
  61. e742bb5 Check for comparisons of +/- zero when optimizing less-than-or-equal and by Bob Wilson · 15 years ago
  62. c382bc3 Make getTypeSizeInBits work correctly for array types; it should return by Dan Gohman · 15 years ago
  63. cfe30ef Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in by Daniel Dunbar · 15 years ago
  64. e832693 When forming SSE min and max nodes for UGE and ULE comparisons, it's by Dan Gohman · 15 years ago
  65. 736a6ea Change the scheduler from adding nodes in allnodes order by Chris Lattner · 15 years ago
  66. f9a4b76 LowerCall() should always do getCopyFromReg() to reference the stack pointer. by Jim Grosbach · 15 years ago
  67. 97e6b83 Re-apply 96540 and 96556 with fixes. by Evan Cheng · 15 years ago
  68. c3027f7 DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it by Jakob Stoklund Olesen · 15 years ago
  69. 450986d Remember to handle sub-registers when moving imp-defs to a rematted instruction. by Jakob Stoklund Olesen · 15 years ago
  70. dcfe5f3 Keep track of phi join registers explicitly in LiveVariables. by Jakob Stoklund Olesen · 15 years ago
  71. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  72. df0732d new test case for r96974. by Devang Patel · 15 years ago
  73. a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
  74. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  75. 21dc20c Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't by Dan Gohman · 15 years ago
  76. b80a2a6 Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to by Dan Gohman · 15 years ago
  77. 78700b0 Lower BR_JT on the XCore to a jump into a series of jump instructions. by Richard Osborne · 15 years ago
  78. 3d4cea3 tests: Don't make a missing llvm-gcc dir a fatal error. by Daniel Dunbar · 15 years ago
  79. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  80. a04942b Fix a thinko in the lit.cfg. by Daniel Dunbar · 15 years ago
  81. 7cebe55 Update the test suite. by Mikhail Glushenkov · 15 years ago
  82. a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
  83. 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
  84. a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
  85. 4145a53 Convert this test to FileCheck and add a testcase for PR3574. by Dan Gohman · 15 years ago
  86. c6feeb7 These should not have been committed. by Evan Cheng · 15 years ago
  87. 48eb39b no need to run llvm-as here. by Chris Lattner · 15 years ago
  88. 6e5dfd4 Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting. by Evan Cheng · 15 years ago
  89. 12f9168 Add a test for canonicalizing ConstantExpr operands. by Dan Gohman · 15 years ago
  90. 0e488b3 Canonicalize ConstantInts to the right operand of commutative operators. by Dan Gohman · 15 years ago
  91. fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 15 years ago
  92. 9265275 Mark the return address stack slot as mutable when moving the return address by Arnold Schwaighofer · 15 years ago
  93. 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 15 years ago
  94. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
  95. 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 15 years ago
  96. 278f958 When emitting an instruction which depends on both a post-incremented by Dan Gohman · 15 years ago
  97. 728ea19 add some no-unwinds, other minor cleanups. by Chris Lattner · 15 years ago
  98. 25e0f91 add a triple so that this doesn't fail due to linux/ppc register printing by Chris Lattner · 15 years ago
  99. ad14fcc filecheckize and add nouwinds. by Chris Lattner · 15 years ago
  100. 455080f IT turns out that during jumpless setcc lowering eq and ne were swapped. by Anton Korobeynikov · 15 years ago