1. 55e59c1 Code that needs a TargetMachine should have access to one directly, rather by Dan Gohman · 15 years ago
  2. 46007b3 Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't by Dan Gohman · 15 years ago
  3. 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 15 years ago
  4. dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 15 years ago
  5. 023f8aa This doesn't need SmallVector.h anymore. by Dan Gohman · 15 years ago
  6. c1b202a Support .a files directly (without -l). by Mikhail Glushenkov · 15 years ago
  7. d6cc53c Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operand by Johnny Chen · 15 years ago
  8. 17192a1 Fix this for std::vectors which don't have .data(). by Dan Gohman · 15 years ago
  9. 4b7df44 ARM disassembler did not react to recent changes to the NEON instruction table. by Johnny Chen · 15 years ago
  10. 9d44e70 Don't write into MemoryBuffers. by Benjamin Kramer · 15 years ago
  11. 985744e Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  12. 72bdd4c Revert 91528 and use a std::vector instead, fixing an abuse of std::string. by Dan Gohman · 15 years ago
  13. dfd4bbf Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  14. 5af8f42 Add a few more ELF bits. by Dan Gohman · 15 years ago
  15. a5370f1 Add a const. by Dan Gohman · 15 years ago
  16. fd813bc These functions don't need to access this. by Dan Gohman · 15 years ago
  17. d456a47 Add missed part of prev. commit by Anton Korobeynikov · 15 years ago
  18. 928eb49 Make processor FUs unique for given itinerary. This extends the limit of 32 by Anton Korobeynikov · 15 years ago
  19. d65077a avoid temporary std::string in non posix_spawn path. by Chris Lattner · 15 years ago
  20. d7aef9b Eliminate temporary string. by Benjamin Kramer · 15 years ago
  21. bceaffc Properly inherit the environment on darwin where environ is not available for shared libraries. by Benjamin Kramer · 15 years ago
  22. 6523803 This is horrible. Split the difference, and declare 'environ' on all non-Darwin by Nick Lewycky · 15 years ago
  23. 1a3eb95 Revert r101701, Darwin doesn't have 'environ'. Go figure. by Nick Lewycky · 15 years ago
  24. b7dfca9 Fix linux build. posix_spawn doesn't inherit the environment by default. by Nick Lewycky · 15 years ago
  25. 4f098b6 make Program::Execute use posix_spawn on systems that support it, by Chris Lattner · 15 years ago
  26. 459e13a reduce indentation by Chris Lattner · 15 years ago
  27. b221ecb unnest from namespace. by Chris Lattner · 15 years ago
  28. f06b859 silence some -Wmissing-field-initializers warnings. by Chris Lattner · 15 years ago
  29. a07cd90 silence some unused-value warnings. by Chris Lattner · 15 years ago
  30. 091fc4b Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been by Bill Wendling · 15 years ago
  31. 69c128f Formatting changes. No functionality change. by Bill Wendling · 15 years ago
  32. 21739c1 Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to the by Bill Wendling · 15 years ago
  33. a370a44 Fix declarations in a few more tests. by Nick Lewycky · 15 years ago
  34. dd3a879 Revert "reject forward references to functions whose type don't match", because DJG told me to! by Daniel Dunbar · 15 years ago
  35. 8e13af3 Fix intrinsic signature in this test. by Nick Lewycky · 15 years ago
  36. 77e80de reject forward references to functions whose type don't match by Chris Lattner · 15 years ago
  37. b5f6af6 Add comment (lost when reverting and reapplying 101503). by Dale Johannesen · 15 years ago
  38. 0dd0d49 doh, didn't mean to check in my hackaround lit sucking. :) by Chris Lattner · 15 years ago
  39. 34e9d17 fix PR6332, allowing an index of zero into a zero sized array by Chris Lattner · 15 years ago
  40. eef6d78 teach the x86 asm parser how to handle segment prefixes by Chris Lattner · 15 years ago
  41. 7834fac refactor .if handling code a bit. by Chris Lattner · 15 years ago
  42. f84755b fix PR6858: a dangling pointer use bug which was caused by Chris Lattner · 15 years ago
  43. 44b04a5 a bunch of cleanups and tweaks, no functionality changes. by Chris Lattner · 15 years ago
  44. 43bc70e Fix more -Wcast-qual warnings. by Dan Gohman · 15 years ago
  45. 3fb150a Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  46. 89f9492 remove a dead variable, PR6856 by Chris Lattner · 15 years ago
  47. 0fb372a testcase for r101538, patch by Nico Schmidt! by Chris Lattner · 15 years ago
  48. 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
  49. 82d5eaf Use const_cast instead of a C-style cast to cast away const. by Dan Gohman · 15 years ago
  50. 9f23dee Start function numbering at 0. by Dan Gohman · 15 years ago
  51. 383b5f6 Delete now-unnecessary const_casts. by Dan Gohman · 15 years ago
  52. b6f778a Use cast instead of dyn_cast when assuming success. by Dan Gohman · 15 years ago
  53. d858e90 Use const qualifiers with TargetLowering. This eliminates several by Dan Gohman · 15 years ago
  54. 1e93df6 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 15 years ago
  55. 2329d66 Name these stub files consistently with the SPU and PPC targets' conventions. by Chandler Carruth · 15 years ago
  56. 65de1b9 a bunch of ssse3 instructions are misencoded to think they have an by Chris Lattner · 15 years ago
  57. ca5e4f8 reenable r101565, removing a problematic assertion. by Chris Lattner · 15 years ago
  58. 94d1d9c Postra machine licm must add registers defined by loop invariants to *all* of by Evan Cheng · 15 years ago
  59. 5c21280 Refresh this documentation. Things have changed a bit in the mean time: by Nick Lewycky · 15 years ago
  60. f2b9109 Fix codegen passes. -disable-ssc shouldn't disable postra machine licm. by Evan Cheng · 15 years ago
  61. e5b51ac More work to allow dag combiner to promote 16-bit ops to 32-bit. by Evan Cheng · 15 years ago
  62. 4ff2852 Another 80 col violation. by Evan Cheng · 15 years ago
  63. 9f3f061 Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this by Bob Wilson · 15 years ago
  64. 8d1092b Add nounwind. by Evan Cheng · 15 years ago
  65. 84bd6b0 Re-commit my previous SSAUpdater changes. The previous version naively tried by Bob Wilson · 15 years ago
  66. 8295d4c As a temporary workaround for post-RA not handling DebugValue instructions, by Bob Wilson · 15 years ago
  67. 23eaf26 Revert "Use a simpler data structure to calculate the least recently used register in RegAllocLocal." by Jakob Stoklund Olesen · 15 years ago
  68. ab89ff7 Reapply 101503+101520. These are "obviously correct" [Chris] by Dale Johannesen · 15 years ago
  69. 7e3e325 disable r101565: an assert is getting triggered. More lurking badness no doubt. by Chris Lattner · 15 years ago
  70. 9484689 add a note by Chris Lattner · 15 years ago
  71. 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
  72. f2548ca Add support to emit dwarf ranges. by Devang Patel · 15 years ago
  73. cf7fbd4 Use a simpler data structure to calculate the least recently used register in RegAllocLocal. by Jakob Stoklund Olesen · 15 years ago
  74. de0ade4 Cast to (uint64_t) instead of relying on the "ul" suffix. by Johnny Chen · 15 years ago
  75. abf0c34 Add a getSelectionDAGInfo member to TargetMachine. by Dan Gohman · 15 years ago
  76. 6f25d9f update docs for api change. by Chris Lattner · 15 years ago
  77. bde0bb5 building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager by Chris Lattner · 15 years ago
  78. 53c5e42 Add skeleton target-specific SelectionDAGInfo files. by Dan Gohman · 15 years ago
  79. af5b0e8 Fixed logic error. Should check Builder for validity before calling SetSession by Johnny Chen · 15 years ago
  80. a3dfc64 move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). by Chris Lattner · 15 years ago
  81. 391569c Regenerate configure script. by Dan Gohman · 15 years ago
  82. e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
  83. f7e2bc8 Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. by Johnny Chen · 15 years ago
  84. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 15 years ago
  85. c7b6591 Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a by Johnny Chen · 15 years ago
  86. 003d7c4 (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case until -promote-16bit is enabled. by Evan Cheng · 15 years ago
  87. 8b14624 tidy up by Chris Lattner · 15 years ago
  88. c93760c move PrintCallGraphPass out of the middle of CGPassManager. by Chris Lattner · 15 years ago
  89. aef1fea add a missing break back, patch by Nico Schmidt! by Chris Lattner · 15 years ago
  90. 8c0e899 Create a new TargetSelectionDAGInfo class. This will eventually acquire by Dan Gohman · 15 years ago
  91. 4bcf0a9 Commit this, which should have accompanied 101531. by Dan Gohman · 15 years ago
  92. 37f32ee Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. by Dan Gohman · 15 years ago
  93. 7f506a9 Fix this code to avoid implicit assumptions about the length of the array. by Dan Gohman · 15 years ago
  94. 16fda69 In the same spirit of r101524, which removed the assert() from printAddrMode2OffsetOperand(), by Johnny Chen · 15 years ago
  95. 5b13a1a Revert 101520, which depended on 101503, which was reverted. by Dan Gohman · 15 years ago
  96. 2fb10f1 Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed by Johnny Chen · 15 years ago
  97. f72a53d Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, by Duncan Sands · 15 years ago
  98. d73d187 Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are by Johnny Chen · 15 years ago
  99. 899dd9b Trim a #include. by Dan Gohman · 15 years ago
  100. ec1fb6d Revert r101455, which fails on the llvm-arm-linux buildbot. by Dan Gohman · 15 years ago