1. a9537cf Fix some nondeterministic behavior when forwarding by Dale Johannesen · 16 years ago
  2. fd82995 Also pass -gcc-tool-args when building a shared object. by Evan Cheng · 16 years ago
  3. 3014376 Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the by Dan Gohman · 16 years ago
  4. c40d4f8 update by Gabor Greif · 16 years ago
  5. b316f90 optimize i8 and i16 tls values. by Rafael Espindola · 16 years ago
  6. 1ed5b71 Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change. by Owen Anderson · 16 years ago
  7. f9abd7e Add a -no-implicit-float flag. This acts like -soft-float, but may generate by Bill Wendling · 16 years ago
  8. a891518 Skip interleaved debug info when fast-forwarding through by Dale Johannesen · 16 years ago
  9. a597a97 My last coalescer fix introduced a subtler one. It's aborting a commuting optimization too late and left the live intervals to be out of sync with instructions. This fixes 8b10b. by Evan Cheng · 16 years ago
  10. 497cb6f Debug intriniscs should be skipped when looking by Dale Johannesen · 16 years ago
  11. 773f57e Another bug :( by Anton Korobeynikov · 16 years ago
  12. 1d98870 Make Print callable from a pass's print method: add const qualifier. No by Torok Edwin · 16 years ago
  13. 26d6e21 I should definitely read make docs someday :( by Anton Korobeynikov · 16 years ago
  14. c540b1f do not pretend llvm/.../*.h being system headers by Gabor Greif · 16 years ago
  15. 317bc24 Unbreak the build. Dunno, why it did not fail on mingw :( by Anton Korobeynikov · 16 years ago
  16. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  17. 94244f3 fix validator errors by Gabor Greif · 16 years ago
  18. d6c1ed0 Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! by Gabor Greif · 16 years ago
  19. ad9d21a Disable plugins / shared stuff generation on windows targets. by Anton Korobeynikov · 16 years ago
  20. 6b3ef69 For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear some bits. by Mon P Wang · 16 years ago
  21. d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 16 years ago
  22. eda2ec3 fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll by Chris Lattner · 16 years ago
  23. 9e8bd0b Add parentheses to pacify gcc-4.3. by Duncan Sands · 16 years ago
  24. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  25. 841c6a4 Allow cross-process JIT to handle MachineRelocations of the ExternalSymbol by Nate Begeman · 16 years ago
  26. 37b9a19 Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw/hw. by Mon P Wang · 16 years ago
  27. 47b4ce8 formatting change, reduce indentation. No functionality change. by Chris Lattner · 16 years ago
  28. 600fec3 reapply my previous patch (r66358) with a tweak to set the by Chris Lattner · 16 years ago
  29. 1362f97 Put the assignment back at the top of this method. by Bill Wendling · 16 years ago
  30. a2e6435 Two coalescer fixes in one. by Evan Cheng · 16 years ago
  31. dd44632 Make ivars private. Other cleanup. No functionality change. by Bill Wendling · 16 years ago
  32. 535f390 Changed Allocate to use size_t instead of unsigned. by Mon P Wang · 16 years ago
  33. 7f3030c Add an explicit keyword. by Dan Gohman · 16 years ago
  34. cabb383 Fixed rounding up EltSize by Mon P Wang · 16 years ago
  35. 20cb462 Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relative to op_end. by Gabor Greif · 16 years ago
  36. 68edf5f Just make the Dwarf timer group static inside of the getter function. No need to alloc/dealloc. by Bill Wendling · 16 years ago
  37. fc232b0 Don't put static functions in anonymous namespace. by Bill Wendling · 16 years ago
  38. 8aa90fe Don't consider debug intrinsics when checking by Dale Johannesen · 16 years ago
  39. 7b69720 These should *stop* the timer, not start it again. by Bill Wendling · 16 years ago
  40. e9e960f - Fix misspelled method name. - Remove unused method. by Bill Wendling · 16 years ago
  41. c8615e4 - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is by Bill Wendling · 16 years ago
  42. aad49fe Readd test, but XFAIL it. by Bill Wendling · 16 years ago
  43. 163ba3f Refine the Dwarf writer timers so that they measure exception writing and debug by Bill Wendling · 16 years ago
  44. ff278b1 Removing a dead debug intrinsic shouldn't trigger by Dale Johannesen · 16 years ago
  45. 41d88d2 Revert 66358 for now. It's breaking povray, 450.soplex, and 456.hmmer on x86 / Darwin. by Evan Cheng · 16 years ago
  46. 91b8b80 Add a timer to the DwarfWriter pass that measures the total time it takes to by Bill Wendling · 16 years ago
  47. 111def8 Add -disable-bindings for utils/NewNightlyTest.pl by Daniel Dunbar · 16 years ago
  48. 4832f88 Change these sed lines to behave correctly when the input string by Dan Gohman · 16 years ago
  49. ac57b12 Use WriteAsOperand instead of manually decorating the name for this by Dan Gohman · 16 years ago
  50. 1274ced Fix a post-RA scheduling liveness bug. When a basic block is being by Dan Gohman · 16 years ago
  51. 9200c89 Ignore dbg info, while estimating size of jump through block. by Devang Patel · 16 years ago
  52. 075630a Fix rebuilding after a .td file is modified. This was broken since revision by Rafael Espindola · 16 years ago
  53. 1b030a1 don't pass -Wl,-exported_symbol -Wl,_main to the linker when building on by Chris Lattner · 16 years ago
  54. ab5acba Tweak the DejaGNU voodoo to match Bill's advice. by Stuart Hastings · 16 years ago
  55. e77e434 PR3478: raw_ostream should not buffer stderr by Daniel Dunbar · 16 years ago
  56. 7af9248 Add C++ marker. by Daniel Dunbar · 16 years ago
  57. 090c0a2 Do not attempt to do parial redundancy elimination on void values. by John Criswell · 16 years ago
  58. ff7d0e9 Global variables don't have a corresponding llvm.dbg.declare, yet it is possible by Torok Edwin · 16 years ago
  59. c29f0c7 Mark the Defs and Uses of STATUS register correctly, plus some reformatting. by Sanjiv Gupta · 16 years ago
  60. 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
  61. 3528e38 Add radar number. by Bill Wendling · 16 years ago
  62. 3e0cc26 wire up support for emitting "special" values from inline asm by Chris Lattner · 16 years ago
  63. 3328add Add more information to the EFLAGS note. by Dan Gohman · 16 years ago
  64. 1f2f314 Check for warnings about inappropriate weak_imports. by Stuart Hastings · 16 years ago
  65. ad93e1e Add a note about EFLAGS optimization. by Dan Gohman · 16 years ago
  66. 412a446 Ignore debug info while evaluating function. by Devang Patel · 16 years ago
  67. 9d10086 Don't record the increment instruction; just recompute it from the Phi by Dan Gohman · 16 years ago
  68. 96c96b4 Fix PR3724 by searching for the largest free block when by Chris Lattner · 16 years ago
  69. d07128c Remove llvm.dbg.global_variables also. by Devang Patel · 16 years ago
  70. 3cfe6a4 Fix a few more places where induction variable types were used by Dan Gohman · 16 years ago
  71. bb5b49c Use ReplacedTy instead of recomputing the same value. by Dan Gohman · 16 years ago
  72. 0daeed2 Use LoopInfo's getLoopLatch() instead of doing what it does manualy. by Dan Gohman · 16 years ago
  73. 53f2ae2 Don't use an induction variable type as a memory access type. by Dan Gohman · 16 years ago
  74. 21e7722 Factor out the code that determines the memory access type by Dan Gohman · 16 years ago
  75. 8c0e62c Clarify wording, patch by Stefanus Du Toit! by Chris Lattner · 16 years ago
  76. 23e528b Add helper pass to remove llvm.dbg.declare intrinsics. by Devang Patel · 16 years ago
  77. f7912df Move the sorting of the StrideOrder array earlier so that it doesn't by Dan Gohman · 16 years ago
  78. 9f4ac31 Delete the isOnlyStride argument, which is unused. by Dan Gohman · 16 years ago
  79. 80b0f8c Tidy some LSR debug output: announce the loop it's about to process by Dan Gohman · 16 years ago
  80. 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
  81. 66b8bc3 Fix PR3763 by using proper APInt methods instead of uint64_t's. by Chris Lattner · 16 years ago
  82. 1dfe6a0 make the Op<N> methods protected, how it was intended to be by Gabor Greif · 16 years ago
  83. 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
  84. 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
  85. c785b4f Re-apply 66315, but restrict it to Darwin only. by Evan Cheng · 16 years ago
  86. 9aaa079 Revert r66415. It's causing failures during bootstrap builds: by Bill Wendling · 16 years ago
  87. 1a6d31a Add a constructor for BuildVectorSDNode and revert the temporary workaround by Bob Wilson · 16 years ago
  88. ee199f7 This debug info special case should no longer by Duncan Sands · 16 years ago
  89. ea3a9ff just remove the use_empty() check entirely, the only reason it by Chris Lattner · 16 years ago
  90. 5c3e7b1 in builds without asserts we do not need to allocate the Next pointer in "ghostly" sentinels by Gabor Greif · 16 years ago
  91. bf65de1 Regenerate. by Nick Lewycky · 16 years ago
  92. 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
  93. f231c07 Make the code generator rip of dead constant expr uses before deciding by Chris Lattner · 16 years ago
  94. 319e632 make GlobalValue::removeDeadConstantUsers() const. by Chris Lattner · 16 years ago
  95. 339c93b testcase for PR3744 by Chris Lattner · 16 years ago
  96. f1a3082 don't allow hash_map or hash_set. by Chris Lattner · 16 years ago
  97. f6cec85 Ignore debug intrinsics when computing dependences. by Owen Anderson · 16 years ago
  98. d7168dd reimplement AliasSetTracker in terms of DenseMap instead of hash_map, by Chris Lattner · 16 years ago
  99. f9f7da8 add a #include to improve portability to windows, as requested by by Chris Lattner · 16 years ago
  100. ccbdc7a Pass in a std::string when getting the names of debugging things. This cuts down by Bill Wendling · 16 years ago