1. fc2cba8 Honour subreg machine operands during asmprinting by Anton Korobeynikov · 15 years ago
  2. 54c78ef Print VMOV (immediate) operands as hexadecimal values. Apple's assembler by Bob Wilson · 15 years ago
  3. 79f0332 Fix a bug where we'd call SplitBlockPredecessors with a pred in the by Chris Lattner · 15 years ago
  4. d51722a Fix a broken test. by Bob Wilson · 15 years ago
  5. c0ef244 Fix comment typos. by Bob Wilson · 15 years ago
  6. e7e0d62 Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConstPoolEntryUId() instead. by Evan Cheng · 15 years ago
  7. 82ebca1 CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with correct calling convention by Victor Hernandez · 15 years ago
  8. 50591ab Remove function left over from other jump threading cleanup. by Eli Friedman · 15 years ago
  9. 29d727b fix typo by Gabor Greif · 15 years ago
  10. 82114b9 Fix a problem discovered on self host. by Chris Lattner · 15 years ago
  11. 90b9247 remove more code subsumed by r86264 by Chris Lattner · 15 years ago
  12. 5ebfa2d Tolerate invalid derived type. by Devang Patel · 15 years ago
  13. f7807f6 eliminate some more code subsumed by r86264 by Chris Lattner · 15 years ago
  14. 90926ab remove now redundant code, r86264 handles this case. by Chris Lattner · 15 years ago
  15. 7856725 Extend jump threading to support much more general threading by Chris Lattner · 15 years ago
  16. 8d4e3b5 Use WriteAsOperand to print GlobalAddress MachineOperands. This by Dan Gohman · 15 years ago
  17. 84c73e9 Do not bother to emit debug info for nameless global variable. by Devang Patel · 15 years ago
  18. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  19. c128b3e clang++ points out that this is pointless. by Chris Lattner · 15 years ago
  20. f55eeb9 remove some more Context arguments. by Chris Lattner · 15 years ago
  21. 7b550cc remove a bunch of extraneous LLVMContext arguments by Chris Lattner · 15 years ago
  22. 6580da4 NewNighlytTest: Fix timestamp format to actually make sense (it was missing the hour). by Daniel Dunbar · 15 years ago
  23. da420ee NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before building LLVM (for testing). by Daniel Dunbar · 15 years ago
  24. fe1974a NewNightlyTest: Unbreak passing the build directory via a positional argument. by Daniel Dunbar · 15 years ago
  25. 2d7adb5 NewNightlyTest: Add -llvmgccdir as alternative to environment variable. by Daniel Dunbar · 15 years ago
  26. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago
  27. 465c3be Do not try to emit debug info entry for dead global variable. by Devang Patel · 15 years ago
  28. 42046ab Don't print a redundant tab for inline asm, and do use the new printKill. by Dan Gohman · 15 years ago
  29. 6a66b38 Add a bunch of missing "template" keywords to disambiguate dependent template names. GCC eats this ill-formed code, Clang does not. I already filed PR5404 to improve recovery in this case by Douglas Gregor · 15 years ago
  30. ef1fad5 Fix PR5315, original patch by Nicolas Capens! by Eric Christopher · 15 years ago
  31. 40c5786 Factor out the printing of the leading tab into printInlineAsm. by Dan Gohman · 15 years ago
  32. b38a308 Make printImplicitDef and printKill non-virtual, since they don't by Dan Gohman · 15 years ago
  33. 7289ed2 Use SUBREG_TO_REG instead of INSERT_SUBREG to model x86-64's by Dan Gohman · 15 years ago
  34. eb3567c Teach LSR to avoid calling SplitCriticalEdge on edges with indirectbr. by Dan Gohman · 15 years ago
  35. 3f13132 Update these tests for the new label names. by Dan Gohman · 15 years ago
  36. 568a3be Fix the label name generation for address-taken labels to avoid potential by Dan Gohman · 15 years ago
  37. 0c8ae78 Make a few more LLVM headers parsable as standalone headers. by Douglas Gregor · 15 years ago
  38. 489b833 Teach lit's SyntaxCheckTest two new tricks: by Douglas Gregor · 15 years ago
  39. fbb8fa2 Added support for renumbering existing index list elements. Removed some junk from the initial numbering code in runOnMachineFunction. by Lang Hames · 15 years ago
  40. b1dc915 Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends by Dan Gohman · 15 years ago
  41. 32cc5f4 LoopDeletion depends on loops having dedicated exits. by Dan Gohman · 15 years ago
  42. f4e82d1 The introduction of indirectbr meant the introduction of by Dan Gohman · 15 years ago
  43. 03e896b Update various Loop optimization passes to cope with the possibility that by Dan Gohman · 15 years ago
  44. 7040d6e Fix bug in aggressive antidep breaking; liveness was not updated correctly for regions that do not have antidep candidates. by David Goodwin · 15 years ago
  45. 692ad8d Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs. by Dan Gohman · 15 years ago
  46. 6a02fc3 Call getAnalysis<LoopInfo> the normal way, instead of asking passed-in by Dan Gohman · 15 years ago
  47. e5db7c4 InstrTypes.h includes Instruction.h, so it's not necessary to include both. by Dan Gohman · 15 years ago
  48. a6a4aae Fix IVUsers to avoid assuming that the loop has a unique backedge. by Dan Gohman · 15 years ago
  49. 6890584 Delete an unused member variable. by Dan Gohman · 15 years ago
  50. f17e951 Factor out the predicate code for loopsimplify form exit blocks into by Dan Gohman · 15 years ago
  51. b5b10c2 CMake: Detect dotty. by Oscar Fuentes · 15 years ago
  52. 20f1714 CMake: do not test for pthread and dl libraries on Windows (except by Oscar Fuentes · 15 years ago
  53. c5600c8 Avoid printing a redundant space in SDNode->dump(). by Dan Gohman · 15 years ago
  54. 73bb251 Remove uninteresting and confusing debug output. by Dan Gohman · 15 years ago
  55. 9ed0d92 Move llvm::cl::opt's conversion function into the base classes that by Douglas Gregor · 15 years ago
  56. b8eb17c Add an assertion to catch indirectbr in SplitBlockPredecessors. This by Dan Gohman · 15 years ago
  57. 6c9fab7 add a note from PR5313 by Chris Lattner · 15 years ago
  58. 0ff2906 Declare classes with matched tags, pointed out by a clang++ warning. by Chris Lattner · 15 years ago
  59. 992a637 Teach SimplifyLibCalls to fold memcmp calls with constant arguments. by Benjamin Kramer · 15 years ago
  60. f626167 lit: Add --param NAME=VALUE option, for test suite specific use (to communicate by Daniel Dunbar · 15 years ago
  61. bcaa215 Do map insert+find in one step. TODO -= 2. by Benjamin Kramer · 15 years ago
  62. e9684c6 Path::createDirectoryOnDisk should ignore existing directories on win32 too. by Benjamin Kramer · 15 years ago
  63. 131b0d2 Make two more LLVM headers standalone by Douglas Gregor · 15 years ago
  64. fbe67f8 Make a few headers standalone. Plus, add a missing "template" keyword by Douglas Gregor · 15 years ago
  65. e4bddf1 merge a few crash tests into crash.ll by Chris Lattner · 15 years ago
  66. 82c4436 Reintroduce support for overloading target intrinsics by Mon P Wang · 15 years ago
  67. 98f2f1a Replace std::map.at() with std::map[]. by David Goodwin · 15 years ago
  68. 5409783 Break anti-dependencies using free registers in a round-robin manner to avoid introducing new anti-dependencies. by David Goodwin · 15 years ago
  69. 090780b Tidied some ugliness in the SlotIndex default constructor. by Lang Hames · 15 years ago
  70. 517e255 Now that code placement optimization pass is run for JIT, make sure it's before pre-emit passes. by Evan Cheng · 15 years ago
  71. 85b8de8 Use WeakVH while storing metadata in containers. This fixes PR5393. by Devang Patel · 15 years ago
  72. a0e7b02 Removed an assert which was causing significant slowdowns in debug builds. by Lang Hames · 15 years ago
  73. 5a225cc Add -mtriple to llc commands, attempting to fix buildbot failures. by Bob Wilson · 15 years ago
  74. 9fb744e Code refactoring. by Evan Cheng · 15 years ago
  75. 8a008cc Attempt again to fix buildbot failures: make expected output less specific by Bob Wilson · 15 years ago
  76. 5be870a Correctly add chain dependencies around calls and unknown-side-effect instructions. by David Goodwin · 15 years ago
  77. 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 15 years ago
  78. 61ecbd1 While calculating original type size for a derived type, handle type variants encoded as DIDerivedType appropriately. by Devang Patel · 15 years ago
  79. 4371cda Grammar. by Jim Grosbach · 15 years ago
  80. 40dd12e improve DSE when TargetData is not around, based on work by Hans Wennborg! by Chris Lattner · 15 years ago
  81. db1751a Now that the memory leak from McCat/08-main has been fixed (86056), re-enable by Jim Grosbach · 15 years ago
  82. 6db06a0 If a function has no stack frame at all, dynamic realignment isn't necessary. by Jim Grosbach · 15 years ago
  83. c5848f4 dynamic stack realignment necessitates scanning the floating point callee- by Jim Grosbach · 15 years ago
  84. 33db508 Fix DW_AT_data_member_location for bit-fields. It points to the location of annonymous field that covers respective field. by Devang Patel · 15 years ago
  85. 3d90dbe Add PowerPC codegen for indirect branches. by Bob Wilson · 15 years ago
  86. 0368e50 Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanity when constructing index list entries. by Lang Hames · 15 years ago
  87. 7127b13 A value is only assigned to errno if NumRead equals -1, so do by Duncan Sands · 15 years ago
  88. 1709dd7 Fix broken test. by Bob Wilson · 15 years ago
  89. 522c01a Add some options to disable various code gen optimizations. by Eric Christopher · 15 years ago
  90. c416d3b Array element size does not match array size but array is not a bitfield. by Devang Patel · 15 years ago
  91. 0d48d61 Add test for ARM indirectbr codegen. by Bob Wilson · 15 years ago
  92. ad68264 Print out an informative comment for KILL instructions. by Jakob Stoklund Olesen · 15 years ago
  93. 0fb7e18 Fix an iterator invalidation bug that happens when a hashtable by Chris Lattner · 15 years ago
  94. 17fc13f Look for llvm-gcc under /Developer/usr/bin first. by Evan Cheng · 15 years ago
  95. 50608ba RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg, by Evan Cheng · 15 years ago
  96. 092543c move two functions up higher in the file. Delete a useless argument by Chris Lattner · 15 years ago
  97. 6a4ab1e filecheckize this test. by Chris Lattner · 15 years ago
  98. b9f51cb The .n suffix must go after the predicate. by Evan Cheng · 15 years ago
  99. e6b5a52 The magic for our current brand of .bc files is BC. For older ones it was llvc. by Nick Lewycky · 15 years ago
  100. 6bffa63 make IRBuilder zap "X|0" and "X&-1" when building IR, this happens by Chris Lattner · 15 years ago