1. d594e6f Change ScalarEvolution::getSCEVAtScope to always return the original value by Dan Gohman · 15 years ago
  2. c046c00 Add a comment which should hopefully make the purpose of this method a by Eli Friedman · 15 years ago
  3. 57f1a4b Minor improvement to FCOPYSIGN to use BIT_CONVERT in cases where the by Eli Friedman · 15 years ago
  4. 3d43138 Move Rewriter.clear() earlier, to avoid triggerring the AssertingVH by by Torok Edwin · 15 years ago
  5. 3790fb0 Instead of clearing the rewriter, don't attempt to rewrite dead phi nodes. by Torok Edwin · 15 years ago
  6. 95bdbfa When rewriting the loop exit test with the canonical induction variable, by Dan Gohman · 15 years ago
  7. fb5a341 Fix this code for hosts where std::vector doesn't have .data(). by Dan Gohman · 15 years ago
  8. 14fba29 When replacing a floating-point comparison with an integer by Dan Gohman · 15 years ago
  9. 453aa4f Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid by Dan Gohman · 15 years ago
  10. 3925043 When the low bits of one operand of an add are zero, that number by Dan Gohman · 15 years ago
  11. b679de2 The rewriter may hold references to instructions that are deleted because they are trivially dead. by Torok Edwin · 15 years ago
  12. ed2f8c5 Rewrite ISD::FCOPYSIGN lowering to never use i64. Not really ideal, but by Eli Friedman · 15 years ago
  13. 2c23501 Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself by Torok Edwin · 15 years ago
  14. 23d471f Add -disable-global-remove option to bugpoint. by Torok Edwin · 15 years ago
  15. 7d869fb Update for CMakeLists; untested, so tell me if there are issues. by Eli Friedman · 15 years ago
  16. 957bffa Remove checks of getTypeAction from LegalizeOp; we already assert that by Eli Friedman · 15 years ago
  17. 1fde9c5 Disable type legalization in LegalizeDAG. by Eli Friedman · 15 years ago
  18. 86c4864 Remove border around table used for layout. by Nick Lewycky · 15 years ago
  19. 1a8229b Make the PPC backend use a legal type for the operands to the BUILD_VECTOR by Eli Friedman · 15 years ago
  20. 2a35b1c Fix a bug in the expansion of EXTRACT_SUBVECTOR in by Eli Friedman · 15 years ago
  21. 108b519 Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the moment. by Eli Friedman · 15 years ago
  22. 3d43b3f Add a proper implementation of EXTRACT_SUBVECTOR legalization that by Eli Friedman · 15 years ago
  23. 63c283e Use latin symbols. I was told not everybody has a UTF-8 capable editor. by Torok Edwin · 15 years ago
  24. 38def0c Write family name last, as other entries in this file. by Torok Edwin · 15 years ago
  25. 5bfeded Add myself. by Torok Edwin · 15 years ago
  26. 6d7d2aa Add ARMv7 architecture, Cortex processors and different FPU modes handling. by Anton Korobeynikov · 15 years ago
  27. 88ce667 Emit ARM Build Attributes by Anton Korobeynikov · 15 years ago
  28. 41a0243 Propagate CPU string out of SubtargetFeatures by Anton Korobeynikov · 15 years ago
  29. a14be3b Work around a page size issue on Cygwin. by Jay Foad · 15 years ago
  30. 6bb4958 Fix PR4254. by Torok Edwin · 15 years ago
  31. 1f04462 stat64/open64/lseek64 for the interpreter by Torok Edwin · 15 years ago
  32. f5ff1d3 available_externall linkage is not local, this was confusing the codegenerator, by Torok Edwin · 15 years ago
  33. d14ce2f Fix test to account for legalization changes; I think this ends up by Eli Friedman · 15 years ago
  34. 5c22c80 Add a new step to legalization to legalize vector math operations. This by Eli Friedman · 15 years ago
  35. 948e95a Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit by Eli Friedman · 15 years ago
  36. db917fe CMake: Use libdl only when available. Fixes build on FreeBSD. by Oscar Fuentes · 15 years ago
  37. 2ddb6f1 Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instead of signed integer constant. by Evan Cheng · 15 years ago
  38. f96a499 Add a note mentioning that uses of the return value of an invoke by Dan Gohman · 15 years ago
  39. a2ac75d CMake: Use libpthread in tblgen when needed. Updated list of source by Oscar Fuentes · 15 years ago
  40. b0f1e17 Add a new codegen pass that normalizes dwarf exception handling by Duncan Sands · 15 years ago
  41. 2f95461 Only 64-bit targets support TImode libcalls. Disable the TImode shift libcalls by Bob Wilson · 15 years ago
  42. d6d0294 Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts by by Dan Gohman · 15 years ago
  43. a57bc3b Emit debug information for globals (which include automatic variables as well because on PIC16 they are emitted as globals by the frontend). by Sanjiv Gupta · 15 years ago
  44. 2f82376 Hopefully fix the build for people with ocaml. by Duncan Sands · 15 years ago
  45. d6752d1 Always verify dominfo if expensive checking is enabled. by Duncan Sands · 15 years ago
  46. 0d56b06 Fix a thinko in the code that adapted SCEVMulExpr operands for by Dan Gohman · 15 years ago
  47. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  48. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  49. f7cca7b Fix loop-index-split to correctly preserve dominance frontiers. Part of by Eli Friedman · 15 years ago
  50. 7eaf057 Add llvm::triple constructor from arch, vendor, os strings, and recognize by Daniel Dunbar · 15 years ago
  51. fea3da9 Update an assertion string to new-style type names. by Dan Gohman · 15 years ago
  52. cf69a74 80 column violation. by Evan Cheng · 15 years ago
  53. edc8774 TableGen for fast isel seems to assume an 'imm' by Dale Johannesen · 15 years ago
  54. 15002a2 Fix broken logic in DominatorTreeBase::Split. Part of PR4238. by Eli Friedman · 15 years ago
  55. e528fca Fix indentation. by Eli Friedman · 15 years ago
  56. 0f4012c Fix some incorrect logic in DominanceFrontier::splitBlock. Part of PR4238. by Eli Friedman · 15 years ago
  57. c4c268b Add some missing steps to the sacred testing ritual scriptures. by Stuart Hastings · 15 years ago
  58. c5d73af Tighten up the asserts in SmallVector::operator[](). by Jay Foad · 15 years ago
  59. ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
  60. e3e51c0 Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  61. 82fe293 Implement new SmallVector::data() methods. by Jay Foad · 15 years ago
  62. 9004c8a Teach ValueTracking a new way to analyze PHI nodes, and and teach by Dan Gohman · 15 years ago
  63. 4a4ea14 Add Atomic.cpp to the CMake build system. by Owen Anderson · 15 years ago
  64. c4551d3 Use DataTypes.h instead of stdint.h. by Owen Anderson · 15 years ago
  65. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 15 years ago
  66. 39dd696 Minor code cleanup. No functionality change. by Bill Wendling · 15 years ago
  67. 1795616 Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. by Bill Wendling · 15 years ago
  68. 995f80a Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. by Bill Wendling · 15 years ago
  69. 829e67b Add comment for emit section. by Bill Wendling · 15 years ago
  70. 94d04b8 Move 'Emit' methods down to their own place. by Bill Wendling · 15 years ago
  71. f0fb987 Revert r72192. It was causing a build failure. by Bill Wendling · 15 years ago
  72. 63ad10c Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with by Bill Wendling · 15 years ago
  73. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 15 years ago
  74. b60182f Add an accessor method to return the insertion point. by Dan Gohman · 15 years ago
  75. 6afe2fa Have llvm_start_multithreaded return a bool indicating whether multithreaded by Owen Anderson · 15 years ago
  76. 2aa783b Tabs, be gone! by Owen Anderson · 15 years ago
  77. 41583b9 I just fail today. by Owen Anderson · 15 years ago
  78. d208fd7 Copy-and-paste-o. by Owen Anderson · 15 years ago
  79. 3c1eaa0 Move atomic operations' definitions out of line. While this seems kind of silly, by Owen Anderson · 15 years ago
  80. 261f2a2 Minor formatting fixes. by Bob Wilson · 15 years ago
  81. 0a8fe7a When comparing DominanceFrontier's, advance iterators by Duncan Sands · 15 years ago
  82. 9b2818d Compile fix for MSVC. by Owen Anderson · 15 years ago
  83. 2ac8b32 Fix for PR4235: to build a floating-point value from integer parts, by Eli Friedman · 15 years ago
  84. c7d167d Fix test on non-darwin hosts. by Evan Cheng · 15 years ago
  85. d7f666a Try again. Allow call to immediate address for ELF or when in static relocation mode. by Evan Cheng · 15 years ago
  86. 65cdee3 Cannot use immediate as call absolute target in PIC mode. by Evan Cheng · 15 years ago
  87. a3035a6 Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution by Dan Gohman · 15 years ago
  88. b4d97b7 Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking by Owen Anderson · 15 years ago
  89. 513fae2 Suppress the IV reversal transformation in the case that the RHS by Dan Gohman · 15 years ago
  90. 81e4e9f We need to include config.h here so that the #defines are set properly. by Owen Anderson · 15 years ago
  91. 197ca8e Forgot this file in my last commit. by Owen Anderson · 15 years ago
  92. a860370 Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only by Owen Anderson · 15 years ago
  93. 6aa219a Fix pr4227: Handle large immediate values in inline assembly. by Bob Wilson · 15 years ago
  94. c2c4cbf Remove an irrelevant comment. by Dan Gohman · 15 years ago
  95. cec8f9d Add some more comments to the top of this file. by Dan Gohman · 15 years ago
  96. 6bfa57b Trim unneeded #includes. by Dan Gohman · 15 years ago
  97. 1959b75 Make SCEVCallbackVH a private nested class inside ScalarEvolution, as by Dan Gohman · 15 years ago
  98. 278b49a Create ConstantExpr GEPs the correct way. This fixes by Dan Gohman · 15 years ago
  99. 86c212e Follow up on new support for memory operands in ARM inline assembly. by Bob Wilson · 15 years ago
  100. cd35ed5 Forward decls. by Bill Wendling · 15 years ago