1. 40cce09 Include valgrind in the steps to reproduce if valgrind was used to reproduce by Nick Lewycky · 15 years ago
  2. 2c78588 "-" should write to stdout, not stderr. by Chris Lattner · 15 years ago
  3. ca74096 Change bugpoint to use Triple to make runtime decisions. by Daniel Dunbar · 15 years ago
  4. e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
  5. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 15 years ago
  6. c23a8d1 CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. by Oscar Fuentes · 15 years ago
  7. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
  8. 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
  9. a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
  10. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  11. 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
  12. 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
  13. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  14. 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
  15. 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
  16. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  17. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  18. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  19. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  20. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  21. 6b83198 Silence MSVC warning. by Benjamin Kramer · 15 years ago
  22. 1e840b2 llvm-mc: Accept .word as a synonym for .short by Daniel Dunbar · 15 years ago
  23. bfc0f34 llvm-mc: Honor -o option (and add -f). by Daniel Dunbar · 15 years ago
  24. d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 15 years ago
  25. ace6312 llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' by Daniel Dunbar · 15 years ago
  26. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  27. f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 15 years ago
  28. e15c2d7 add a fixme by Chris Lattner · 15 years ago
  29. 12b2bda fix some warnings for the MSVC build, by Yonggang Luo! by Chris Lattner · 15 years ago
  30. ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 15 years ago
  31. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
  32. 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 15 years ago
  33. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
  34. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
  35. 9a86159 Always initialize AsmConds. by Benjamin Kramer · 15 years ago
  36. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 15 years ago
  37. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 15 years ago
  38. 902cf02 llvm-ld has a new option called -b to specify the name of bitcode output file, use that. by Sanjiv Gupta · 15 years ago
  39. d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 15 years ago
  40. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 15 years ago
  41. 8608cf2 Use (void *)(intptr_t) to cast function addresses to void* by Dan Gohman · 15 years ago
  42. 197f728 Fix FindExecutable to use sys::Path::GetMainExecutable instead of by Dan Gohman · 15 years ago
  43. ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 15 years ago
  44. 26964b6 Pass user only if it's non-empty. Patch by Sandeep. by Anton Korobeynikov · 15 years ago
  45. 86c006a Add save-temps option to bugpoint to keep temporary stuff. by Anton Korobeynikov · 15 years ago
  46. d9283ed lli doesn't need <iostream> anymore. by Dan Gohman · 15 years ago
  47. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 15 years ago
  48. 4b3d572 No really, it's unused. by Daniel Dunbar · 15 years ago
  49. 4e02eb0 Provide target data from the module if the target machine doesn't have any. by Daniel Dunbar · 15 years ago
  50. 3e4c41a Remove the GCC path from libLTO. This has been superceded by setAssemblerPath. by Nick Lewycky · 15 years ago
  51. 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  52. 3c2d4bf Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 15 years ago
  53. 1ef9be2 Make SectionKind::get() private. by Chris Lattner · 15 years ago
  54. 5d65542 update for API change. by Chris Lattner · 15 years ago
  55. 4a7bc1e All MCSections are now required to have a SectionKind. by Chris Lattner · 15 years ago
  56. a6b3c5d llvm-mc: More quoted identifier support. by Daniel Dunbar · 15 years ago
  57. 76c4d76 llvm-mc: Support quoted identifiers. by Daniel Dunbar · 15 years ago
  58. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  59. 6bdd74c fix some more issues where we expected GetSection to do "get or create" by Chris Lattner · 15 years ago
  60. 56594f9 fix a bunch of failing tests now that MCContext::GetSection doesn't create sections. by Chris Lattner · 15 years ago
  61. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  62. 124e6eb Handle NamedMDNode. by Devang Patel · 15 years ago
  63. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  64. baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 15 years ago
  65. 265d82e Add a bugpoint flag to disable block extraction. by David Goodwin · 15 years ago
  66. cf593a3 Update CMakeLists by Daniel Dunbar · 15 years ago
  67. 16cdcb3 Move X86 instruction parsing into X86/AsmParser. by Daniel Dunbar · 15 years ago
  68. e240beb Make expression parsing and error/warning reporting available through the by Daniel Dunbar · 15 years ago
  69. a2edbab Provide generic MCAsmParser when constructing target specific parsers. by Daniel Dunbar · 15 years ago
  70. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  71. 8e7c38e Switch X86 assembly parser to using the generic lexer interface. by Daniel Dunbar · 15 years ago
  72. cbbe248 Expose Tokens to target specific assembly parsers. by Daniel Dunbar · 15 years ago
  73. a3c924f Switch AsmLexer::Lex to returning a reference to the current token. by Daniel Dunbar · 15 years ago
  74. 419aded Drop some AsmLexer methods in favor of their AsmToken equivalents. by Daniel Dunbar · 15 years ago
  75. 3f87233 llvm-mc: Sink token enum into AsmToken. by Daniel Dunbar · 15 years ago
  76. db1e998 Remove memory corruption bug. string.c_str() was returning a temporary that was by Nick Lewycky · 15 years ago
  77. cb358b6 llvm-mc: Factor AsmToken class out of AsmLexer. by Daniel Dunbar · 15 years ago
  78. 825e385 llvm-mc: Stop uniqueing string tokens, nothing actually uses this. by Daniel Dunbar · 15 years ago
  79. b6dec1b Pass true to the Internalize parameter of createStandardLTOPasses, by Dan Gohman · 15 years ago
  80. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  81. 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 15 years ago
  82. 9a7e2cc llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. by Daniel Dunbar · 15 years ago
  83. d42b58b Fix libLTO: by Nick Lewycky · 15 years ago
  84. 460f656 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 15 years ago
  85. 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 15 years ago
  86. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 15 years ago
  87. 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 15 years ago
  88. d5b385c One more getName -> getNameStr by Daniel Dunbar · 15 years ago
  89. 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
  90. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 15 years ago
  91. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  92. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  93. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  94. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  95. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  96. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 15 years ago
  97. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 15 years ago
  98. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  99. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 15 years ago
  100. 49419e2 80 col violation. by Evan Cheng · 15 years ago