1. 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 16 years ago
  2. 126d86b Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 16 years ago
  3. 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 · 16 years ago
  4. 4348871 Pull the creation of the "RewindFunction" function out of the loop. It's only by Bill Wendling · 16 years ago
  5. c43fd5a Update a comment to match the source. PseudoSourceValues are now by Dan Gohman · 16 years ago
  6. a672403 trivial whitespace cleanup by Jim Grosbach · 16 years ago
  7. c2b0d48 add PR# by Chris Lattner · 16 years ago
  8. 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 16 years ago
  9. 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 16 years ago
  10. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 16 years ago
  11. 5ea51ad Update CMake dependencies. by Daniel Dunbar · 16 years ago
  12. 3228484 Update CMake. by Daniel Dunbar · 16 years ago
  13. 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 16 years ago
  14. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 16 years ago
  15. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 16 years ago
  16. 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 16 years ago
  17. 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 16 years ago
  18. af7263d Fix a pair of comment typos. by Nick Lewycky · 16 years ago
  19. 5df6ffd Fifth time's a charm! Remove ourselves as abstract type listeners once we've by Nick Lewycky · 16 years ago
  20. c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 16 years ago
  21. 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 16 years ago
  22. f92c95f tidy up a bit. by Chris Lattner · 16 years ago
  23. f96271a slightly increase prettiness. by Chris Lattner · 16 years ago
  24. f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 16 years ago
  25. 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 16 years ago
  26. 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 16 years ago
  27. adc3142 Don't leak! Always remove oneself as a listener after adding oneself. by Nick Lewycky · 16 years ago
  28. bc6836b Actually remove old types from the set. by Nick Lewycky · 16 years ago
  29. e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 16 years ago
  30. 6a6570a kill off the last use of TRI::AsmName. by Chris Lattner · 16 years ago
  31. 56d77c7 add some special case handling for strangely named x86 registers. by Chris Lattner · 16 years ago
  32. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 16 years ago
  33. b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 16 years ago
  34. 1b6570e 'printMCInst' doesn't print newlines after instructions anymore. by Chris Lattner · 16 years ago
  35. a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 16 years ago
  36. 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 16 years ago
  37. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 16 years ago
  38. f5382ab Remove unused variables. by Daniel Dunbar · 16 years ago
  39. 6735b1c Storing a set of PATypeHolders is a bad idea because their sort order will by Nick Lewycky · 16 years ago
  40. 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
  41. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago
  42. c510f4c switch the x86 asmprinters to use getRegisterName instead by Chris Lattner · 16 years ago
  43. 1e31a13 Fix a small issue with recent changes to this code. by Mikhail Glushenkov · 16 years ago
  44. 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 16 years ago
  45. f806c23 eliminate an extraneous use of TRI::getAsmName in a comment. by Chris Lattner · 16 years ago
  46. a1cb09e make intel asmprinter use TRI::getAsmName instead of TRI::getName like by Chris Lattner · 16 years ago
  47. cae05cb split MCInst printing out of the X86ATTInstPrinter by Chris Lattner · 16 years ago
  48. 73d28f4 reduce indentation with early exit. by Chris Lattner · 16 years ago
  49. 56d339f second part to r81695, I missed a directory. by Chris Lattner · 16 years ago
  50. 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 16 years ago
  51. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 16 years ago
  52. 2055bb3 delete the fixme too! :) by Chris Lattner · 16 years ago
  53. 4c66f72 merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. by Chris Lattner · 16 years ago
  54. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 16 years ago
  55. 09abd1c make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower. by Chris Lattner · 16 years ago
  56. 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 16 years ago
  57. 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 16 years ago
  58. e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 16 years ago
  59. f6dd026 remove two docs about the old Sparc backend which used Value*'s for vregs. by Chris Lattner · 16 years ago
  60. 39ddef3 move old clang readme here. by Chris Lattner · 16 years ago
  61. 325d3dc convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 16 years ago
  62. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 16 years ago
  63. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 16 years ago
  64. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 16 years ago
  65. fbc18f8 tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. by Daniel Dunbar · 16 years ago
  66. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 16 years ago
  67. 8a2b012 Sink llvm-gcc dependent tests into distinct subdirs. by Daniel Dunbar · 16 years ago
  68. 43c8a06 Rewrite tests to not use Tcl substitution. by Daniel Dunbar · 16 years ago
  69. 7262baf Simplify LLVMC tests. by Daniel Dunbar · 16 years ago
  70. 2a52122 Fix merge problem by Anton Korobeynikov · 16 years ago
  71. 20c35ec Define proper subreg sets for arm - this should fix bunch of subtle problems by Anton Korobeynikov · 16 years ago
  72. d11c4de Add -mattr=+sse2 to the -march=x86 version of this test. Without by Dan Gohman · 16 years ago
  73. 299f11f Experimental fix for PR4960. by Daniel Dunbar · 16 years ago
  74. 7cb384d devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. by Chris Lattner · 16 years ago
  75. deb8c15 we don't want people to override printBasicBlockLabel. by Chris Lattner · 16 years ago
  76. be6d1fd Remove unnecessary #include. by Dan Gohman · 16 years ago
  77. e56f908 Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to by Anton Korobeynikov · 16 years ago
  78. 4acac62 Preserve the inbounds flag, so that the constant folder doesn't recompute it. by Dan Gohman · 16 years ago
  79. 349a2eb Fix the build when DEBUG_SYMBOL_TABLE is set. by Dan Gohman · 16 years ago
  80. d624154 Convert llvm-link to IRReader. by Dan Gohman · 16 years ago
  81. d8d2050 factor MBB label lowering better by Chris Lattner · 16 years ago
  82. e9434db X86MCInstLower::Lower should only not emit anything to OutStreamer, by Chris Lattner · 16 years ago
  83. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 16 years ago
  84. 8fea32f split MachineInstr -> MCInst lowering into its own class (not by Chris Lattner · 16 years ago
  85. 4e68a2a remove the "old" at&t style asmprinter. Unfortunately, most of the by Chris Lattner · 16 years ago
  86. 4a39ba9 Whoops. Committed the headers for r81605 - 'Moved some more index operations over to LiveIntervals.' by Lang Hames · 16 years ago
  87. 35f291d Moved some more index operations over to LiveIntervals. by Lang Hames · 16 years ago
  88. 2a46f36 Added the WAIT instruction to the Intel tables, by Sean Callanan · 16 years ago
  89. 6f8f462 Added CMPS (string comparison) instructions for all by Sean Callanan · 16 years ago
  90. b24222c Remove -new-coalescer-heuristic. It's not useful. by Evan Cheng · 16 years ago
  91. 2173111 80 col violations. by Evan Cheng · 16 years ago
  92. 6b35bf1 fix another GCC bootstrap problem, which manifested as things by Chris Lattner · 16 years ago
  93. 6f8e4db fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare by Chris Lattner · 16 years ago
  94. a82e465 Added SCAS instructions in their 8, 16, 32, and by Sean Callanan · 16 years ago
  95. 37acc1a Fix -Asserts warning. by Daniel Dunbar · 16 years ago
  96. 4dbd074 Update CMake files. by Ted Kremenek · 16 years ago
  97. dc91e54 De-bork CMake build. llvm-extract depends on asmparser by Douglas Gregor · 16 years ago
  98. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  99. 82b3c2e Revert array initialization regclass change so that the initialization stays static, not runtime. by Jim Grosbach · 16 years ago
  100. e11a8f5 Update register class references to use the global constant ARM::*RegisterClass names. by Jim Grosbach · 16 years ago