1. dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 15 years ago
  2. 371b8fc rename test by Chris Lattner · 15 years ago
  3. 25519dd convert to filecheck by Chris Lattner · 15 years ago
  4. ea7fd96 add missing file by Chris Lattner · 15 years ago
  5. e4863f4 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for by Bob Wilson · 15 years ago
  6. 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
  7. db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 15 years ago
  8. 307a7c4 Teach ValueTracking how to look through GlobalAliases. GlobalAliases are by Dan Gohman · 15 years ago
  9. f672ab8 Fix an accidental inversion of the inbounds flag. by Dan Gohman · 15 years ago
  10. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  11. 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
  12. a93f30e Give llvm-link a -S option. by Dan Gohman · 15 years ago
  13. 04fc8c8 Don't bother using a PassManager just to print a Module. by Dan Gohman · 15 years ago
  14. a5f4dbf Restore a comment that was lost in the merge. by Dan Gohman · 15 years ago
  15. 75144f9 Fix apostrophos. by Dan Gohman · 15 years ago
  16. 5913625 Add more newlines to make up for the ones removed from the end of instructions. by Nick Lewycky · 15 years ago
  17. db1c2c5 Forgot this. by Evan Cheng · 15 years ago
  18. 3f85549 Another try at early partial coalescing. Identity phi source copies (their sources are defined by phi join def) are coalesced. And the phi join copy is backward copy propagated into the other copies. by Evan Cheng · 15 years ago
  19. 813fc42 convert to filecheck by Chris Lattner · 15 years ago
  20. 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
  21. dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
  22. a51c39c add a new CallGraphNode::replaceCallEdge method and use it from by Chris Lattner · 15 years ago
  23. ff11470 add newline to debug dump by Chris Lattner · 15 years ago
  24. 9554c61 make -debug-pass=Executions show information about what call graph nodes by Chris Lattner · 15 years ago
  25. 745c9be add some missing quotes in debug output by Chris Lattner · 15 years ago
  26. 270fc10 switch scciterator to use DenseMap instead of std::map by Chris Lattner · 15 years ago
  27. c059f04 this is failing on linux hosts, force a triple. by Chris Lattner · 15 years ago
  28. 83d255e Remove invalid add_dependencies line to unbreak the CMake build. by Ted Kremenek · 15 years ago
  29. 6db0e3a Get rid of GetProcessId in Win32/Program.inc. by Mikhail Glushenkov · 15 years ago
  30. 3d76d11 merge one more in. by Chris Lattner · 15 years ago
  31. 9f052ab merge some more cmov tests into cmov.ll by Chris Lattner · 15 years ago
  32. 5f52cf8 merge two cmov tests into one. by Chris Lattner · 15 years ago
  33. 1e038a8 Don't pull a load through a callseq_start if the load's chain by Dan Gohman · 15 years ago
  34. 71524d7 Remove incorrect CSE code from r81813. by Nate Begeman · 15 years ago
  35. 76f14be Modified the Intel instruction tables to include by Sean Callanan · 15 years ago
  36. ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 15 years ago
  37. b6aef5c Substantially speed up combiner-aa in the following ways: by Nate Begeman · 15 years ago
  38. 9cae705 Teach the legalizer to propagate the original alignment of loads and store when by Nate Begeman · 15 years ago
  39. 907355c On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of by Dan Gohman · 15 years ago
  40. e679837 Add an "original alignment" field to load and store nodes. This enables the by Nate Begeman · 15 years ago
  41. 264d245 When extending a memset range past the front, set the alignment of the by Dan Gohman · 15 years ago
  42. 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
  43. 126d86b Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 15 years ago
  44. 752195e Add early coalescing to liveintervals. This is work in progress and is known to miscompute some tests. Read it at your own rish, I have aged 10 year while writing this. by Evan Cheng · 15 years ago
  45. 4348871 Pull the creation of the "RewindFunction" function out of the loop. It's only by Bill Wendling · 15 years ago
  46. c43fd5a Update a comment to match the source. PseudoSourceValues are now by Dan Gohman · 15 years ago
  47. a672403 trivial whitespace cleanup by Jim Grosbach · 15 years ago
  48. c2b0d48 add PR# by Chris Lattner · 15 years ago
  49. 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
  50. 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 15 years ago
  51. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 15 years ago
  52. 5ea51ad Update CMake dependencies. by Daniel Dunbar · 15 years ago
  53. 3228484 Update CMake. by Daniel Dunbar · 15 years ago
  54. 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 15 years ago
  55. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
  56. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 15 years ago
  57. 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
  58. 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 15 years ago
  59. af7263d Fix a pair of comment typos. by Nick Lewycky · 15 years ago
  60. 5df6ffd Fifth time's a charm! Remove ourselves as abstract type listeners once we've by Nick Lewycky · 15 years ago
  61. c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 15 years ago
  62. 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 15 years ago
  63. f92c95f tidy up a bit. by Chris Lattner · 15 years ago
  64. f96271a slightly increase prettiness. by Chris Lattner · 15 years ago
  65. f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 15 years ago
  66. 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 15 years ago
  67. 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 15 years ago
  68. adc3142 Don't leak! Always remove oneself as a listener after adding oneself. by Nick Lewycky · 15 years ago
  69. bc6836b Actually remove old types from the set. by Nick Lewycky · 15 years ago
  70. e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
  71. 6a6570a kill off the last use of TRI::AsmName. by Chris Lattner · 15 years ago
  72. 56d77c7 add some special case handling for strangely named x86 registers. by Chris Lattner · 15 years ago
  73. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  74. b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 15 years ago
  75. 1b6570e 'printMCInst' doesn't print newlines after instructions anymore. by Chris Lattner · 15 years ago
  76. a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 15 years ago
  77. 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 15 years ago
  78. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  79. f5382ab Remove unused variables. by Daniel Dunbar · 15 years ago
  80. 6735b1c Storing a set of PATypeHolders is a bad idea because their sort order will by Nick Lewycky · 15 years ago
  81. 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 15 years ago
  82. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 15 years ago
  83. c510f4c switch the x86 asmprinters to use getRegisterName instead by Chris Lattner · 15 years ago
  84. 1e31a13 Fix a small issue with recent changes to this code. by Mikhail Glushenkov · 15 years ago
  85. 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 15 years ago
  86. f806c23 eliminate an extraneous use of TRI::getAsmName in a comment. by Chris Lattner · 15 years ago
  87. a1cb09e make intel asmprinter use TRI::getAsmName instead of TRI::getName like by Chris Lattner · 15 years ago
  88. cae05cb split MCInst printing out of the X86ATTInstPrinter by Chris Lattner · 15 years ago
  89. 73d28f4 reduce indentation with early exit. by Chris Lattner · 15 years ago
  90. 56d339f second part to r81695, I missed a directory. by Chris Lattner · 15 years ago
  91. 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 15 years ago
  92. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  93. 2055bb3 delete the fixme too! :) by Chris Lattner · 15 years ago
  94. 4c66f72 merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. by Chris Lattner · 15 years ago
  95. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  96. 09abd1c make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower. by Chris Lattner · 15 years ago
  97. 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 15 years ago
  98. 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
  99. e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
  100. f6dd026 remove two docs about the old Sparc backend which used Value*'s for vregs. by Chris Lattner · 15 years ago