1. 5cd4ee7 Revert r140731, "Define classes for unary and binary FP instructions and use them to define" by Jakob Stoklund Olesen · 14 years ago
  2. 9b88d2d Tighten a ARM dag combine condition to avoid an identity transformation, which by Evan Cheng · 14 years ago
  3. d42ca46 Define classes for unary and binary FP instructions and use them to define by Akira Hatanaka · 14 years ago
  4. cc8cf97 Have the SjLjEHPrepare pass do some more heavy lifting. by Bill Wendling · 14 years ago
  5. 7da52dd Fix cast. by Michael J. Spencer · 14 years ago
  6. 7d3e2b7 PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU does not support them. by Eli Friedman · 14 years ago
  7. 32a12ba Add llvm-size. by Michael J. Spencer · 14 years ago
  8. 13afc5e Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
  9. f56dc28 NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002. by Eli Friedman · 14 years ago
  10. b18abd0 Perform the lowering only if there are invokes. by Bill Wendling · 14 years ago
  11. 39689c8 Ahem...actually *add* the ARMSjLjLowering pass to the pass manager. by Bill Wendling · 14 years ago
  12. 90d6ec5 Add a note on removing LLVMC. by Eric Christopher · 14 years ago
  13. d02c42b Introduce llvm-cov. by Devang Patel · 14 years ago
  14. cfab2be PTX: Fix alignment logic by Justin Holewinski · 14 years ago
  15. aa75790 Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit. by Akira Hatanaka · 14 years ago
  16. d9f9583 Remove definitions of branch-on-FP-likely instructions. They are deprecated. by Akira Hatanaka · 14 years ago
  17. d2d00ed Mips64 predicate definitions. Patch by Liu. by Akira Hatanaka · 14 years ago
  18. f63ae21 indvars: generalize SCEV getPreStartForSignExtend. by Andrew Trick · 14 years ago
  19. ed0e4c8 PTX: MC-ize the PTX backend (patch 2 of N) by Justin Holewinski · 14 years ago
  20. d8e4ed2 PTX: MC-ize the PTX back-end (patch 1 of N) by Justin Holewinski · 14 years ago
  21. acad68d Check in a patch that has already been code reviewed by Owen that I'd forgotten to commit. by James Molloy · 14 years ago
  22. 113aa86 Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 14 years ago
  23. 42e5c79 A typeid of zero means a cleanup, not a catch. This case occurs by Duncan Sands · 14 years ago
  24. ca92159 PTX: Simplify code. No functionality change. by Benjamin Kramer · 14 years ago
  25. 8adae0c PTX: Pass param name strings per const reference. by Benjamin Kramer · 14 years ago
  26. adbf7b2 Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument. by Bill Wendling · 14 years ago
  27. eef108d Bitcast the alloca to an i8* to match the intrinsic's signature. by Bill Wendling · 14 years ago
  28. 6ef9417 Create and use an llvm.eh.sjlj.functioncontext intrinsic. by Bill Wendling · 14 years ago
  29. 2b6bd7b In the new EH model, setup the function context and the call site info. by Bill Wendling · 14 years ago
  30. 4b6736b Don't conditionalize execution of the SjLj EH prepare pass. by Bill Wendling · 14 years ago
  31. 52164ea Test case for r140670: indvars should hoist sext. by Andrew Trick · 14 years ago
  32. 909ef7d indvars should hoist [sz]ext because licm is not rerun. by Andrew Trick · 14 years ago
  33. e6fadce PR10628: Fix getModRefInfo so it queries the underlying alias() implementation correctly while checking nocapture calls. by Eli Friedman · 14 years ago
  34. 56ab875 Rename class and clean up source. by Jakob Stoklund Olesen · 14 years ago
  35. d4d4fca Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix. by Jakob Stoklund Olesen · 14 years ago
  36. 6c6db25 Remove MipsFPRound. Mips1 is no longer supported. by Akira Hatanaka · 14 years ago
  37. df4b35e Remove X86-dependent stuff from SSEDomainFix. by Jakob Stoklund Olesen · 14 years ago
  38. 833217b Unbreak CMake build. by Ted Kremenek · 14 years ago
  39. 13fd601 Implement TII::get/setExecutionDomain() for ARM. by Jakob Stoklund Olesen · 14 years ago
  40. 98e933f Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. by Jakob Stoklund Olesen · 14 years ago
  41. 25ddc2b ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w. by Jim Grosbach · 14 years ago
  42. 0481d29 This is the start of the new SjLj EH preparation pass, which will replace the by Bill Wendling · 14 years ago
  43. 8eea461 Embed patterns in definitions of MFC1 and MTC1 instead of defining them outside by Akira Hatanaka · 14 years ago
  44. d6d9dd6 Remove an invalid assert that is really just asserting when the scheduler emits by Cameron Zwarich · 14 years ago
  45. 5bac114 test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to resolve test-dependent targets on CMake build. by NAKAMURA Takumi · 14 years ago
  46. 5405d58 Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). by Jim Grosbach · 14 years ago
  47. a9390a4 Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. by Benjamin Kramer · 14 years ago
  48. 100a371 Remove incorrect passage. by Bill Wendling · 14 years ago
  49. ce496ca These symbols appear to be visible by SearchForAddressOfSymbol and no longer by Chad Rosier · 14 years ago
  50. 9142ae2 Add binary archive support to llvm-nm. by Michael J. Spencer · 14 years ago
  51. a51d7d9 Object: Add archive support. by Michael J. Spencer · 14 years ago
  52. 040bff0 Check that catch clauses have pointer type. by Duncan Sands · 14 years ago
  53. 332850d PTX: Fix case where printed alignment could be 0 by Justin Holewinski · 14 years ago
  54. 98d0416 Unbreak tests. by Michael J. Spencer · 14 years ago
  55. ab15bf7 Add FCA to the lexicon. by Bill Wendling · 14 years ago
  56. f47dfba PTX: Use external symbols to keep track of params and locals. This also fixes by Justin Holewinski · 14 years ago
  57. 8e695eb Use existing function. by Jakob Stoklund Olesen · 14 years ago
  58. 237e7a2 Fix function MipsRegisterInfo::getRegisterNumbering. by Akira Hatanaka · 14 years ago
  59. 78fec58 Do not add the pass that restores $gp if target is Mips64. by Akira Hatanaka · 14 years ago
  60. 00418ea Have the verifier check that all landingpad operands are constants. by Duncan Sands · 14 years ago
  61. a3c42f3 Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC. by Nadav Rotem · 14 years ago
  62. a1c415c Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8, by Nadav Rotem · 14 years ago
  63. 2477102 Remove some not-really-correct wording. by Bill Wendling · 14 years ago
  64. 854222f Mark MipsPseudo isPseudo. by Akira Hatanaka · 14 years ago
  65. 13e0c80 PTX: Add support for sitofp in backend by Justin Holewinski · 14 years ago
  66. d552098 Split the landing pad basic block with the correct function. Also merge the by Bill Wendling · 14 years ago
  67. 80ef1b2 Disable LSR retry by default. by Andrew Trick · 14 years ago
  68. 139e669 Last batch of test conversions to new atomic instructions. by Eli Friedman · 14 years ago
  69. 25b689e LSR, one of the new Cost::isLoser() checks did not get merged in the previous checkin. by Andrew Trick · 14 years ago
  70. 184944a Convert a bunch more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
  71. 2dafe20 Remove extraneous commit garbage. by Owen Anderson · 14 years ago
  72. 7d11bd8 LSR cost metric minor fix and verification. by Andrew Trick · 14 years ago
  73. 21733e8 Fix an incorrect decoder test. by Owen Anderson · 14 years ago
  74. 05a5c10 Remove old hack for compiling with gcc-4.0. by Bob Wilson · 14 years ago
  75. 256e10f Remove incorrect testcases. by Owen Anderson · 14 years ago
  76. f40de9d Set register class of a register according to value of HasMips64. by Akira Hatanaka · 14 years ago
  77. 8b4198d Define variable HasMips64 in MipsTargetLowering. by Akira Hatanaka · 14 years ago
  78. 09dd60f In single float mode, double precision FP arguments are passed in integer by Akira Hatanaka · 14 years ago
  79. 47d3ee5 Convert more tests to new atomic instructions. by Eli Friedman · 14 years ago
  80. de412c3 Convert more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
  81. a69d998 Fix grammar. by Bill Wendling · 14 years ago
  82. 99aa6b0 Remove dead table entry. by Bill Wendling · 14 years ago
  83. 2a6b073 Some minor (and more involved) cleanups. No real context changes. by Bill Wendling · 14 years ago
  84. 0afa009 ASR #32 is not allowed on Thumb2 USAT and SSAT instructions. by Owen Anderson · 14 years ago
  85. ad2d46d Convert more tests over to the new atomic instructions. by Eli Friedman · 14 years ago
  86. 236b71f Upgrade a couple more tests to the new atomic instructions. by Eli Friedman · 14 years ago
  87. 46cb5af Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias-analysis tests to the new atomic instructions. by Eli Friedman · 14 years ago
  88. 22d54da PTX: Fix memcpy intrinsic to handle 64-bit pointers by Justin Holewinski · 14 years ago
  89. 28f7690 Fix this test so it doesn't fail on Mac. by Eli Friedman · 14 years ago
  90. bc97f44 PTX: Implement PTXSelectionDAGInfo by Justin Holewinski · 14 years ago
  91. 63bce90 PTX: Implement ISD::ANY_EXTEND by Justin Holewinski · 14 years ago
  92. 63602ed PTX: Fix detection of stack load/store vs. global load/store, as well as fix the by Justin Holewinski · 14 years ago
  93. 439780e Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more. by James Molloy · 14 years ago
  94. 6272c5d PTX: Add .align tests to stack object test file by Justin Holewinski · 14 years ago
  95. 22f3c59 PTX: SM > 2.0 implies +double by Justin Holewinski · 14 years ago
  96. 5878850 PTX: Fix some lingering issues with stack allocation by Justin Holewinski · 14 years ago
  97. d5c3920 PTX: Split up the TableGen instruction definitions into logical units by Justin Holewinski · 14 years ago
  98. c1d8fbd PTX: Unify handling of loads/stores by Justin Holewinski · 14 years ago
  99. 6b8990d PTX: Handle FrameIndex nodes by Justin Holewinski · 14 years ago
  100. 6b97870 Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are supported by David Meyer · 14 years ago