1. 76700ba Fix PR5563, an expensive checks failure when running on by Duncan Sands · 15 years ago
  2. c088ae8 Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), by Duncan Sands · 15 years ago
  3. 5da1536 Try to work around grep's "Binary file (standard input) matches" complaints seen by Benjamin Kramer · 15 years ago
  4. f6ed782 Fix -march= name for x86-64. by Daniel Dunbar · 15 years ago
  5. b4afb13 Fix fast-isel to avoid selecting the return instruction if a by Dan Gohman · 15 years ago
  6. de8b1db Remove verifySizes() since it's not adding much value. by Jim Grosbach · 15 years ago
  7. 9b82425 Also CSE non-pic load from constant pools. by Evan Cheng · 15 years ago
  8. 2e7e948 Add an experimental option to run gep-splitting and no-load GVN by Dan Gohman · 15 years ago
  9. ae079c2 Simplify this code; it's not necessary to check isIdentifiedObject here by Dan Gohman · 15 years ago
  10. 324da76 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 15 years ago
  11. ac14665 Teach getSmallConstantTripMultiple about Shl operators. by Dan Gohman · 15 years ago
  12. 9ef4835 Fix codegen of conditional move of immediates. We were not making use of the immediate forms of cmov instructions at all. by Evan Cheng · 15 years ago
  13. 8783e40 Removed references to LiveStacks from Spiller.* . They're no longer needed. by Lang Hames · 15 years ago
  14. 76c638a Refine the capture tracking rules for comparisons to be more by Dan Gohman · 15 years ago
  15. 452ae47 Use isVoidTy(). by Dan Gohman · 15 years ago
  16. 0fe60c7 Specify proper arch and triple for 64-bit. by Bill Wendling · 15 years ago
  17. b3fa7e4 Testcase for r89415. by Bill Wendling · 15 years ago
  18. 0dde971 Update comment to reflect instruction. by Eric Christopher · 15 years ago
  19. 6d90309 Refine this to only apply to null in the default address space. by Dan Gohman · 15 years ago
  20. e03a39b Try to fix JITTest.FarCallToKnownFunction on ARM and PPC. by Jeffrey Yasskin · 15 years ago
  21. 470fb51 Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. by Oscar Fuentes · 15 years ago
  22. 3e72d30 Fix a couple of problems with maintaining liveness information for antidep breaking. by David Goodwin · 15 years ago
  23. 4d8e90a When placing constant islands and adjusting for alignment padding, inline by Jim Grosbach · 15 years ago
  24. f94b5ed Extend CaptureTracking to indicate when a value is never stored, even by Dan Gohman · 15 years ago
  25. 07ba906 Refactor cmov selection code out to a separate function. No functionality change. by Evan Cheng · 15 years ago
  26. 2a0fab1 Comparing a pointer with null is not a capture. by Dan Gohman · 15 years ago
  27. b83012a Only run this mutex test if threading is enabled. This fixes PR5395. by Duncan Sands · 15 years ago
  28. 160069d Place new basic blocks immediately after their predecessor when splitting by Jakob Stoklund Olesen · 15 years ago
  29. fb7634f Reverting the EH table patches. by Bill Wendling · 15 years ago
  30. 5c376ff Added NLdStLN which is similar to NLdSt with the exception that op7_4 is not by Johnny Chen · 15 years ago
  31. feb5bfb by David Greene · 15 years ago
  32. dab249b Enable hoisting of loads from constant memory by default. In cases where by Dan Gohman · 15 years ago
  33. 58ce7ac Use StringRef::min instead of std::min. by Daniel Dunbar · 15 years ago
  34. dec6de9 fix typo by Jim Grosbach · 15 years ago
  35. a627ef5 TableGen/OptParser: When ordering options, make "sentinel" options appear before by Daniel Dunbar · 15 years ago
  36. eeebecf Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  37. e0ace0c Make example/Hello compile again. by Mikhail Glushenkov · 15 years ago
  38. 57474fa Fix a typo in a comment. by Dan Gohman · 15 years ago
  39. 90c583f cstdlib is not automatically included with StringRef anymore. by Benjamin Kramer · 15 years ago
  40. 4912325 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 15 years ago
  41. 7cfd336 by David Greene · 15 years ago
  42. 1acdcd5 Remove the now obsolete algorithm include from StringRef.h. by Benjamin Kramer · 15 years ago
  43. 2fe05d8 Workaround PR5482, because all the gcc versions that I had were miscompiling StringRef: by Torok Edwin · 15 years ago
  44. ac07b3d Unbreak x64 MSVC build. Patch by Nicolas Capens! by Benjamin Kramer · 15 years ago
  45. cc9fa81 Add PS3 Triple class, Credit to John Thompson. by Edward O'Callaghan · 15 years ago
  46. ed54de4 80 col violation. by Evan Cheng · 15 years ago
  47. 2b86caf Unbreak test, Bruno please check. by Daniel Dunbar · 15 years ago
  48. 2ef9c8a More consistent thumb1 asm printing. by Evan Cheng · 15 years ago
  49. 5b397c9 Shrink ldr / str [sp, imm0-1024] to 16-bit instructions. by Evan Cheng · 15 years ago
  50. a64ce45 Eliminate more * 4 in Thumb1 asm printing for consistency sake. by Evan Cheng · 15 years ago
  51. 2045c47 - Add sugregister logic to handle f64=(f32,f32). by Bruno Cardoso Lopes · 15 years ago
  52. 0046de0 Only use small sections for non linux targets! by Bruno Cardoso Lopes · 15 years ago
  53. 835ca07 Added a new Spiller implementation which wraps LiveIntervals::addIntervalsForSpills. by Lang Hames · 15 years ago
  54. 2b5e6b1 autoconf config.* claims to not know about auroraux triple. by Edward O'Callaghan · 15 years ago
  55. 97200e4 Teach IVUsers to keep things simpler and track loop-invariant strides only by Jim Grosbach · 15 years ago
  56. d0b552c Eliminate duplicate phi nodes in loops. Loop rotation, for example, can introduce these, and it's beneficial to later passes to clean them up. by Jim Grosbach · 15 years ago
  57. 20f4d34 Make EliminateDuplicatePHINodes() available as a utility function by Jim Grosbach · 15 years ago
  58. 77bd09b Test from Dhrystone to make sure that we're not emitting an aligned load for a by Bill Wendling · 15 years ago
  59. fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
  60. 01c6937 The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH by Bill Wendling · 15 years ago
  61. b80077a Twine: Stores kinds as uchar instead of bitfield to be friendlier to the by Daniel Dunbar · 15 years ago
  62. fbb6b67 There should be no need to keep renumbering blocks during tail duplication. by Bob Wilson · 15 years ago
  63. 41a0456 Fix buildbots. by Bob Wilson · 15 years ago
  64. bea7df5 Add XCore support for indirectbr / blockaddress. by Richard Osborne · 15 years ago
  65. 74f2ca8 De-bork CMake build by Douglas Gregor · 15 years ago
  66. ec04458 Attempt #2: by Bill Wendling · 15 years ago
  67. 60f34b9 Tail duplication still needs to iterate. Duplicating new instructions onto by Bob Wilson · 15 years ago
  68. 79d6210 Add another statistic to measure code size due to tail duplication. by Bob Wilson · 15 years ago
  69. f605773 Remove spurious @verbatim. Patch by Timo Juhani Lindfors! by Jeffrey Yasskin · 15 years ago
  70. 9b5928b Not all ASM has # for comments. by Bill Wendling · 15 years ago
  71. 0b25ae1 Fix PR5300. by Jakob Stoklund Olesen · 15 years ago
  72. 2d6a8fb TableGen: Add initial backend for clang Driver's option parsing. by Daniel Dunbar · 15 years ago
  73. 8f16e02 Allow the machine verifier to be run outside the PassManager. by Jakob Stoklund Olesen · 15 years ago
  74. 1e78aa4 Remove the -early-coalescing option by Jakob Stoklund Olesen · 15 years ago
  75. 38283e2 Fixed the in-place spiller and trivial rewriter, which had been broken by the recent SlotIndexes work. by Lang Hames · 15 years ago
  76. e823db8 Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 15 years ago
  77. 7cd5d3e Add statistics for tail duplication. by Bob Wilson · 15 years ago
  78. ebb5cb9 Add ARMv6 itineraries. by David Goodwin · 15 years ago
  79. a300300 Fix a few places that were missed when we converted to unified syntax. by Bob Wilson · 15 years ago
  80. 0257dd3 Don't require LiveVariables for PHIElimination. Enable critical edge splitting by Jakob Stoklund Olesen · 15 years ago
  81. e1caa98 Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles & by Daniel Dunbar · 15 years ago
  82. a7193e4 lit: Fix exclude dirs functionality. by Daniel Dunbar · 15 years ago
  83. b5106f5 Fix passing of float arguments through ffi. by Nick Lewycky · 15 years ago
  84. 834b08a Add a target hook to allow changing the tail duplication limit based on the by Bob Wilson · 15 years ago
  85. 5eea342 The llvm-gcc front-end and the pass manager use two separate TargetData objects. by Bill Wendling · 15 years ago
  86. 3dbb9e6 Simplify ComputeMultiple so that it doesn't depend on TargetData. by Dan Gohman · 15 years ago
  87. 5052c15 Fix inverted test and add testcase from failing self-host. by Jakob Stoklund Olesen · 15 years ago
  88. 427ef4e Remove dead code. by Devang Patel · 15 years ago
  89. 88b5aca Add ability to set code model within the execution engine builders by Eric Christopher · 15 years ago
  90. 6c8a071 Remove fragile test. by Jakob Stoklund Olesen · 15 years ago
  91. 5023095 grammar by Jim Grosbach · 15 years ago
  92. f04777b Enable arm jumpt table adjustment. by Jim Grosbach · 15 years ago
  93. 202344e Disable -split-phi-edges to unbreak the buildbots by Jakob Stoklund Olesen · 15 years ago
  94. 5493aca Never call UpdateTerminator() when AnalyzeBranch would fail. by Jakob Stoklund Olesen · 15 years ago
  95. d2aad77 Forgot to commit test fixes by Anton Korobeynikov · 15 years ago
  96. bce3dbd Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6 by Anton Korobeynikov · 15 years ago
  97. 2a085c3 Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane. by Evan Cheng · 15 years ago
  98. 7adcdc3 Fix comment. by Evan Cheng · 15 years ago
  99. 95a2c8f Enable -split-phi-edges by default, except when -regalloc=local. by Jakob Stoklund Olesen · 15 years ago
  100. 464ecfe 80-column violations by Jim Grosbach · 15 years ago