1. 11eafa8 switch to target-indep fixups for 1/2/4/8 byte data. by Chris Lattner · 15 years ago
  2. cb419d3 revert 95903. by Devang Patel · 15 years ago
  3. a875fd0 It is always good to do a cross-class join when the large register has a tiny interval. by Jakob Stoklund Olesen · 15 years ago
  4. e4c7f0f Added LDRT/LDRBT/STRT/STRBT for disassembly only. by Johnny Chen · 15 years ago
  5. 8b442a8 unbreak the build. by Chris Lattner · 15 years ago
  6. 4bcf51b llvm-db was removed. by Dan Gohman · 15 years ago
  7. 11dbf8e Destroy MDNodes while destructing llvm context. by Devang Patel · 15 years ago
  8. b917c47 refactor x86 conditional branches to use a multipattern by Chris Lattner · 15 years ago
  9. bd13fb6 refactor the conditional jump instructions in the .td file to by Chris Lattner · 15 years ago
  10. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 15 years ago
  11. bbe9936 Add an svn:ignore. by Dan Gohman · 15 years ago
  12. 811663f Forgot to also check in this file for vcvt (floating-point <-> fixed-point, VFP). by Johnny Chen · 15 years ago
  13. 39c7a19 Allow for more than one DBG_VALUE targeting the same dead instruction. by Dale Johannesen · 15 years ago
  14. 3bfef03 Don't allow DBG_VALUE to affect codegen. by Dale Johannesen · 15 years ago
  15. 27bb8d0 Added VCVT (between floating-point and fixed-point, VFP) for disassembly. by Johnny Chen · 15 years ago
  16. c6f7b27 Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. by Johnny Chen · 15 years ago
  17. b5b90ed Use array_pod_sort instead of std::sort for improved code size. by Jakob Stoklund Olesen · 15 years ago
  18. dfdddd8 Make sure that ConstantExpr offsets also aren't off of extern symbols. by Eric Christopher · 15 years ago
  19. ba6e033 Add pseudo instruction TRAP for disassembly, which is encoded according to A5-21 by Johnny Chen · 15 years ago
  20. e9d10a6 Use .empty() instead of .size(). by Bill Wendling · 15 years ago
  21. ecfb3c3 dont' call getX86RegNum on X86::RIP, it doesn't like that. This by Chris Lattner · 15 years ago
  22. 5526b69 fix a really nasty bug I introduced in r95693: r12 (and r12d, by Chris Lattner · 15 years ago
  23. d873535 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 15 years ago
  24. 8b0f7a7 Add and commonize encoder support for all immediates. by Chris Lattner · 15 years ago
  25. a38c707 generalize EmitDisplacementField to work with any size by Chris Lattner · 15 years ago
  26. 0e41091 eliminate the dead IsPCRel argument. by Chris Lattner · 15 years ago
  27. 1b67060 eliminate the dead "PCAdj" logic. by Chris Lattner · 15 years ago
  28. 9233b15 Fix some of the memcheck errors found in the JIT unittests. by Jeffrey Yasskin · 15 years ago
  29. 8c5ad3a Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect by Chris Lattner · 15 years ago
  30. 2e1cdbf convert to filecheck. by Chris Lattner · 15 years ago
  31. 98df4f9 Make DSE only scan blocks that are reachable from the entry by Chris Lattner · 15 years ago
  32. 5cc25ce a testcase that doesn't crash GVN but could someday. by Chris Lattner · 15 years ago
  33. 1e45265 Make jump threading honor x|undef -> true and x&undef -> false, by Chris Lattner · 15 years ago
  34. 26d0e89 Add ConstantExpr handling to Intrinsic::objectsize lowering. by Eric Christopher · 15 years ago
  35. f87052a test case for r95842. by Devang Patel · 15 years ago
  36. ca51d05 Fix to get it to compile. by Bill Wendling · 15 years ago
  37. 4cb4895 Don't print out a default newline when emitting the section offset. There are by Bill Wendling · 15 years ago
  38. 40966a7 Make it possible to create multiple JIT instances at the same time, by removing by Jeffrey Yasskin · 15 years ago
  39. 09eeac9 Reuse operand location when updating PHI instructions. by Jakob Stoklund Olesen · 15 years ago
  40. 598b24c Remove duplicate successors from indirectbr instructions before building the machine CFG. by Jakob Stoklund Olesen · 15 years ago
  41. be905e2 Ignore dbg info intrinsics. by Devang Patel · 15 years ago
  42. 1c5bcac Remove the few # TAILCALL comments that snuck in. As they may fail on linux. by Kevin Enderby · 15 years ago
  43. ac175e2 Update the X86 assembler matcher test case now that a few more things match by Kevin Enderby · 15 years ago
  44. a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
  45. f7ea6c3 The previous fix of widening divides that trap was too fragile as it depends on custom by Mon P Wang · 15 years ago
  46. 99efcf2 Ignore debug info one more place during coalescing. by Dale Johannesen · 15 years ago
  47. 9a722ca Allow isDebug inquiry on any MO. by Dale Johannesen · 15 years ago
  48. 5e2b05a Delete dead PHI machine instructions. These can be created due to type by Bob Wilson · 15 years ago
  49. b8ff934 Skip debug info in a couple of places. by Dale Johannesen · 15 years ago
  50. 0a9abcb Use an index instead of pointers into the vector. If the vector resizes, then by Bill Wendling · 15 years ago
  51. e21765d When I rewrote this loop per Chris' preference I changed its behavior. Oops. by Dale Johannesen · 15 years ago
  52. e3e7a36 add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. by Chris Lattner · 15 years ago
  53. 11d91e8 A few missed optimizations; the last one could have a significant impact on by Eli Friedman · 15 years ago
  54. e555c9f work around a gcc bug with -Wuninitialized. by Chris Lattner · 15 years ago
  55. df9292c Strip new llvm.dbg.value intrinsic. by Devang Patel · 15 years ago
  56. 1b6c060 MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL by Daniel Dunbar · 15 years ago
  57. ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 15 years ago
  58. cacaa5b lit: Ignore dot files when scanning for tests (e.g., editor temprary files, by Daniel Dunbar · 15 years ago
  59. bef5291 MC/AsmMatcher: Tweak conversion function name. by Daniel Dunbar · 15 years ago
  60. 659d1e8 Minor whitespace cleanups. by Dan Gohman · 15 years ago
  61. 4207d6a Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. by Dan Gohman · 15 years ago
  62. 7a5666e Add a hook to AssemblyAnnotationWriter to allow custom info comments by Dan Gohman · 15 years ago
  63. 7c1dfb9 Use doxygen comment syntax. by Dan Gohman · 15 years ago
  64. f3b11aa Fix several comments which had previously been "the the" where a by Dan Gohman · 15 years ago
  65. d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 15 years ago
  66. 85d5a89 Added NOP, DBG, SVC to the instruction table for disassembly purpose. by Johnny Chen · 15 years ago
  67. f451cb8 Fix "the the" and similar typos. by Dan Gohman · 15 years ago
  68. c056bae Minor code simplification. by Dan Gohman · 15 years ago
  69. c9e31cc Silence GCC warnings. by Benjamin Kramer · 15 years ago
  70. af61681 MC/AsmMatcher: Add support for creating tied operands when constructing MCInsts. by Daniel Dunbar · 15 years ago
  71. 5dccfad emit some simple (and probably incorrect) fixups for symbolic by Chris Lattner · 15 years ago
  72. 37ce80e keep track of what the current byte being emitted is throughout the X86 encoder. by Chris Lattner · 15 years ago
  73. 8496a26 simplify displacement handling, emit displacements by-operand by Chris Lattner · 15 years ago
  74. a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 15 years ago
  75. e7962c9 Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 15 years ago
  76. 5d5a1e1 MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the by Daniel Dunbar · 15 years ago
  77. 4c6e18a Fix a signed comparison warning. by Daniel Dunbar · 15 years ago
  78. 3f451ca Remove stray DOS newline. by Daniel Dunbar · 15 years ago
  79. 4acdede Add a ReleaseNotes FIXME. by Daniel Dunbar · 15 years ago
  80. 0f08a27 Prevented build on WINDOWS using default make system. Stopped WINDOWS build by Garrison Venn · 15 years ago
  81. cf57c70 Updated the enhanced disassembly library's TableGen by Sean Callanan · 15 years ago
  82. 778086c Prevented ExceptionDemo example being built on WINDOWS via if( NOT WIN32 ) by Garrison Venn · 15 years ago
  83. 2db6ff2 Updated the TableGen emitter for the Enhanced by Sean Callanan · 15 years ago
  84. 397170b Changed AsmWriterOperand to also include the index of the by Sean Callanan · 15 years ago
  85. 046632f Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes leave some obvious nops which dag combine used to clean up afterwards e.g. (trunk (ext n)) -> n. Look for them and squash them. by Evan Cheng · 15 years ago
  86. 37145b6 "fixup" a comment. by Chris Lattner · 15 years ago
  87. a7d479c Introduce a new CodeGenInstruction::ConstraintInfo class by Chris Lattner · 15 years ago
  88. 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 15 years ago
  89. 1d0aeab Rewrite loop to suit Chris' preference. by Dale Johannesen · 15 years ago
  90. 45282ae fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. by Chris Lattner · 15 years ago
  91. 1e5cc22 Remove duplicated #include. by Evan Cheng · 15 years ago
  92. 8112b53 Emit an error for illegal inline asm constraint (which uses illegal type) rather than asserting. by Evan Cheng · 15 years ago
  93. 3143e90 fix missing #includes. by Chris Lattner · 15 years ago
  94. a2bd92b daniel *really* likes fixups! by Chris Lattner · 15 years ago
  95. a655f08 Stop MachineInstr.h from #including AsmPrinter.h by Chris Lattner · 15 years ago
  96. d3a47a3 Improve comments a even more. by Bill Wendling · 15 years ago
  97. bd63520 Skip DBG_VALUE many places in live intervals and by Dale Johannesen · 15 years ago
  98. 47529c9 Move verbose asm instruction comments to using MCStreamer. by Chris Lattner · 15 years ago
  99. 35c187b Improve comments a bit more. by Bill Wendling · 15 years ago
  100. 3b1906f more comment updates by Dale Johannesen · 15 years ago