1. 86062af Use mayBeOverridden here, in anticipation of the by Duncan Sands · 16 years ago
  2. 0f2831c ValueTracker can't assume that an alloca with no specified alignment by Chris Lattner · 16 years ago
  3. 1e407c3 one more crash from PR3281, we now diagnose: by Chris Lattner · 16 years ago
  4. d7a97f0 remove some exclusions that don't exist anymore. by Chris Lattner · 16 years ago
  5. 012a03a this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. by Chris Lattner · 16 years ago
  6. 9f8fcfc Add DebugInfo based APIs to record source line info. by Devang Patel · 16 years ago
  7. ce07e99 * Moved author attribution to CREDITS.TXT * Removed trailing whitespace by Misha Brukman · 16 years ago
  8. 2a835f9 * Alphabetized #includes * Removed trailing whitespace by Misha Brukman · 16 years ago
  9. 6b223d7 Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. by Bill Wendling · 16 years ago
  10. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  11. e5d7178 the new scalarrepl changes are optimizing away a temporary alloca in by Chris Lattner · 16 years ago
  12. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  13. 9fee08f add some more crazy strlen and memcpy stuff I noticed in spec. by Chris Lattner · 16 years ago
  14. ffb08f5 add some notes about strlen craziness in eon. by Chris Lattner · 16 years ago
  15. 538fbb5 Remove extra blank line and space. by Misha Brukman · 16 years ago
  16. 5ffe6ac This implements the second half of the fix for PR3290, handling by Chris Lattner · 16 years ago
  17. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  18. 2ec78c4 Add APIs to record regions and variables. Again, shamelessly copied from MMI. by Devang Patel · 16 years ago
  19. 7a6e5a3 Add APIs to manage scope using DebugInfo interface. by Devang Patel · 16 years ago
  20. e21a6ba * Fixed spelling of "sentinel" * Removed trailing whitespace by Misha Brukman · 16 years ago
  21. 5539a1e Use VIM's built-in shorthand for whitespace in regex. by Misha Brukman · 16 years ago
  22. cb5852d Be sure to ignore the end-of-line character when considering trailing by Misha Brukman · 16 years ago
  23. ef5dc70 Removed trailing whitespace. by Misha Brukman · 16 years ago
  24. 86e34fb Fix failure messages in Verifier::PerformTypeCheck. The argument numbers by Bob Wilson · 16 years ago
  25. ba811e5 CMake: removed lib/VMCore/DebugInfoBuilder.cpp. by Oscar Fuentes · 16 years ago
  26. 850168c Assert that VectorType::getTruncatedElementVectorType is not used with by Bob Wilson · 16 years ago
  27. 71c3f45 remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h by Chris Lattner · 16 years ago
  28. 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 16 years ago
  29. fdede43 revert to functionally equivalent formulation by Gabor Greif · 16 years ago
  30. 8fe53b7 use the obvious getters by Gabor Greif · 16 years ago
  31. 25fd403 Remove redundant 'else's. No functionality change. by Dan Gohman · 16 years ago
  32. 00ffd50 Add empty() methods for register def lists. by Dan Gohman · 16 years ago
  33. c870bb5 Minor cleanup for unittest: by Misha Brukman · 16 years ago
  34. 177d84e Whitespace - correct formatting. by Duncan Sands · 16 years ago
  35. b0cea8f Remove alloca tracking from nocapture analysis. Not only by Duncan Sands · 16 years ago
  36. 82447eb CMake: replace `rm' with portable invocations of cmake. by Oscar Fuentes · 16 years ago
  37. acf9844 Reorder these. by Duncan Sands · 16 years ago
  38. 00e7ea9 Use a switch rather than a sequence of "isa" tests. by Duncan Sands · 16 years ago
  39. b18715a The verifier checks that the aliasee is not null. by Duncan Sands · 16 years ago
  40. d2fa781 Implement the first half of PR3290: if there is a store of an by Chris Lattner · 16 years ago
  41. d93afec Factor a bunch of code out into a helper method. by Chris Lattner · 16 years ago
  42. cf32186 use continue to simplify code and reduce nesting, no functionality change. by Chris Lattner · 16 years ago
  43. 56c3852 Get TargetData once up front and cache as an ivar instead of by Chris Lattner · 16 years ago
  44. d356a7e Use the hasAllZeroIndices predicate to simplify some by Chris Lattner · 16 years ago
  45. 8f90b6e The coalescer does not coalesce a virtual register to a physical register if any of the physical register's sub-register live intervals overlaps with the virtual register. This is overly conservative. It prevents a extract_subreg from being coalesced away: by Evan Cheng · 16 years ago
  46. d37eaa3 add a testcase. by Chris Lattner · 16 years ago
  47. fbb7486 Add patterns to match conditional moves with loads folded by Dan Gohman · 16 years ago
  48. b33fc7b Add load-folding table entries for cmovno too. by Dan Gohman · 16 years ago
  49. 305fceb Define instructions for cmovo and cmovno. by Dan Gohman · 16 years ago
  50. 653456c X86_COND_C and X86_COND_NC are alternate mnemonics for by Dan Gohman · 16 years ago
  51. bc03979 Improve support for type-generic vector intrinsics by teaching TableGen how by Bob Wilson · 16 years ago
  52. 0a79a2f Now that fold-pcmpeqd-0.ll is effectively testing that scheduling helps by Dan Gohman · 16 years ago
  53. cca2983 Revert r42653 and forward-port the code that lets INC64_32r be by Dan Gohman · 16 years ago
  54. 21213e7 CellSPU: by Scott Michel · 16 years ago
  55. 2c91d10 Fix a bug in ComputeLinearIndex computation handling multi-level by Dan Gohman · 16 years ago
  56. 5d31598 Set up DwarfDebug using DebugInfo API. by Devang Patel · 16 years ago
  57. 5fe1fac Forgot that this was needed for Linux. This should fix the builds. by Bill Wendling · 16 years ago
  58. 200ee7f The phi construction algorithm used for interval reconstruction is complicated by by Owen Anderson · 16 years ago
  59. 939e3a7 CellSPU: Update the README by Scott Michel · 16 years ago
  60. dd95009 CellSPU: by Scott Michel · 16 years ago
  61. 5ddefda Delete this test; it's a duplicate of 2006-07-03-schedulers.ll. by Dan Gohman · 16 years ago
  62. ce0d4b7 Update these argument lists for the isNormalMemory by Dan Gohman · 16 years ago
  63. fd2163b Use a latency value of 0 for the artificial edges inserted by by Dan Gohman · 16 years ago
  64. b9f08a0 no need to negate the APInt for 0. by Chris Lattner · 16 years ago
  65. 159c35b Change m_ConstantInt and m_SelectCst to take their constant integers by Chris Lattner · 16 years ago
  66. 06ebbcc make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. by Chris Lattner · 16 years ago
  67. 78eb6ad by Devang Patel · 16 years ago
  68. c452324 by Devang Patel · 16 years ago
  69. d1ca925 by Devang Patel · 16 years ago
  70. de0e7f2 Fix a thinko in the grammar for thread_local variables. by Dan Gohman · 16 years ago
  71. d60de51 Revert r61415 and r61484. Duncan was correct that these weren't needed. by Bill Wendling · 16 years ago
  72. a80c859 Don't call setDepthDirty/setHeightDirty when adding an edge by Dan Gohman · 16 years ago
  73. 8526cc0 Extract source location info from DebugInfo. by Devang Patel · 16 years ago
  74. 48d190f Add type DIEs using DebugInfo. by Devang Patel · 16 years ago
  75. 676b9df Add a note about passing MVT::Other to getSetCCResultType. by Duncan Sands · 16 years ago
  76. e6a1fe5 Strength test. by Bill Wendling · 16 years ago
  77. 27a5300 Teach the internalize pass to also internalize global aliases. by Duncan Sands · 16 years ago
  78. 91c9c310 When checking if an Argument escapes, check if by Duncan Sands · 16 years ago
  79. 7e66c0d Find loop back edges only after empty blocks are eliminated. by Evan Cheng · 16 years ago
  80. c6c22e2 testcase for bill's patch. by Chris Lattner · 16 years ago
  81. de77ebc Not having an aliasee is a theoretical possibility. by Duncan Sands · 16 years ago
  82. 15b5750 Format more neatly. by Duncan Sands · 16 years ago
  83. 2631ac3 Remove trailing spaces. by Duncan Sands · 16 years ago
  84. 1da5f2d Delete unused global aliases with internal linkage. by Duncan Sands · 16 years ago
  85. f421533 Construct composite type DIE using DebugInfo. by Devang Patel · 16 years ago
  86. a22d57d Add classof() methods so that dwarf writer can decide what DIDescriptor is in its hand. by Devang Patel · 16 years ago
  87. 50b84f4 Add <climits>, to get the definition of CHAR_BIT. This should fix build errors. by Dan Gohman · 16 years ago
  88. 11df7e5 TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its by Dan Gohman · 16 years ago
  89. 1eb49a0 Delete an unused variable and simplify the code. by Dan Gohman · 16 years ago
  90. e520273 s/ConstructType/ConstructTypeDIE/g by Devang Patel · 16 years ago
  91. 5d5a897 make llvm-ld smart enough to link against native libraries that are by Chris Lattner · 16 years ago
  92. 86ae142 by Devang Patel · 16 years ago
  93. 0d8484f fix wordo by Chris Lattner · 16 years ago
  94. b0adcdb Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). by Steve Naroff · 16 years ago
  95. c69bf2c Construct enumerator DIE using DebugInfo. by Devang Patel · 16 years ago
  96. dfd19dd Reject PR3281:accepted03.ll with: by Chris Lattner · 16 years ago
  97. 68afdc3 Construct array/vector type DIEs using DebugInfo. by Devang Patel · 16 years ago
  98. d0ed240 Get rid of sentinel insertion in interval reconstruction. It just masked the by Owen Anderson · 16 years ago
  99. 830703b reject PR3281:crash11.ll with: by Chris Lattner · 16 years ago
  100. 959873d reject PR3281:crash10.ll with: by Chris Lattner · 16 years ago