1. f0608d8 Move getUniqueExitBlocks from LoopBase to Loop, since they depend on by Dan Gohman · 15 years ago
  2. bccfc24 Change PHINode::hasConstantValue to have a DominatorTree argument by Dan Gohman · 15 years ago
  3. dd12de6 Don't try to verify a LoopPass analysis if the loop has been deleted. by Dan Gohman · 15 years ago
  4. e7125f4 Remove references to expression "handles", which are no longer used. by Dan Gohman · 15 years ago
  5. 6d5f0f0 CppBackend: avoid printing unnecessary whitespace. by Benjamin Kramer · 15 years ago
  6. 05cd03b Keep track of how many memmove calls were turned into memcpy calls. by Duncan Sands · 15 years ago
  7. f0d568d Fix build warning. by Andreas Neustifter · 15 years ago
  8. 3985943 Code Cleanup. by Andreas Neustifter · 15 years ago
  9. 4c2c533 Code Cleanup. by Andreas Neustifter · 15 years ago
  10. 0981a0a Remove undefined behavior when loading optimal edge profile info. by Daniel Dunbar · 15 years ago
  11. 47ad2d6 don't call getOffset() on jump tables, this fixes three failing olden benchmarks by Chris Lattner · 15 years ago
  12. 975d7e0 Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS. We get very by Chris Lattner · 15 years ago
  13. 63476a8 Reference to hidden symbols do not have to go through non-lazy pointer in non-pic mode. rdar://7187172. by Evan Cheng · 15 years ago
  14. 8aa9fba Remove VISIBILITY_HIDDEN from this file. by Nick Lewycky · 15 years ago
  15. aadb35f fix MCSymbol printing to exactly match the normal mangler rules so by Chris Lattner · 15 years ago
  16. 1fe02ff remove extraneous hack. by Chris Lattner · 15 years ago
  17. 8481138 Make these functions static and local. by Daniel Dunbar · 15 years ago
  18. 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 15 years ago
  19. 5c5ce5c just use dump() by Chris Lattner · 15 years ago
  20. d87eb64 inline insertion operators. by Chris Lattner · 15 years ago
  21. e9f9a7e In C++, code is not allowed to call main. In C it is, this by Chris Lattner · 15 years ago
  22. 47548d3 merge globaladdress symbol processing stuff into other stuff. Now by Chris Lattner · 15 years ago
  23. 22f9144 Unbreak x86_64 build. by Evan Cheng · 15 years ago
  24. e8c2780 Split the "operand -> symbol" logic from the "get offset and other munging by Chris Lattner · 15 years ago
  25. 118c27c implement lowering support for constant pool index operands, this gets a bunch more by Chris Lattner · 15 years ago
  26. d0da6ff X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whether sse is available. Just use consult subtarget. by Evan Cheng · 15 years ago
  27. 579531c output alignment value in hex so that we get: by Chris Lattner · 15 years ago
  28. ef6b2c0 simplify this by using SmallString::str(), much nicer! by Chris Lattner · 15 years ago
  29. 3f2f3f5 by Lang Hames · 15 years ago
  30. 03a5f13 back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 15 years ago
  31. 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
  32. c0ff8c8 Add new value for given index in MDValuePtrs. by Devang Patel · 15 years ago
  33. 7096395 Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is not by Daniel Dunbar · 15 years ago
  34. 190390b re-commit r66920 (which has been backed out in r66953) I may have more luck this time. I'll back out if needed... by Gabor Greif · 15 years ago
  35. 9947bbb Added opaque 32-, 48-, and 80-bit memory operand types to the X86 by Sean Callanan · 15 years ago
  36. 6552478 Show derived host triple in --version. by Daniel Dunbar · 15 years ago
  37. 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
  38. d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
  39. 69d1c1a More missed vdup patterns by Anton Korobeynikov · 15 years ago
  40. 3bd5282 switch from std::string to SmallString + raw_svector_ostream. by Chris Lattner · 15 years ago
  41. 522e9a0 split mcinst lowering stuff out to its own file. by Chris Lattner · 15 years ago
  42. 2ec5fe5 Refactor common code from ParseAssemblyString and ParseAssemblyFile, by Dan Gohman · 15 years ago
  43. d163917 Rearrange code to eliminate redundancy and avoid gotos. by Bob Wilson · 15 years ago
  44. 2b4f28e plug another leak in LLParser::PerFunctionState::SetInstName() by Nuno Lopes · 15 years ago
  45. 531552a plug memory leak in LLParser::PerFunctionState::SetInstName() by deleting a value after replacing it by Nuno Lopes · 15 years ago
  46. 2252d48 Sort edges in MaximumSpanningTree more stable in case of equal weight. by Andreas Neustifter · 15 years ago
  47. 8f123b8 Changed set of BlocksToInstrument to set of InsertedBlocks that do not have to by Andreas Neustifter · 15 years ago
  48. 9341cdc Code cleanups and added comments. by Andreas Neustifter · 15 years ago
  49. 254bb83 Opaque types didn't work if llvm_is_multithreaded(). by Torok Edwin · 15 years ago
  50. 148843b Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in by Torok Edwin · 15 years ago
  51. 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 15 years ago
  52. 40ef630 fix PR4815: some cases where DeleteDeadInstruction can delete by Chris Lattner · 15 years ago
  53. 20a2faa clean up this code a bit. by Chris Lattner · 15 years ago
  54. 3e8b663 eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 by Chris Lattner · 15 years ago
  55. 5260097 refactor select 'sched insertion' out to its own method. by Chris Lattner · 15 years ago
  56. 7008416 Add support for modeling whether or not the processor has support for by Chris Lattner · 15 years ago
  57. f19f934 fix PR4848 an infinite loop when indexing down through a recursive gep by Chris Lattner · 15 years ago
  58. 9e17b63 fix PR4837, some bugs folding vector compares. These by Chris Lattner · 15 years ago
  59. d3bd082 revert my patch, duncan points out what is wrong with my logic. Add by Chris Lattner · 15 years ago
  60. b8bcbd6 one more try at making this simpler, hopefully it won't break everything :) by Chris Lattner · 15 years ago
  61. b3020d7 Complicate Chris's simplification, avoiding complaints by Duncan Sands · 15 years ago
  62. a09caa5 Fixed the asmstrings for 8-bit, 16-bit, and 32-bit ADD %rAX, imm instructions. by Sean Callanan · 15 years ago
  63. 94f07d8 Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where the by Evan Cheng · 15 years ago
  64. 3a29d2d For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on certain Mac OS X 10.5. I am working on a proper fix. by Devang Patel · 15 years ago
  65. 86f7cd7 Avoid calling removeVirtualRegisterKilled which iterates over the operands by Bob Wilson · 15 years ago
  66. 326f438 Refactor some code into separate functions. No functional changes. by Bob Wilson · 15 years ago
  67. c08f5fe Move use of LV inside condition that guards for null LV. by Bob Wilson · 15 years ago
  68. 6b382d5 Fix build warning. by Daniel Dunbar · 15 years ago
  69. 0378b72 Simplify. by Daniel Dunbar · 15 years ago
  70. 6b677b3 Fix what I believe is a copy-n-pasto introduced in r78129. by Daniel Dunbar · 15 years ago
  71. 4e8d5fe X86/Encoding: Support ExternalSymbol operands in emitDisplacementField (for consistency). by Daniel Dunbar · 15 years ago
  72. 31e2c7b Remove Offset from ExternalSybmol MachineOperands, this is unused (and at least partly unsupported, in X86 encoding at least). by Daniel Dunbar · 15 years ago
  73. 8bff7c9 debug intrinsics do not go in the callgraph, this fixes a couple by Chris Lattner · 15 years ago
  74. 44a1837 Fix a regression I introduced in r80708, found by llvm-test. by Chris Lattner · 15 years ago
  75. 0bb8386 Fix ELF Writter related memory leaks by Bruno Cardoso Lopes · 15 years ago
  76. da5ea94 OptimalEdgeProfiling: Reading in Profiles. by Andreas Neustifter · 15 years ago
  77. f771dae OptimalEdgeProfiling: Creation of profiles. by Andreas Neustifter · 15 years ago
  78. 19531d1 Small fix in ProfileEstimator that eliminates duplicated code. by Andreas Neustifter · 15 years ago
  79. ee793a6 reduce size of SmallString to something more reasonable by Jim Grosbach · 15 years ago
  80. da230cb remove CallGraphNode::replaceCallSite, it is redundant with other APIs. by Chris Lattner · 15 years ago
  81. 8a3198b Add support for generating code for vst{234}lane intrinsics. by Bob Wilson · 15 years ago
  82. 7c8c1ba cleanup/simplify by Chris Lattner · 15 years ago
  83. c40d9f9 Use raw_ostream instead of sstream by Jim Grosbach · 15 years ago
  84. 81dfb38 remove a bunch of explicit code previously needed to update the by Chris Lattner · 15 years ago
  85. 1f15228 Add hidden flags to allow binary search of post-RA scheduling errors. by David Goodwin · 15 years ago
  86. ca01a8d RRX reads CPSR. by David Goodwin · 15 years ago
  87. 5a6a363 doxygenate RefreshCallGraph, add a new 'verification mode', and run it after by Chris Lattner · 15 years ago
  88. 4a93b71 Added TEST %rAX, $imm instructions to the Intel tables. These are required for the X86 disassembler. by Sean Callanan · 15 years ago
  89. 17146b8 simpler solution to iterator invalidation "problem" found by expensive checking. by Chris Lattner · 15 years ago
  90. f41eaac enhance memcpy opt to turn memmoves into memcpy when the src/dest by Chris Lattner · 15 years ago
  91. c517cb0 Reapply 80278 by Bruno Cardoso Lopes · 15 years ago
  92. 33668c0 revert inadvertant change from previous commit by Jim Grosbach · 15 years ago
  93. 61c6ba8 random code cleanups, no functionality change. by Chris Lattner · 15 years ago
  94. eed51b0 Update CMake files. by Ted Kremenek · 15 years ago
  95. a01d346 Simply LSDA lable emission to use a direct special-case output instead of by Jim Grosbach · 15 years ago
  96. c142bb2 Do not manipulate invalid iterators. This fixes the by Duncan Sands · 15 years ago
  97. 72f9ab0 Further refactoring of PIC16 Obj file code. by Sanjiv Gupta · 15 years ago
  98. 6818863 Update CMakeLists. by Benjamin Kramer · 15 years ago
  99. 62353a8 Preparation for Optimal Edge Profiling: by Andreas Neustifter · 15 years ago
  100. e885af9 Preparation for Optimal Edge Profiling: by Andreas Neustifter · 15 years ago