1. 53c66ea Enhance ScalarEvolution::isKnownPredicate with support for by Dan Gohman · 15 years ago
  2. b64cf89 Minor code simplification. by Dan Gohman · 15 years ago
  3. bc7129f When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because by Dan Gohman · 15 years ago
  4. e481727 Fix a comment. by Dan Gohman · 15 years ago
  5. e521ccb Add a cast to void to show that the return value is being intentionally ignored. by Dan Gohman · 15 years ago
  6. 87527c5 Delete a dead check. by Dan Gohman · 15 years ago
  7. 86eeeaf Delete dead code. by Dan Gohman · 15 years ago
  8. d908bbf Fix a #include. by Dan Gohman · 15 years ago
  9. 3948d0b Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise by Dan Gohman · 15 years ago
  10. b61e94f utostr isn't going away too soon, try to make it slightly smaller. by Benjamin Kramer · 15 years ago
  11. 16350f8 Remove dead argument and clean whitespace. No functionality change. by Nick Lewycky · 15 years ago
  12. 5106dcd Implement support for varargs functions without any fixed by Chris Lattner · 15 years ago
  13. 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 15 years ago
  14. 6f285d2 fix PR6743, a case where we'd delete an instruction before using it by Chris Lattner · 15 years ago
  15. a2fb234 fix PR6760, a missing check in heap SRoA. by Chris Lattner · 15 years ago
  16. f7240de turn an assert into a proper check, fixing crash on invalid here: by Chris Lattner · 15 years ago
  17. 47e4766 improve haiku portability, patch by Paul Davey. by Chris Lattner · 15 years ago
  18. 0941534 add attributes and module level asm to the ocaml bindings, by Chris Lattner · 15 years ago
  19. 35a3d3f Updated the edis build mechanism to allow for builds by Sean Callanan · 15 years ago
  20. 2c8a9f8 Fix a typo and some indentation. by Dan Gohman · 15 years ago
  21. e5f7687 When determining a canonical insert position, don't climb deeper by Dan Gohman · 15 years ago
  22. 347fa3f Tidy whitespace. by Bob Wilson · 15 years ago
  23. 1808e4d If all the bit positions are not specified; do not decode the instructions. by Johnny Chen · 15 years ago
  24. e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 15 years ago
  25. 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 15 years ago
  26. 2ebad5a clean this up, fix std::min ambiguity on some platforms. by Chris Lattner · 15 years ago
  27. 16ddd885 Adding IPSCCP and Internalize passes to the C-bindings by Wesley Peck · 15 years ago
  28. ec80e26 Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargets by Bob Wilson · 15 years ago
  29. 76e94e5 Move 'Optional' class from Clang to LLVM/ADT. by Ted Kremenek · 15 years ago
  30. e0c74fb ARM decoder emitter should print out useful information unconditionally when it by Johnny Chen · 15 years ago
  31. f8d0578 When emitting code for an add, don't force a SCEVUnknown wrapper around by Dan Gohman · 15 years ago
  32. 4a2a683 When looking for loop-invariant users, look through no-op instructions, by Dan Gohman · 15 years ago
  33. 232c8b4 Make sure this test tests something. by Benjamin Kramer · 15 years ago
  34. 0473868 Fix a grammaro. by Bob Wilson · 15 years ago
  35. f5c3f8c Add a testcase for svn r100568. by Bob Wilson · 15 years ago
  36. dc84463 "On SPU, variables in the .bss section that are allocated with the .lcomm directive are not aligned on 16 byte boundaries. This causes misaligned loads, as the generated assembly assumes this "default" alignment. by Chris Lattner · 15 years ago
  37. 53b73a2 Add a comment. by Dan Gohman · 15 years ago
  38. 666f8cb Fix up header comments to match the comment fixups I made in r100849. by Bob Wilson · 15 years ago
  39. 5142471 Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function. by Devang Patel · 15 years ago
  40. c092362 performance: cache result of looking up user by Gabor Greif · 15 years ago
  41. 5ce1bf9 Merge a few fast-isel tests. by Dan Gohman · 15 years ago
  42. 6c3ae65 Minor code simplification. by Dan Gohman · 15 years ago
  43. 7d597b4 Delete this obsolete comment. by Dan Gohman · 15 years ago
  44. ea3eec9 const-ize a predicate by Gabor Greif · 15 years ago
  45. 7b0138f Add a missing dependency to this library when building with CMake. by Chandler Carruth · 15 years ago
  46. 1793ab9 Use getNumImplicitDefs() and getNumImplicitUses(). by Bob Wilson · 15 years ago
  47. 0855cad Fix up some comments. by Bob Wilson · 15 years ago
  48. cfc99a9 revert r100842 which broke several of the build bots. by Chris Lattner · 15 years ago
  49. 2381379 lit: Add support to OneCommandPerFileTest format to take input directory from input path. by Daniel Dunbar · 15 years ago
  50. d96eae8 Refactor the code for computing the insertion point for an expression into by Dan Gohman · 15 years ago
  51. 8c0a160 Added a tester for the enhanced disassembler, by Sean Callanan · 15 years ago
  52. be02b20 Add several more lint checks. by Dan Gohman · 15 years ago
  53. b3cdb0e Fix a bug in IVUsers which was permitting non-affine addrecs to by Dan Gohman · 15 years ago
  54. 094b1c8 Don't use reserved identifiers. by Dan Gohman · 15 years ago
  55. 8829cec fix a SCCP miscompilation that could happen when a by Chris Lattner · 15 years ago
  56. 4285b29 Bugfixes for edis. Code to initialize instruction by Sean Callanan · 15 years ago
  57. e60bb15 Avoid allocating a value of zero in a register if the initial formula by Dan Gohman · 15 years ago
  58. dd98c4d Add a few more lint checks. by Dan Gohman · 15 years ago
  59. e056781 Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. by Dan Gohman · 15 years ago
  60. 287df1b delete a forwarding function. by Chris Lattner · 15 years ago
  61. 74aae47 move elf section uniquing to MCContext. Along the way by Chris Lattner · 15 years ago
  62. 2d16a67 Now that Evan Cheng has fixed the coalescer bug (r100804), the workaround code by Johnny Chen · 15 years ago
  63. 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
  64. f0559e4 move macho section uniquing from MCParser and TLOF to MCContext where by Chris Lattner · 15 years ago
  65. a57fabe Coalescer should not delete copy instructions whose defs are partially dead. e.g. by Evan Cheng · 15 years ago
  66. b8db3c2 Update CMake build. by Ted Kremenek · 15 years ago
  67. d0e88f3 Fix -Wsign-compare warning (issued by clang++). by Ted Kremenek · 15 years ago
  68. 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
  69. e37b0c6 Rename a function. by Devang Patel · 15 years ago
  70. d0024fe implicit defs get added to the end of machine instrs sometimes. Scan the whole instruction for the metadata operand instead of assuming it will be at the end of the instruction. by Chris Lattner · 15 years ago
  71. b57b6f1 Pointers to zero-sized objects don't point to overlapping objects. by Dan Gohman · 15 years ago
  72. 29e13e0 Print empty structs as {} rather than { }. by Dan Gohman · 15 years ago
  73. 88ccf74 Fix a comment. by Dan Gohman · 15 years ago
  74. ea22122 Touch configure so it regenerates Disassemblers.def to include ARM so by Jeffrey Yasskin · 15 years ago
  75. 1c24635 One instruction may start (or end) multiple lexical scopes. by Devang Patel · 15 years ago
  76. fcf0f08 clean up algorithm and remove operand order assumptions by Gabor Greif · 15 years ago
  77. bcf9f00 Fix a comment. by Dan Gohman · 15 years ago
  78. 6a5975f Remove dead code. by Devang Patel · 15 years ago
  79. 6669b81 Delete out of date comment. by Devang Patel · 15 years ago
  80. 6122a4d Refactor. by Devang Patel · 15 years ago
  81. 454c4ce Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. by Benjamin Kramer · 15 years ago
  82. 180c3d4 Provide operator delete for BumpPtrAllocator and RecyclingAllocator. They will by Benjamin Kramer · 15 years ago
  83. f042f97 use abstract interface in two more places by Gabor Greif · 15 years ago
  84. e964af6 fix compile by Gabor Greif · 15 years ago
  85. 2fa16e7 use abstract interface by Gabor Greif · 15 years ago
  86. 1bd7335 Use twines to simplify calls to report_fatal_error. For code size and readability. by Benjamin Kramer · 15 years ago
  87. 127dc5e Use errs instead of fprintf. by Benjamin Kramer · 15 years ago
  88. c3b0c34 Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32 store of immediates. by Evan Cheng · 15 years ago
  89. 8ef5caa Revert this change from a while ago; ScalarEvolution shouldn't analyze by Dan Gohman · 15 years ago
  90. 701a4ae When expanding expressions which are using post-inc mode for multiple loops, by Dan Gohman · 15 years ago
  91. 4038f9c Make post regalloc machine licm functional. It now passes all of MultiSource. by Evan Cheng · 15 years ago
  92. ff35c3f typo by Chris Lattner · 15 years ago
  93. 9f636de document isvolatile etc. by Chris Lattner · 15 years ago
  94. 419e223 mpsadbw is not commutative. by Eric Christopher · 15 years ago
  95. 8f993b8 Added support for ARM disassembly to edis. by Sean Callanan · 15 years ago
  96. 6129c37 convert a report_fatal_error that I was able to trigger into a nice error by Chris Lattner · 15 years ago
  97. 2dbc8bd Fix typo. by Evan Cheng · 15 years ago
  98. 87d677c minor tidying. by Chris Lattner · 15 years ago
  99. 35a3893 use assertions instead of unreachable for logic errors. by Chris Lattner · 15 years ago
  100. 38686bd introduce a new recoverable error handling API to LLVMContext by Chris Lattner · 15 years ago