1. f89d1dc Refine further the scope where the global DebugLoc value is active. by Dan Gohman · 15 years ago
  2. 4b67bc1 Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't by Nick Lewycky · 15 years ago
  3. 107ae0a Silence an unused variable warning. by Eric Christopher · 15 years ago
  4. a0bada7 fix comment noticed by Bob by Chris Lattner · 15 years ago
  5. 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
  6. 5f03782 move comment. by Chris Lattner · 15 years ago
  7. d55c1c1 fix PR6832: we were using the alignment of a pointer when we by Chris Lattner · 15 years ago
  8. aa08c55 Create an exports file, so that the plugin only exports the onload symbol. by Dan Gohman · 15 years ago
  9. f692003 Make things static that don't need to be referenced from outside the file. by Dan Gohman · 15 years ago
  10. a001b66 improve comments. by Chris Lattner · 15 years ago
  11. 0b09e12 Add an svn:ignore. by Dan Gohman · 15 years ago
  12. 4cc576b pull all the ConvertToScalarInfo code together into one place. by Chris Lattner · 15 years ago
  13. 593375d more refactoring: suck some stuff out of SRoA into ConvertToScalarInfo. by Chris Lattner · 15 years ago
  14. 8db3f2c shift intrinsic operand by Gabor Greif · 15 years ago
  15. c447207 introduce a new ConvertToScalarInfo struct to simplify by Chris Lattner · 15 years ago
  16. 626f3d7 Avoid sinking machine instructions into a loop. by Jakob Stoklund Olesen · 15 years ago
  17. cd52932 Added another test case for am3offset operand, testing Rn, #+/-imm8. by Johnny Chen · 15 years ago
  18. 4b231c5 Add test case for machine-sink on critical edges by Jakob Stoklund Olesen · 15 years ago
  19. 1cfa094 Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not by Johnny Chen · 15 years ago
  20. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
  21. 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 15 years ago
  22. 3a1588a Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is doing the right thing and codegen looks correct for both Thumb and Thumb2. by Evan Cheng · 15 years ago
  23. 31d8010 tidy interface to isOnlyCopiedFromConstantGlobal by Chris Lattner · 15 years ago
  24. 51faa37 Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new by Daniel Dunbar · 15 years ago
  25. b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 15 years ago
  26. f27733f zap mergeinfo by Gabor Greif · 15 years ago
  27. 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
  28. 83821c8 Pointed out by housel on #llvm. by Duncan Sands · 15 years ago
  29. 5ef9d76 Fix PR6847. RegScavenger should ignore DebugValues. by Jakob Stoklund Olesen · 15 years ago
  30. 8538f04 Make sure the initialization of a GC root is after its definition. by Nicolas Geoffray · 15 years ago
  31. 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 15 years ago
  32. 8cf1616 prune includes by Gabor Greif · 15 years ago
  33. 0ea7d21 ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly. In cases where there are two dyn_alloc in the same BB it would have caused the old SP value to be reused and badness ensues. rdar://7493908 by Evan Cheng · 15 years ago
  34. c886698 DEBUG() print out "Unknown format" msg. by Johnny Chen · 15 years ago
  35. 8c407d4 ReuseFrameIndexVals is used in multiple files, so it can't be static. by Dan Gohman · 15 years ago
  36. 82bcd23 EnablePPC64RS and EnablePPC32RS are used in multiple files, so they by Dan Gohman · 15 years ago
  37. b357983 Fix a bunch of namespace polution. by Dan Gohman · 15 years ago
  38. 098406b Fix namespace polution. by Dan Gohman · 15 years ago
  39. 005752b Make getPredecessorWithUniqueSuccessorForBB return the unique successor by Dan Gohman · 15 years ago
  40. 3181c50 typos by Gabor Greif · 15 years ago
  41. 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
  42. 45d95a1 zap mergeinfo by Gabor Greif · 15 years ago
  43. 3bb37e9 Simplify ".bc" detection. by Benjamin Kramer · 15 years ago
  44. 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
  45. e698758 enhance the load/store narrowing optimization to handle a by Chris Lattner · 15 years ago
  46. 6dc8685 teach codegen to turn trunc(zextload) into load when possible. by Chris Lattner · 15 years ago
  47. efcddc3 add a simple dag combine to replace trivial shl+lshr with by Chris Lattner · 15 years ago
  48. 2392ae7 Implement rdar://7860110 (also in target/readme.txt) narrowing by Chris Lattner · 15 years ago
  49. ae541aa Add more const qualifiers for LLVM IR pointers in CodeGen. by Dan Gohman · 15 years ago
  50. dc7d6c9 further tweak this to do something useful. by Chris Lattner · 15 years ago
  51. 23ab896 remove undef control flow. by Chris Lattner · 15 years ago
  52. 8f10915 Remove unnecessary uses of <iostream>. by Daniel Dunbar · 15 years ago
  53. 4c7276a tests: MC/Disassembler tests depend on ARM support being compiler in. by Daniel Dunbar · 15 years ago
  54. 6484dd4 fix a crash on "lli ex" or any other file whose name is exactly two by Chris Lattner · 15 years ago
  55. 0dbdca5 Fix build. by Anders Carlsson · 15 years ago
  56. 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
  57. cff6f85 Allow lowering for palignr instructions for mmx sized vectors. Add by Eric Christopher · 15 years ago
  58. adf9799 More 80 violations. by Evan Cheng · 15 years ago
  59. 4439869 Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build. by Johnny Chen · 15 years ago
  60. 22d286b 80 col violations. by Evan Cheng · 15 years ago
  61. f8a2e01 Add comment. by Devang Patel · 15 years ago
  62. d334026 There is no need to track compile unit offsets if there is only one compile unit. by Devang Patel · 15 years ago
  63. 7a996b2 Remove dead code. by Devang Patel · 15 years ago
  64. a76b334 IPO needs ScalarOpts and InstCombine in its libs by Tobias Grosser · 15 years ago
  65. d1ec11a Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm() by Johnny Chen · 15 years ago
  66. e7b5252 Add -arm-long-calls option to force calls to be indirect. This makes the by Jim Grosbach · 15 years ago
  67. 070c07f Fix TrackingVH to handle const Value subclasses. by Dan Gohman · 15 years ago
  68. 75d4ec3 Remove a const here. This makes this function consistent with all the by Dan Gohman · 15 years ago
  69. 0a60fa3 Constify GetConstantStringInfo. by Dan Gohman · 15 years ago
  70. 4eb3739 Don't use DILocation when processing a DebugLoc. by Nicolas Geoffray · 15 years ago
  71. 2fd100a For t2BFI disassembly, apply the same error checking as in r101205. by Johnny Chen · 15 years ago
  72. 7ad3b2a Move a bunch of methods from CallSite to CallSiteBase, so that they can by Dan Gohman · 15 years ago
  73. d907d25 Fixed another assert exposed by fuzzing. The utility function getRegisterEnum() by Johnny Chen · 15 years ago
  74. d394e27 Remove unneeded types from test. by Jakob Stoklund Olesen · 15 years ago
  75. 86cd445 - Code clean up to reduce indentation. by Evan Cheng · 15 years ago
  76. 7b975f4 Use FunTy instead of hard-coding Function. by Dan Gohman · 15 years ago
  77. 164cd8b Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand by Bob Wilson · 15 years ago
  78. ce93108 Oops, make these public. by Dan Gohman · 15 years ago
  79. d9587fd Move getType() and getCaller() into CallSiteBase so that by Dan Gohman · 15 years ago
  80. dda54ee Trim tests and convert to FileCheck. by Evan Cheng · 15 years ago
  81. 6465265 Delete unneeeded arguments. by Dan Gohman · 15 years ago
  82. 6a732b5 Delete unused arguments. by Dan Gohman · 15 years ago
  83. 2520864 Factor out EH landing pad code into a separate function, and constify by Dan Gohman · 15 years ago
  84. 7f6b8b8 Reset the debug location even if the instruction was a terminator. by Dan Gohman · 15 years ago
  85. 833ec1d Fix a missing #include. by Dan Gohman · 15 years ago
  86. 1160945 Refine #includes. by Dan Gohman · 15 years ago
  87. 4031d59 Split ISD::NodeType and a few related items out of SelectionDAGNodes.h by Dan Gohman · 15 years ago
  88. fe85e76 Pull utility routines with no SelectionDAG dependence out of by Dan Gohman · 15 years ago
  89. b02b62a Fix typos in comments. by Dan Gohman · 15 years ago
  90. 6ed58e0 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
  91. 9880997 Delete an obsolete comment. by Dan Gohman · 15 years ago
  92. c21a2dc Delete an unused function. by Dan Gohman · 15 years ago
  93. 5dc4433 Clear the FunctionLoweringInfo object before doing other things that by Dan Gohman · 15 years ago
  94. 0e02672 Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and by Dan Gohman · 15 years ago
  95. 046fe6b Add a comment. by Dan Gohman · 15 years ago
  96. b13033f Move the code for initialing the entry block livein set out of SelectionDAGISel. by Dan Gohman · 15 years ago
  97. c0fb65d Reorgnaize this code to be more tidy and readable. by Dan Gohman · 15 years ago
  98. 441516f Trim #includes. by Dan Gohman · 15 years ago
  99. 9870826 Move the code for emitting livein copies out of SelectionDAGISel. by Dan Gohman · 15 years ago
  100. 67894a3 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago