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