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