1. 1f4a32f Revert r138606 until LowerInvoke has been converted to the new EH scheme. by Bill Wendling · 14 years ago
  2. 1a9a2d0 Update to the new EH scheme. by Bill Wendling · 14 years ago
  3. 8b6af8a LSR wants to split the landing pad's critical edge. Let it do it, but use the by Bill Wendling · 14 years ago
  4. b9484ca Comment correction. by Andrew Trick · 14 years ago
  5. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  6. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 14 years ago
  7. d0626aa Added a testcase for PR10220. by Lang Hames · 14 years ago
  8. 9da9934 Introduce "expect" intrinsic instructions. by Jakub Staszak · 14 years ago
  9. 8594d42 Handle debug info for i128 constants. by Devang Patel · 14 years ago
  10. b85e4eb rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 14 years ago
  11. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 14 years ago
  12. 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 14 years ago
  13. 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 14 years ago
  14. 589badd Rename the test. Thanks Cameron! Use shorter/generic names. by Anna Zaks · 14 years ago
  15. 3c397eb Function::getNumBlockIDs() should be used instead of Function::size() to set the upper limit on the block IDs since basic blocks might get removed (simplified away) after being initially numbered. Plus the test case, in which SelectionDAGBuilder::visitBr() calls llvm::MachineFunction::removeFromMBBNumbering(), which introduces the hole in numbering leading to an assert in llc (prior to the fix). by Anna Zaks · 14 years ago
  16. 1e47182 Move the legalizer tests to the X86 directory because the test uses the x86 by Nadav Rotem · 14 years ago
  17. fc3623b Add methods to support the integer-promotion of vector types. Methods to by Nadav Rotem · 14 years ago
  18. 0b66636 TypeLegalizer: Add support for passing of vector-promoted types in registers (copyFromParts/copyToParts). by Nadav Rotem · 14 years ago
  19. b6fbec3 by Nadav Rotem · 14 years ago
  20. 416b711 Move test for appropriate directory. by Galina Kistanova · 14 years ago
  21. 3fa8283 Make codegen able to handle values of empty types. This is one way by Rafael Espindola · 14 years ago
  22. 2575a9c Un-XFAIL this test for ARM. <rdar://problem/7662569> by Stuart Hastings · 14 years ago
  23. 0403b47 Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could by Chris Lattner · 14 years ago
  24. ac42a19 ARM doesn't support byval yet. XFAIL this test until it does. by Stuart Hastings · 14 years ago
  25. 443612e Make this test x86 specific because the ARM backend can't handle it. by Duncan Sands · 14 years ago
  26. 9c45251 Legalize support for fpextend of vector. PR9309. by Duncan Sands · 14 years ago
  27. 609d54e A fix for 9165. by Nadav Rotem · 15 years ago
  28. 435b4d2 fix rdar://8878965, a regression I introduced with the recent by Chris Lattner · 15 years ago
  29. 1f2b00c Add a testcase for PR8582, which mysteriously fixed itself, in case the problem by Duncan Sands · 15 years ago
  30. 1b16587 Fixes PR8823: add-with-overflow-128.ll by Andrew Trick · 15 years ago
  31. 315b6f7 temporarily disable this: PR8823. by Chris Lattner · 15 years ago
  32. 8dd3417 add a general coverage test for overflow intrinsics. by Chris Lattner · 15 years ago
  33. b9e6fe1 Removing the useless test that I added recently. It was meant as an example, but not complicated enough to merit another test. by Andrew Trick · 15 years ago
  34. 11f20ed Emacs auto-fill bug. by Andrew Trick · 15 years ago
  35. 4252ffd Test case for PR8287: SD scheduling time. Fixed in r118904. by Andrew Trick · 15 years ago
  36. 1e92ec6 When passing a huge parameter using the byval mechanism, a long by Duncan Sands · 15 years ago
  37. e0efc21 Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself by Nate Begeman · 15 years ago
  38. f7a0c7b Fix up -fstack-protector on linux to use the segment by Eric Christopher · 15 years ago
  39. 23a8fc6 Move v-binop-widen tests to X86 since they don't work on all platforms by Mon P Wang · 15 years ago
  40. 1e81966 Remove arm_apcscc from the test files. It is the default and doing this by Rafael Espindola · 15 years ago
  41. d7d4ce3 modify so the test doesn't drop an output file in the test source directory. by Jim Grosbach · 15 years ago
  42. 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 15 years ago
  43. 9c4a84b Fixed vector widening of binary instructions that can trap. Patch by Visa Putkinen! by Mon P Wang · 15 years ago
  44. 268637e Implement expansion in type legalization for add/sub with overflow. The by Eli Friedman · 15 years ago
  45. 85f4fda Enable a bunch more -regalloc=fast tests by Jakob Stoklund Olesen · 15 years ago
  46. 4ce86f4 SDDbgValues are apparently not being legalized. Fix a symptom of the problem, by Dan Gohman · 15 years ago
  47. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
  48. 34e9d17 fix PR6332, allowing an index of zero into a zero sized array by Chris Lattner · 15 years ago
  49. 8e36a5c Fix PR4975. Avoid referencing empty vector. by Evan Cheng · 15 years ago
  50. d6a6b3b Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan. by Bob Wilson · 15 years ago
  51. 1541738 Fix memory leak in liveintervals: the destructor for VNInfos must be called, by Torok Edwin · 15 years ago
  52. ea16ea5 Fix PR6673: updating the callback should not clear the map. by Chris Lattner · 15 years ago
  53. 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
  54. 999aee2 Fix the third (and last known) case of code update problems due by Chris Lattner · 15 years ago
  55. 9cc0da9 Implement support for the case when a reference to a addr-of-bb by Chris Lattner · 15 years ago
  56. 7147946 don't have i386-specific tests in CodeGen/Generic, PR6601. by Chris Lattner · 15 years ago
  57. 9e5cc28 stop using anders-aa by Chris Lattner · 15 years ago
  58. 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
  59. 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
  60. cb921e7 move tests that depend on the x86 backend out of codegen/generic, by Chris Lattner · 16 years ago
  61. 4a26cc4 make target independent. by Chris Lattner · 16 years ago
  62. b00cd1c merge a target-specific add test into x86 directory. by Chris Lattner · 16 years ago
  63. 2b7ff1b merge two tests, make target independent. by Chris Lattner · 16 years ago
  64. 4e4af59 just remove this test, it is not reduced, is not clear what its testing for and by Chris Lattner · 16 years ago
  65. 4fe5d72 remove this test. by Chris Lattner · 16 years ago
  66. 7962634 Fix test. by Evan Cheng · 16 years ago
  67. 347a9cb APInt'fy TargetLowering::SimplifySetCC to fix PR5963. by Evan Cheng · 16 years ago
  68. aceba31 Delete useless trailing semicolons. by Dan Gohman · 16 years ago
  69. fb245e2 While this test is testing a problem in the generic part of codegen, by Duncan Sands · 16 years ago
  70. 3ebd44d Convert test to FileCheck. by Benjamin Kramer · 16 years ago
  71. b99b63c Don't leave temporary files in the test directory. by Jakob Stoklund Olesen · 16 years ago
  72. c088ae8 Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), by Duncan Sands · 16 years ago
  73. 0d6dd49 Added a testcase for PR5495. by Lang Hames · 16 years ago
  74. e880efe Fix PR5421 by APInt'izing switch lowering. by Chris Lattner · 16 years ago
  75. e4a9f9c Declare sin & cos as readonly so they match the code in SelectionDAGBuild by Nate Begeman · 16 years ago
  76. 6d31268 Revert the main portion of r31856. It was causing BranchFolding by Dan Gohman · 16 years ago
  77. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 16 years ago
  78. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 16 years ago
  79. fce288f Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 16 years ago
  80. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 16 years ago
  81. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 16 years ago
  82. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 16 years ago
  83. a3f2b21 Split test into 3. by Dale Johannesen · 16 years ago
  84. a60e51f Make linkerprivate work for ARM and PPC. Testcase covers by Dale Johannesen · 16 years ago
  85. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 16 years ago
  86. 4cef7db remove tests for removed intrinsics. by Chris Lattner · 16 years ago
  87. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  88. a8ba2c2 PR4317: Handle splits where the new block is unreachable correctly in by Eli Friedman · 16 years ago
  89. b0f1e17 Add a new codegen pass that normalizes dwarf exception handling by Duncan Sands · 16 years ago
  90. f8eac02 Help DejaGnu avoid pipe-jam by producing less output from certain test cases. by Jakob Stoklund Olesen · 16 years ago
  91. 672452d Disable the load-shrinking optimization from looking at by Chris Lattner · 16 years ago
  92. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  93. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  94. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  95. 5f96943 Revert accidental testcase reduction by Nate Begeman · 16 years ago
  96. 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 16 years ago
  97. 2f91f30 Fix PR 4057, a crash doing float->char const folding. by Dale Johannesen · 16 years ago
  98. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  99. dbf1e2b move a target-specific test into its directory so it isn't run if you by Chris Lattner · 16 years ago
  100. 296185c fix two problems with machine sinking: by Chris Lattner · 16 years ago