1. 6bdd74c fix some more issues where we expected GetSection to do "get or create" by Chris Lattner · 15 years ago
  2. 56594f9 fix a bunch of failing tests now that MCContext::GetSection doesn't create sections. by Chris Lattner · 15 years ago
  3. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  4. 124e6eb Handle NamedMDNode. by Devang Patel · 15 years ago
  5. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  6. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  7. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  8. cf593a3 Update CMakeLists by Daniel Dunbar · 15 years ago
  9. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
  10. e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 15 years ago
  11. a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 15 years ago
  12. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  13. 8e7c38e Switch X86 assembly parser to using the generic lexer interface. by Daniel Dunbar · 15 years ago
  14. cbbe248 Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 15 years ago
  15. a3c924f Switch AsmLexer::Lex to returning a reference to the current token. by Daniel Dunbar · 15 years ago
  16. 419aded Drop some AsmLexer methods in favor of their AsmToken equivalents. by Daniel Dunbar · 15 years ago
  17. 3f87233 llvm-mc: Sink token enum into AsmToken. by Daniel Dunbar · 15 years ago
  18. db1e998 Remove memory corruption bug. string.c_str() was returning a temporary that was by Nick Lewycky · 15 years ago
  19. cb358b6 llvm-mc: Factor AsmToken class out of AsmLexer. by Daniel Dunbar · 15 years ago
  20. 825e385 llvm-mc: Stop uniqueing string tokens, nothing actually uses this. by Daniel Dunbar · 15 years ago
  21. b6dec1b Pass true to the Internalize parameter of createStandardLTOPasses, by Dan Gohman · 15 years ago
  22. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  23. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  24. 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 15 years ago
  25. d42b58b Fix libLTO: by Nick Lewycky · 15 years ago
  26. 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
  27. 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 15 years ago
  28. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  29. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
  30. d5b385c One more getName -> getNameStr by Daniel Dunbar · 15 years ago
  31. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  32. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 15 years ago
  33. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  34. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  35. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  36. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  37. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  38. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 15 years ago
  39. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 15 years ago
  40. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  41. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  42. 49419e2 80 col violation. by Evan Cheng · 15 years ago
  43. fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 15 years ago
  44. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 15 years ago
  45. dbd692a Add MCAsmLexer interface. by Daniel Dunbar · 15 years ago
  46. a3af370 Add MCAsmParser interface. by Daniel Dunbar · 15 years ago
  47. 91cf361 For remote execution, must cd to the executable directory since the exe expects to find a dylib in the CWD ('.'). by David Goodwin · 15 years ago
  48. 1488670 Add -std-{compile,link}-opts to bugpoint. - Sheesh. by Daniel Dunbar · 15 years ago
  49. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  50. e0d5c17 fix test by Chris Lattner · 15 years ago
  51. 4285d15 DisambiguateGlobalSymbols should not mangle intrinsics. by Chris Lattner · 15 years ago
  52. fc2271f Require a remote command to exit with the exit status of the test program or with 255 if an error occurred. by Viktor Kutuzov · 15 years ago
  53. 4dc3136 Switch lli back to using allocate-gvs-with-code behavior. by Daniel Dunbar · 15 years ago
  54. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  55. 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  56. b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 15 years ago
  57. f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 15 years ago
  58. e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 15 years ago
  59. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  60. d8aa9fc Fix a crash in SROA. The FunctionPass::doInitialization method was never by Bob Wilson · 15 years ago
  61. adc8288 opt: Add -std-link-opts argument, matches llvm-ld's optimizations. by Daniel Dunbar · 15 years ago
  62. f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 15 years ago
  63. 358ab1d Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad by Kevin Enderby · 15 years ago
  64. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  65. 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
  66. ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
  67. 1d92921 Switch llc and createJIT to use simpler command line parsing for -march. by Daniel Dunbar · 15 years ago
  68. 494d663 Make sure targets are initialized before we do anything, even command line by Daniel Dunbar · 15 years ago
  69. e017fd1 Fix this comment to mention outs() rather than cout. by Dan Gohman · 15 years ago
  70. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  71. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  72. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  73. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  74. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  75. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
  76. 54785e6 Migrate llc and the JIT to using the TargetRegistry for lookups. by Daniel Dunbar · 15 years ago
  77. dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
  78. 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
  79. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  80. f975e01 control reaches end of non-void function. by Evan Cheng · 15 years ago
  81. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
  82. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  83. 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 15 years ago
  84. 7184781 by David Greene · 15 years ago
  85. 699220b Fix for bugpoint -remote-client by Viktor Kutuzov · 15 years ago
  86. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  87. 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 15 years ago
  88. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 15 years ago
  89. 314fa8e Move main llvm-prof functionality into a ModulePass. by Daniel Dunbar · 15 years ago
  90. b585146 rename getValueName -> getMangledName by Chris Lattner · 15 years ago
  91. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
  92. e860dcb #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. by Dan Gohman · 15 years ago
  93. db1cd5e Fix the build. by Owen Anderson · 15 years ago
  94. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
  95. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  96. b134bc3 Added a fixme for platform specific GetDirSeparator(). by Sanjiv Gupta · 15 years ago
  97. f935dcc allow mcc16 users to specify --save-temps even though it is hidden by mcc16. by Sanjiv Gupta · 15 years ago
  98. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  99. deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
  100. 3975025 silence vc++ warning. by Chris Lattner · 15 years ago