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