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