1. 9e8bd0b Add parentheses to pacify gcc-4.3. by Duncan Sands · 16 years ago
  2. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  3. 841c6a4 Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol by Nate Begeman · 16 years ago
  4. 37b9a19 Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw. by Mon P Wang · 16 years ago
  5. 47b4ce8 formatting change, reduce indentation. No functionality change. by Chris Lattner · 16 years ago
  6. 600fec3 reapply my previous patch (r66358) with a tweak to set the by Chris Lattner · 16 years ago
  7. 1362f97 Put the assignment back at the top of this method. by Bill Wendling · 16 years ago
  8. a2e6435 Two coalescer fixes in one. by Evan Cheng · 16 years ago
  9. dd44632 Make ivars private. Other cleanup. No functionality change. by Bill Wendling · 16 years ago
  10. 535f390 Changed Allocate to use size_t instead of unsigned. by Mon P Wang · 16 years ago
  11. 7f3030c Add an explicit keyword. by Dan Gohman · 16 years ago
  12. cabb383 Fixed rounding up EltSize by Mon P Wang · 16 years ago
  13. 20cb462 Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relative to op_end. by Gabor Greif · 16 years ago
  14. 68edf5f Just make the Dwarf timer group static inside of the getter function. No need to alloc/dealloc. by Bill Wendling · 16 years ago
  15. fc232b0 Don't put static functions in anonymous namespace. by Bill Wendling · 16 years ago
  16. 8aa90fe Don't consider debug intrinsics when checking by Dale Johannesen · 16 years ago
  17. 7b69720 These should *stop* the timer, not start it again. by Bill Wendling · 16 years ago
  18. e9e960f - Fix misspelled method name. - Remove unused method. by Bill Wendling · 16 years ago
  19. c8615e4 - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is by Bill Wendling · 16 years ago
  20. aad49fe Readd test, but XFAIL it. by Bill Wendling · 16 years ago
  21. 163ba3f Refine the Dwarf writer timers so that they measure exception writing and debug by Bill Wendling · 16 years ago
  22. ff278b1 Removing a dead debug intrinsic shouldn't trigger by Dale Johannesen · 16 years ago
  23. 41d88d2 Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 / Darwin. by Evan Cheng · 16 years ago
  24. 91b8b80 Add a timer to the DwarfWriter pass that measures the total time it takes to by Bill Wendling · 16 years ago
  25. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 16 years ago
  26. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 16 years ago
  27. ac57b12 Use WriteAsOperand instead of manually decorating the name for this by Dan Gohman · 16 years ago
  28. 1274ced Fix a post-RA scheduling liveness bug. When a basic block is being by Dan Gohman · 16 years ago
  29. 9200c89 Ignore dbg info, while estimating size of jump through block. by Devang Patel · 16 years ago
  30. 075630a Fix rebuilding after a .td file is modified. This was broken since revision by Rafael Espindola · 16 years ago
  31. 1b030a1 don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on by Chris Lattner · 16 years ago
  32. ab5acba Tweak the DejaGNU voodoo to match Bill's advice. by Stuart Hastings · 16 years ago
  33. e77e434 PR3478: raw_ostream should not buffer stderr by Daniel Dunbar · 16 years ago
  34. 7af9248 Add C++ marker. by Daniel Dunbar · 16 years ago
  35. 090c0a2 Do not attempt to do parial redundancy elimination on void values. by John Criswell · 16 years ago
  36. ff7d0e9 Global variables don't have a corresponding llvm.dbg.declare, yet it is possible by Torok Edwin · 16 years ago
  37. c29f0c7 Mark the Defs and Uses of STATUS register correctly, plus some reformatting. by Sanjiv Gupta · 16 years ago
  38. 8c7848f If a function is marked alwaysinline, it must be inlined (possibly for correctness). Do so even if the callee has dynamic alloca and the caller doesn't. by Evan Cheng · 16 years ago
  39. 3528e38 Add radar number. by Bill Wendling · 16 years ago
  40. 3e0cc26 wire up support for emitting "special" values from inline asm by Chris Lattner · 16 years ago
  41. 3328add Add more information to the EFLAGS note. by Dan Gohman · 16 years ago
  42. 1f2f314 Check for warnings about inappropriate weak_imports. by Stuart Hastings · 16 years ago
  43. ad93e1e Add a note about EFLAGS optimization. by Dan Gohman · 16 years ago
  44. 412a446 Ignore debug info while evaluating function. by Devang Patel · 16 years ago
  45. 9d10086 Don't record the increment instruction; just recompute it from the Phi by Dan Gohman · 16 years ago
  46. 96c96b4 Fix PR3724 by searching for the largest free block when by Chris Lattner · 16 years ago
  47. d07128c Remove llvm.dbg.global_variables also. by Devang Patel · 16 years ago
  48. 3cfe6a4 Fix a few more places where induction variable types were used by Dan Gohman · 16 years ago
  49. bb5b49c Use ReplacedTy instead of recomputing the same value. by Dan Gohman · 16 years ago
  50. 0daeed2 Use LoopInfo's getLoopLatch() instead of doing what it does manualy. by Dan Gohman · 16 years ago
  51. 53f2ae2 Don't use an induction variable type as a memory access type. by Dan Gohman · 16 years ago
  52. 21e7722 Factor out the code that determines the memory access type by Dan Gohman · 16 years ago
  53. 8c0e62c Clarify wording, patch by Stefanus Du Toit! by Chris Lattner · 16 years ago
  54. 23e528b Add helper pass to remove llvm.dbg.declare intrinsics. by Devang Patel · 16 years ago
  55. f7912df Move the sorting of the StrideOrder array earlier so that it doesn't by Dan Gohman · 16 years ago
  56. 9f4ac31 Delete the isOnlyStride argument, which is unused. by Dan Gohman · 16 years ago
  57. 80b0f8c Tidy some LSR debug output: announce the loop it's about to process by Dan Gohman · 16 years ago
  58. 8c6b991 ARM target now also recognize triplets like thumbv6-apple-darwin and set thumb mode and arch subversion. Eventually thumb triplets will go way and replaced with function notes. by Evan Cheng · 16 years ago
  59. 66b8bc3 Fix PR3763 by using proper APInt methods instead of uint64_t's. by Chris Lattner · 16 years ago
  60. 1dfe6a0 make the Op<N> methods protected, how it was intended to be by Gabor Greif · 16 years ago
  61. 6501153 ARM isLegalAddressImmediate should check if type is a simple type now that optimizer can create values of funky scalar types. by Evan Cheng · 16 years ago
  62. 0d8fc52 Yet another case where the spiller marked two uses of the same register on the same instruction as kill. This fixes PR3706. by Evan Cheng · 16 years ago
  63. c785b4f Re-apply 66315, but restrict it to Darwin only. by Evan Cheng · 16 years ago
  64. 9aaa079 Revert r66415. It's causing failures during bootstrap builds: by Bill Wendling · 16 years ago
  65. 1a6d31a Add a constructor for BuildVectorSDNode and revert the temporary workaround by Bob Wilson · 16 years ago
  66. ee199f7 This debug info special case should no longer by Duncan Sands · 16 years ago
  67. ea3a9ff just remove the use_empty() check entirely, the only reason it by Chris Lattner · 16 years ago
  68. 5c3e7b1 in builds without asserts we do not need to allocate the Next pointer in "ghostly" sentinels by Gabor Greif · 16 years ago
  69. bf65de1 Regenerate. by Nick Lewycky · 16 years ago
  70. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  71. f231c07 Make the code generator rip of dead constant expr uses before deciding by Chris Lattner · 16 years ago
  72. 319e632 make GlobalValue::removeDeadConstantUsers() const. by Chris Lattner · 16 years ago
  73. 339c93b testcase for PR3744 by Chris Lattner · 16 years ago
  74. f1a3082 don't allow hash_map or hash_set. by Chris Lattner · 16 years ago
  75. f6cec85 Ignore debug intrinsics when computing dependences. by Owen Anderson · 16 years ago
  76. d7168dd reimplement AliasSetTracker in terms of DenseMap instead of hash_map, by Chris Lattner · 16 years ago
  77. f9f7da8 add a #include to improve portability to windows, as requested by by Chris Lattner · 16 years ago
  78. ccbdc7a Pass in a std::string when getting the names of debugging things. This cuts down by Bill Wendling · 16 years ago
  79. bce6091 fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. by Chris Lattner · 16 years ago
  80. a9a9e07 Fix two classes of bugs. First: by Chris Lattner · 16 years ago
  81. c66996a Fix PR3746 - Crash in isel with GEP of function pointer by Chris Lattner · 16 years ago
  82. 086c788 Fix PR3743 - -mmacosx-version-min inappropriate for Mac OS X 10.4.11, by Chris Lattner · 16 years ago
  83. f48ba7b add some explicit llvm:: qualifiers to the unix side, fix problems on the windows side. by Chris Lattner · 16 years ago
  84. d694a78 Keep calling-convention and tail-call bit when creating new invoke or call. by Nick Lewycky · 16 years ago
  85. 087fcf3 do not export all the X86FastISel symbols, ever. by Chris Lattner · 16 years ago
  86. 4bfba9d Fix comments, pointed out by Duncan Sands. by Nick Lewycky · 16 years ago
  87. a05ef5e Apply ODR linkage changes accidentally dropped during by Duncan Sands · 16 years ago
  88. 1183c71 Test commit by Sebastian Redl · 16 years ago
  89. 199aa3c Mark function returns as noalias. by Nick Lewycky · 16 years ago
  90. 29e6417 teach SROA to handle promoting vector allocas with a memset into them into by Chris Lattner · 16 years ago
  91. cf1bb08 fix typo by Chris Lattner · 16 years ago
  92. c570487 Enhance SROA to "promote to scalar" allocas which are by Chris Lattner · 16 years ago
  93. 4b17474 Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch version accordingly. by Evan Cheng · 16 years ago
  94. dfe964c change the MemIntrinsic get/setAlignment method to take an unsigned by Chris Lattner · 16 years ago
  95. 821b856 If a MI uses the same register more than once, only mark one of them as 'kill'. by Evan Cheng · 16 years ago
  96. 8e10844 use MemTransferInst. by Chris Lattner · 16 years ago
  97. 3ce5e88 Introduce a new MemTransferInst pseudo class, which is a common by Chris Lattner · 16 years ago
  98. ff9dcee add a note. by Chris Lattner · 16 years ago
  99. b34487d add a note. by Chris Lattner · 16 years ago
  100. 4767694 implement an optimization to codegen c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4. by Chris Lattner · 16 years ago