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