1. 84f9abe Fix unused function warning. by Daniel Dunbar · 15 years ago
  2. 09826e3 Update documentation. by Mikhail Glushenkov · 15 years ago
  3. 4c3fa43 Erase the temp dir before starting. by Sanjiv Gupta · 15 years ago
  4. 9be3fee add support for .zerofill, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  5. 80becf1 Support remote execute for ARM. by David Goodwin · 15 years ago
  6. 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
  7. fd12da4 Link std.lib (.bc code) with llvm-ld. by Sanjiv Gupta · 15 years ago
  8. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  9. 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
  10. be8d735 We don't need to set SaveTemps here. by Mikhail Glushenkov · 15 years ago
  11. 1c0ffa4 Adjust comment. by Mikhail Glushenkov · 15 years ago
  12. 23bb1e2 By default -t is always on for mcc16 and it uses ./tmp-objs as the temp directory. by Sanjiv Gupta · 15 years ago
  13. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  14. 549882d Added few more options to individual tools. by Sanjiv Gupta · 15 years ago
  15. 44a382f Return dir separator as per platform. by Sanjiv Gupta · 15 years ago
  16. 485ded0 Don't create undefined symbols for aliases. by Nick Lewycky · 15 years ago
  17. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  18. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  19. 9a3b13f Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when by Jeffrey Yasskin · 15 years ago
  20. 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 15 years ago
  21. fd15bee Fix lli to print an error and exit when EE returns null but no string. Patch by Chris Lattner · 15 years ago
  22. bb41b2d Documentation update. by Mikhail Glushenkov · 15 years ago
  23. 091ca1c Show how to modify built-in options. by Mikhail Glushenkov · 15 years ago
  24. dad7820 Documentation update. by Mikhail Glushenkov · 15 years ago
  25. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
  26. 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
  27. d44d4bf Add newline at end of file. by Duncan Sands · 15 years ago
  28. db9c028 Fix typo: intepreter->interpreter. by Torok Edwin · 15 years ago
  29. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  30. b717fb0 implement error recovery in the llvm-mc parser. Feel the power! by Chris Lattner · 15 years ago
  31. 7c07f3a Prefix bin dir to executables. by Sanjiv Gupta · 15 years ago
  32. 31b7981 Fixed handling of -c option.wq by Sanjiv Gupta · 15 years ago
  33. 5470e12 llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. by Daniel Dunbar · 15 years ago
  34. 2c3f00c llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me by Daniel Dunbar · 15 years ago
  35. 46b6c52 llvm-mc/x86: Factor out ParseX86Register. by Daniel Dunbar · 15 years ago
  36. 55a3c6c llvm-mc/x86: Rename X86Operand::ScaleReg to IndexReg and make order consistent by Daniel Dunbar · 15 years ago
  37. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  38. f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
  39. 1bc1e64 fix ld error with -no-undefined switch, which is undefined on darwin8 by John Mosby · 15 years ago
  40. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  41. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  42. ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
  43. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  44. 81d0c2a Executables will be at InstallDir/bin directory. Std header files will be at InstallDir/include, libs will be at InstallDir/lib. Define hooks for these and use them in the options for various tools. by Sanjiv Gupta · 15 years ago
  45. 1aa14aa llvm-mc: Add some more doxyments. by Daniel Dunbar · 15 years ago
  46. 165e834 llvm-mc: Fill in the rest of tokens for 'as-lex' mode. by Daniel Dunbar · 15 years ago
  47. 80f62d0 Rename MCValue::isConstant to isAbsolute. by Daniel Dunbar · 15 years ago
  48. 87380cb add some of the new tokens, others are still missing. by Chris Lattner · 15 years ago
  49. 0eebb05 llvm-mc: Emit parsed instructions to the MCStreamer. by Daniel Dunbar · 15 years ago
  50. d9627e1 llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. by Daniel Dunbar · 15 years ago
  51. d870b28 llvm-mc: Accept relocatable expressions when parsing displacements and by Daniel Dunbar · 15 years ago
  52. 374d8bd llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are by Daniel Dunbar · 15 years ago
  53. b79742c Suppress may-be-used-uninitialized warning. by Daniel Dunbar · 15 years ago
  54. 892b507 Fix CMake build by Douglas Gregor · 15 years ago
  55. f4b830f llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. by Daniel Dunbar · 15 years ago
  56. 3597604 llvm-mc: Rewrite binary subtraction for relocatable expressions, we can't always by Daniel Dunbar · 15 years ago
  57. 15d1707 llvm-mc: Evaluation for relocatable expressions. by Daniel Dunbar · 15 years ago
  58. 3fb7683 Normalize SourceMgr messages. by Daniel Dunbar · 15 years ago
  59. d7b267b llvm-mc: Parse symbol attribute directives. by Daniel Dunbar · 15 years ago
  60. e8e4d58 Clang is now production quality (at least for C). by Mikhail Glushenkov · 15 years ago
  61. 875ace5 Add a way to access argv[0] in hooks. by Mikhail Glushenkov · 15 years ago
  62. c29dfa7 llvm-mc: Parse .{,b,p2}align{,w,l} directives. by Daniel Dunbar · 15 years ago
  63. dce0f3c llvm-mc: Diagnose misuse (mix) of defined symbols and labels. by Daniel Dunbar · 15 years ago
  64. 1ad7edc llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  65. 383a4a8 llvm-mc: Recognize C++ style comments. by Daniel Dunbar · 15 years ago
  66. 5133063 Fix uninitialized variable warning. by Daniel Dunbar · 15 years ago
  67. 74deeb8 Don't build LLVMC when configured with --disable-pic (it needs requires shared by Daniel Dunbar · 15 years ago
  68. fc6877a MC: Improve expression parsing and implement evaluation of absolute expressions by Daniel Dunbar · 15 years ago
  69. 475839e MC: Improve expression parsing and implement evaluation of absolute expressions. by Daniel Dunbar · 15 years ago
  70. 855a168 Indentation. by Evan Cheng · 15 years ago
  71. c238b58 MC: Parse .org directives. by Daniel Dunbar · 15 years ago
  72. 8f780cd MC: Parse .set and assignments. by Daniel Dunbar · 15 years ago
  73. 294f507 Update documentation. by Mikhail Glushenkov · 15 years ago
  74. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  75. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  76. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 15 years ago
  77. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  78. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  79. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 15 years ago
  80. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 15 years ago
  81. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 15 years ago
  82. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 15 years ago
  83. faf32c1 make the lexer unique strings it lexes instead of passing them back as by Chris Lattner · 15 years ago
  84. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 15 years ago
  85. 223e99c Temporary copy-pasto to make examples compile. by Mikhail Glushenkov · 15 years ago
  86. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  87. 29dfe7c refactor a bunch of X86 specific stuff out to its own file. by Chris Lattner · 15 years ago
  88. 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
  89. 8dfbe6c implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 15 years ago
  90. bcd0b8d get a definition of strull on windows, thanks to Howard Su. by Chris Lattner · 15 years ago
  91. 75d6ffd Recognize and handle ARM v7 target triples for Darwin. by Bob Wilson · 15 years ago
  92. 66b9f29 Include cstdio to get EOF, needed with gcc-4.4. by Duncan Sands · 15 years ago
  93. 7031806 process memory operands with a parenthesized expression for a displacement, by Chris Lattner · 15 years ago
  94. 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 15 years ago
  95. be9c23f implement parser support for '*' operands, as in "call *%eax". by Chris Lattner · 15 years ago
  96. c419383 implement memory operand parsing. by Chris Lattner · 15 years ago
  97. 2cf5f14 start implementing some simple operand parsing. by Chris Lattner · 15 years ago
  98. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  99. b0789ed set up the top-level parsing loop. by Chris Lattner · 15 years ago
  100. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 15 years ago