1. c6feeb7 These should not have been committed. by Evan Cheng · 15 years ago
  2. 48eb39b no need to run llvm-as here. by Chris Lattner · 15 years ago
  3. 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
  4. 12f9168 Add a test for canonicalizing ConstantExpr operands. by Dan Gohman · 15 years ago
  5. 0e488b3 Canonicalize ConstantInts to the right operand of commutative operators. by Dan Gohman · 15 years ago
  6. fc90d4c Actually enable the -enable-unsafe-fp-math tests. by Dan Gohman · 15 years ago
  7. 9265275 Mark the return address stack slot as mutable when moving the return address by Arnold Schwaighofer · 15 years ago
  8. 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 15 years ago
  9. 6b617a7 Constant-fold certain comparisons with infinity and negative infinity. by Dan Gohman · 15 years ago
  10. 8ce05da Remove the logic for reasoning about NaNs from the code that forms by Dan Gohman · 15 years ago
  11. 278f958 When emitting an instruction which depends on both a post-incremented by Dan Gohman · 15 years ago
  12. 728ea19 add some no-unwinds, other minor cleanups. by Chris Lattner · 15 years ago
  13. 25e0f91 add a triple so that this doesn't fail due to linux/ppc register printing by Chris Lattner · 15 years ago
  14. ad14fcc filecheckize and add nouwinds. by Chris Lattner · 15 years ago
  15. 455080f IT turns out that during jumpless setcc lowering eq and ne were swapped. by Anton Korobeynikov · 15 years ago
  16. f1c6428 fix and un-xfail X86/vec_ss_load_fold.ll by Chris Lattner · 15 years ago
  17. 7f6de7d temporarily disable this. by Chris Lattner · 15 years ago
  18. aae01f1 Check for overflow when scaling up an add or an addrec for scaled reuse. by Dan Gohman · 15 years ago
  19. 5dfa267 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 15 years ago
  20. 00cb5b7 Teach ScalarEvolution how to compute a tripcount for a loop with by Dan Gohman · 15 years ago
  21. 3eba667 Revert commits 96556 and 96640, because commit 96556 breaks the by Duncan Sands · 15 years ago
  22. 7b9d6d2 Test case for r96656. by Devang Patel · 15 years ago
  23. 97a35fc Transform (xor (setcc), (setcc)) == / != 1 to (xor (setcc), (setcc)) != / == 1. by Evan Cheng · 15 years ago
  24. 1b7bf18 When determining the set of interesting reuse factors, consider by Dan Gohman · 15 years ago
  25. 1c40e18 getSplatIndex assumes that the first element of the mask contains the splat index by Mon P Wang · 15 years ago
  26. 352d352 Always normalize spill weights, also for intervals created by spilling. by Jakob Stoklund Olesen · 15 years ago
  27. 49d7f8d Make CodePlacementOpt detect special EH control flow by by Dan Gohman · 15 years ago
  28. 16c1e79 Ignore target dependent value in grep search. by Devang Patel · 15 years ago
  29. 7954926 remove empty file by Chris Lattner · 15 years ago
  30. 9f6c4c1 Use NEON vmin/vmax instructions for floating-point selects. Radar 7461718. by Bob Wilson · 15 years ago
  31. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  32. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  33. 89bb7b5 Some dag combiner goodness: by Evan Cheng · 15 years ago
  34. ca82a15 New test case for r96543. by Devang Patel · 15 years ago
  35. a8572bb Revert: r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines by Eric Christopher · 15 years ago
  36. 22fb4b2 Before setting scope end marker, pay attention to scope begin marker and existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. by Devang Patel · 15 years ago
  37. 2a5431e Don't check for comments, which vary between subtargets. by Dan Gohman · 15 years ago
  38. 9ee7123 Fold bswap(undef) to undef. by Dan Gohman · 15 years ago
  39. 968cb93 Don't attempt to divide INT_MIN by -1; consider such cases to have overflowed. by Dan Gohman · 15 years ago
  40. ca0aacc roundss is an sse 4 thing, fix the test on non-sse41 builders by Chris Lattner · 15 years ago
  41. 4a12de7 Make g5 target explicit; scheduling affects register choice. by Dale Johannesen · 15 years ago
  42. 92d3ada fix rdar://7653908, a crash on a case where we would fold a load by Chris Lattner · 15 years ago
  43. 55f9adf Adjust register numbers in tests to compensate for the new lack of R2. by Dale Johannesen · 15 years ago
  44. 5583b83 filecheckize by Chris Lattner · 15 years ago
  45. 08d3561 New testcase. by Devang Patel · 15 years ago
  46. ae3ecf9 Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)). by Evan Cheng · 15 years ago
  47. 8939b0d by David Greene · 15 years ago
  48. 713bc58 Testcase for critical edge splitting with load PRE. by Bob Wilson · 15 years ago
  49. 1665b0a Fix pr6111: Avoid using the LR register for the target address of an indirect by Bob Wilson · 15 years ago
  50. a08b587 make pcrel immediate values relative to the start of the field, by Chris Lattner · 15 years ago
  51. c2385a0 Split the main for-each-use loop again, this time for GenerateTruncates, by Dan Gohman · 15 years ago
  52. 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
  53. 8eea48a Fix PR6300. by Jakob Stoklund Olesen · 15 years ago
  54. f1b0a34 Last week we were generating code with duplicate induction variables in this by Bob Wilson · 15 years ago
  55. ebd024f remove empty file. by Chris Lattner · 15 years ago
  56. cd10d14 revert r96241. It breaks two regression tests, isn't documented, by Chris Lattner · 15 years ago
  57. 37914c8 fix PR6305 by handling BlockAddress in a helper function by Chris Lattner · 15 years ago
  58. 786da7d by David Greene · 15 years ago
  59. 0b1a395 Revert r96130 ("Forward parameter options as '-option=param'"). by Mikhail Glushenkov · 15 years ago
  60. 77ffe3b Fix a problem where we had bitcasted operands that gave us by Eric Christopher · 15 years ago
  61. 18c67b9 Forward parameter options as '-option=parameter'. by Mikhail Glushenkov · 15 years ago
  62. b779033 add encoder support and tests for rdtscp by Chris Lattner · 15 years ago
  63. d135f14 Fix PR6283. by Jakob Stoklund Olesen · 15 years ago
  64. e9a60eb MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. by Daniel Dunbar · 15 years ago
  65. f068304 rip out the 'heinous' x86 MCCodeEmitter implementation. by Chris Lattner · 15 years ago
  66. a599de2 remove special cases for vmlaunch, vmresume, vmxoff, and swapgs by Chris Lattner · 15 years ago
  67. bf9b221 Besides removing phi cycles that reduce to a single value, also remove dead by Bob Wilson · 15 years ago
  68. 9c60f53 MC/X86: Push immediate operands as immediates not expressions when possible. by Daniel Dunbar · 15 years ago
  69. ca3eeb3 add some disassemble testcases for weird instructions by Chris Lattner · 15 years ago
  70. 4a2e5ed implement the rest of correct x86-64 encoder support for by Chris Lattner · 15 years ago
  71. c12da8d When save/restoring CR at prolog/epilog, in a large by Dale Johannesen · 15 years ago
  72. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
  73. c3b6ffc 1. modernize the constantmerge pass, using densemap/smallvector. by Chris Lattner · 15 years ago
  74. 4b2657a rename test by Chris Lattner · 15 years ago
  75. c8f6326 Testcases for recent stdcall / fastcall mangling improvements by Anton Korobeynikov · 15 years ago
  76. 4dd162f Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 15 years ago
  77. 572645c Reapply the new LoopStrengthReduction code, with compile time and by Dan Gohman · 15 years ago
  78. d19925f Update test to match 95961. by Evan Cheng · 15 years ago
  79. e89d578 Test for 95961. by Evan Cheng · 15 years ago
  80. e79562d Test case for 95958. by Evan Cheng · 15 years ago
  81. fe61fb1 Add a new pass on machine instructions to optimize away PHI cycles that by Bob Wilson · 15 years ago
  82. c4d3f66 fix the encodings of monitor and mwait, which were completely by Chris Lattner · 15 years ago
  83. 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 15 years ago
  84. 4a540f0 Reapply coalescer fix for better cross-class coalescing. by Jakob Stoklund Olesen · 15 years ago
  85. dfdddd8 Make sure that ConstantExpr offsets also aren't off of extern symbols. by Eric Christopher · 15 years ago
  86. 8c5ad3a Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect by Chris Lattner · 15 years ago
  87. 2e1cdbf convert to filecheck. by Chris Lattner · 15 years ago
  88. 98df4f9 Make DSE only scan blocks that are reachable from the entry by Chris Lattner · 15 years ago
  89. 5cc25ce a testcase that doesn't crash GVN but could someday. by Chris Lattner · 15 years ago
  90. 1e45265 Make jump threading honor x|undef -> true and x&undef -> false, by Chris Lattner · 15 years ago
  91. 26d0e89 Add ConstantExpr handling to Intrinsic::objectsize lowering. by Eric Christopher · 15 years ago
  92. f87052a test case for r95842. by Devang Patel · 15 years ago
  93. 1c5bcac Remove the few # TAILCALL comments that snuck in. As they may fail on linux. by Kevin Enderby · 15 years ago
  94. ac175e2 Update the X86 assembler matcher test case now that a few more things match by Kevin Enderby · 15 years ago
  95. f7ea6c3 The previous fix of widening divides that trap was too fragile as it depends on custom by Mon P Wang · 15 years ago
  96. 5e2b05a Delete dead PHI machine instructions. These can be created due to type by Bob Wilson · 15 years ago
  97. 1b6c060 MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL by Daniel Dunbar · 15 years ago
  98. ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 15 years ago
  99. d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 15 years ago
  100. a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 15 years ago