1. c3b6ffc 1. modernize the constantmerge pass, using densemap/smallvector. by Chris Lattner · 16 years ago
  2. 4b2657a rename test by Chris Lattner · 16 years ago
  3. ae08625 Revert "Reverse the order for collecting the parts of an addrec. The order", it by Daniel Dunbar · 16 years ago
  4. c8f6326 Testcases for recent stdcall / fastcall mangling improvements by Anton Korobeynikov · 16 years ago
  5. ebb0c2b Setup correct data layout to match gcc's expectations on mingw32. by Anton Korobeynikov · 16 years ago
  6. 4dd162f Cleanup stdcall / fastcall name mangling. by Anton Korobeynikov · 16 years ago
  7. f21a2f1 Reverse the order for collecting the parts of an addrec. The order by Dan Gohman · 16 years ago
  8. 572645c Reapply the new LoopStrengthReduction code, with compile time and by Dan Gohman · 16 years ago
  9. 5cef638 * Updated the cost matrix normalization proceedure to better handle infinite costs. by Lang Hames · 16 years ago
  10. d19925f Update test to match 95961. by Evan Cheng · 16 years ago
  11. e89d578 Test for 95961. by Evan Cheng · 16 years ago
  12. 0d8db8e add a bunch of mod/rm encoding types for fixed mod/rm bytes. by Chris Lattner · 16 years ago
  13. e79562d Test case for 95958. by Evan Cheng · 16 years ago
  14. c96f6d6 revert r95949, it turns out that adding new prefixes is not a by Chris Lattner · 16 years ago
  15. 3b6910d MC: Fix bug where trailing tied operands were forgotten; the X86 assembler by Daniel Dunbar · 16 years ago
  16. 906d57f Added coprocessor Instructions CDP, CDP2, MCR, MCR2, MRC, MRC2, MCRR, MCRR2, by Johnny Chen · 16 years ago
  17. fe61fb1 Add a new pass on machine instructions to optimize away PHI cycles that by Bob Wilson · 16 years ago
  18. ccfa1db X86: Fix definition for RCL/RCR.*m? operations -- they were getting represented by Daniel Dunbar · 16 years ago
  19. 239a1ed add another bit of space for new kinds of instruction prefixes. by Chris Lattner · 16 years ago
  20. 7cdba6d Add a missing pattern for movhps so that we get: by Nate Begeman · 16 years ago
  21. c4d3f66 fix the encodings of monitor and mwait, which were completely by Chris Lattner · 16 years ago
  22. 6ae7bbb improve support for minix, PR6280, patch by Kees van Reeuwijk! by Chris Lattner · 16 years ago
  23. 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 16 years ago
  24. 4a540f0 Reapply coalescer fix for better cross-class coalescing. by Jakob Stoklund Olesen · 16 years ago
  25. 0d7b0aa enhance llvm-mc -show-inst to print the enum of an instruction, like so: by Chris Lattner · 16 years ago
  26. 7e85180 add a new MCInstPrinter::getOpcodeName interface, when it is by Chris Lattner · 16 years ago
  27. 780679b Document binutils requirements for coff targets (cygwin / mingw32). by Anton Korobeynikov · 16 years ago
  28. b8db331 improve encoding information for branches. We now know they have by Chris Lattner · 16 years ago
  29. cb7d743 MC: Move assembler-backend's fixup list into the fragment. by Daniel Dunbar · 16 years ago
  30. 27ade18 MC: Move MCSectionData::Fixup out to MCAsmFixup. by Daniel Dunbar · 16 years ago
  31. 8d31de6 make getFixupKindInfo return a const reference, allowing by Chris Lattner · 16 years ago
  32. 9637dd5 Revert functional change. This broke a bunch of tests. by Jakob Stoklund Olesen · 16 years ago
  33. 11eafa8 switch to target-indep fixups for 1/2/4/8 byte data. by Chris Lattner · 16 years ago
  34. cb419d3 revert 95903. by Devang Patel · 16 years ago
  35. a875fd0 It is always good to do a cross-class join when the large register has a tiny interval. by Jakob Stoklund Olesen · 16 years ago
  36. e4c7f0f Added LDRT/LDRBT/STRT/STRBT for disassembly only. by Johnny Chen · 16 years ago
  37. 8b442a8 unbreak the build. by Chris Lattner · 16 years ago
  38. 4bcf51b llvm-db was removed. by Dan Gohman · 16 years ago
  39. 11dbf8e Destroy MDNodes while destructing llvm context. by Devang Patel · 16 years ago
  40. b917c47 refactor x86 conditional branches to use a multipattern by Chris Lattner · 16 years ago
  41. bd13fb6 refactor the conditional jump instructions in the .td file to by Chris Lattner · 16 years ago
  42. 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 16 years ago
  43. bbe9936 Add an svn:ignore. by Dan Gohman · 16 years ago
  44. 811663f Forgot to also check in this file for vcvt (floating-point <-> fixed-point, VFP). by Johnny Chen · 16 years ago
  45. 39c7a19 Allow for more than one DBG_VALUE targeting the same dead instruction. by Dale Johannesen · 16 years ago
  46. 3bfef03 Don't allow DBG_VALUE to affect codegen. by Dale Johannesen · 16 years ago
  47. 27bb8d0 Added VCVT (between floating-point and fixed-point, VFP) for disassembly. by Johnny Chen · 16 years ago
  48. c6f7b27 Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. by Johnny Chen · 16 years ago
  49. b5b90ed Use array_pod_sort instead of std::sort for improved code size. by Jakob Stoklund Olesen · 16 years ago
  50. dfdddd8 Make sure that ConstantExpr offsets also aren't off of extern symbols. by Eric Christopher · 16 years ago
  51. ba6e033 Add pseudo instruction TRAP for disassembly, which is encoded according to A5-21 by Johnny Chen · 16 years ago
  52. e9d10a6 Use .empty() instead of .size(). by Bill Wendling · 16 years ago
  53. ecfb3c3 dont' call getX86RegNum on X86::RIP, it doesn't like that. This by Chris Lattner · 16 years ago
  54. 5526b69 fix a really nasty bug I introduced in r95693: r12 (and r12d, by Chris Lattner · 16 years ago
  55. d873535 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 16 years ago
  56. 8b0f7a7 Add and commonize encoder support for all immediates. by Chris Lattner · 16 years ago
  57. a38c707 generalize EmitDisplacementField to work with any size by Chris Lattner · 16 years ago
  58. 0e41091 eliminate the dead IsPCRel argument. by Chris Lattner · 16 years ago
  59. 1b67060 eliminate the dead "PCAdj" logic. by Chris Lattner · 16 years ago
  60. 9233b15 Fix some of the memcheck errors found in the JIT unittests. by Jeffrey Yasskin · 16 years ago
  61. 8c5ad3a Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect by Chris Lattner · 16 years ago
  62. 2e1cdbf convert to filecheck. by Chris Lattner · 16 years ago
  63. 98df4f9 Make DSE only scan blocks that are reachable from the entry by Chris Lattner · 16 years ago
  64. 5cc25ce a testcase that doesn't crash GVN but could someday. by Chris Lattner · 16 years ago
  65. 1e45265 Make jump threading honor x|undef -> true and x&undef -> false, by Chris Lattner · 16 years ago
  66. 26d0e89 Add ConstantExpr handling to Intrinsic::objectsize lowering. by Eric Christopher · 16 years ago
  67. f87052a test case for r95842. by Devang Patel · 16 years ago
  68. ca51d05 Fix to get it to compile. by Bill Wendling · 16 years ago
  69. 4cb4895 Don't print out a default newline when emitting the section offset. There are by Bill Wendling · 16 years ago
  70. 40966a7 Make it possible to create multiple JIT instances at the same time, by removing by Jeffrey Yasskin · 16 years ago
  71. 09eeac9 Reuse operand location when updating PHI instructions. by Jakob Stoklund Olesen · 16 years ago
  72. 598b24c Remove duplicate successors from indirectbr instructions before building the machine CFG. by Jakob Stoklund Olesen · 16 years ago
  73. be905e2 Ignore dbg info intrinsics. by Devang Patel · 16 years ago
  74. 1c5bcac Remove the few # TAILCALL comments that snuck in. As they may fail on linux. by Kevin Enderby · 16 years ago
  75. ac175e2 Update the X86 assembler matcher test case now that a few more things match by Kevin Enderby · 16 years ago
  76. a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 16 years ago
  77. f7ea6c3 The previous fix of widening divides that trap was too fragile as it depends on custom by Mon P Wang · 16 years ago
  78. 99efcf2 Ignore debug info one more place during coalescing. by Dale Johannesen · 16 years ago
  79. 9a722ca Allow isDebug inquiry on any MO. by Dale Johannesen · 16 years ago
  80. 5e2b05a Delete dead PHI machine instructions. These can be created due to type by Bob Wilson · 16 years ago
  81. b8ff934 Skip debug info in a couple of places. by Dale Johannesen · 16 years ago
  82. 0a9abcb Use an index instead of pointers into the vector. If the vector resizes, then by Bill Wendling · 16 years ago
  83. e21765d When I rewrote this loop per Chris' preference I changed its behavior. Oops. by Dale Johannesen · 16 years ago
  84. e3e7a36 add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. by Chris Lattner · 16 years ago
  85. 11d91e8 A few missed optimizations; the last one could have a significant impact on by Eli Friedman · 16 years ago
  86. e555c9f work around a gcc bug with -Wuninitialized. by Chris Lattner · 16 years ago
  87. df9292c Strip new llvm.dbg.value intrinsic. by Devang Patel · 16 years ago
  88. 1b6c060 MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAIL by Daniel Dunbar · 16 years ago
  89. ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 16 years ago
  90. cacaa5b lit: Ignore dot files when scanning for tests (e.g., editor temprary files, by Daniel Dunbar · 16 years ago
  91. bef5291 MC/AsmMatcher: Tweak conversion function name. by Daniel Dunbar · 16 years ago
  92. 659d1e8 Minor whitespace cleanups. by Dan Gohman · 16 years ago
  93. 4207d6a Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. by Dan Gohman · 16 years ago
  94. 7a5666e Add a hook to AssemblyAnnotationWriter to allow custom info comments by Dan Gohman · 16 years ago
  95. 7c1dfb9 Use doxygen comment syntax. by Dan Gohman · 16 years ago
  96. f3b11aa Fix several comments which had previously been "the the" where a by Dan Gohman · 16 years ago
  97. d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 16 years ago
  98. 85d5a89 Added NOP, DBG, SVC to the instruction table for disassembly purpose. by Johnny Chen · 16 years ago
  99. f451cb8 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  100. c056bae Minor code simplification. by Dan Gohman · 16 years ago