1. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  2. 0a1cb1e Remove duplication. by Mikhail Glushenkov · 15 years ago
  3. a0d1426 Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } by Daniel Dunbar · 15 years ago
  4. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  5. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  6. 529fb54 implement a bunch of synonyms for section switching. by Chris Lattner · 15 years ago
  7. 9a023f7 add support for parsing and emitting .section directives. We can now parse by Chris Lattner · 15 years ago
  8. c69485e add trivial support for passing label definitions through the MCStreamer. by Chris Lattner · 15 years ago
  9. cbc23f7 create an MCStreamer and provide it to AsmParser. by Chris Lattner · 15 years ago
  10. faf32c1 make the lexer unique strings it lexes instead of passing them back as by Chris Lattner · 15 years ago
  11. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 15 years ago
  12. 223e99c Temporary copy-pasto to make examples compile. by Mikhail Glushenkov · 15 years ago
  13. d80d869 Make llvmc work again. by Mikhail Glushenkov · 15 years ago
  14. 29dfe7c refactor a bunch of X86 specific stuff out to its own file. by Chris Lattner · 15 years ago
  15. 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
  16. 8dfbe6c implement a trivial binary expression parser, we can now parse all of 176.gcc.llc.s by Chris Lattner · 15 years ago
  17. bcd0b8d get a definition of strull on windows, thanks to Howard Su. by Chris Lattner · 15 years ago
  18. 75d6ffd Recognize and handle ARM v7 target triples for Darwin. by Bob Wilson · 15 years ago
  19. 66b9f29 Include cstdio to get EOF, needed with gcc-4.4. by Duncan Sands · 15 years ago
  20. 7031806 process memory operands with a parenthesized expression for a displacement, by Chris Lattner · 15 years ago
  21. 74ec1a3 Implement full support for parsing primary expressions. We can now parse by Chris Lattner · 15 years ago
  22. be9c23f implement parser support for '*' operands, as in "call *%eax". by Chris Lattner · 15 years ago
  23. c419383 implement memory operand parsing. by Chris Lattner · 15 years ago
  24. 2cf5f14 start implementing some simple operand parsing. by Chris Lattner · 15 years ago
  25. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  26. b0789ed set up the top-level parsing loop. by Chris Lattner · 15 years ago
  27. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 15 years ago
  28. 10a907d add string literals. by Chris Lattner · 15 years ago
  29. 4506bd2 hopefully fix the build on linux. by Chris Lattner · 15 years ago
  30. 4651bca implement enough of a lexer to get through Olden/health/Output/health.llc.s by Chris Lattner · 15 years ago
  31. 4577bba oh yeah, cmake needs to be told explicitly about new files :) by Chris Lattner · 15 years ago
  32. a59e877 some baby steps. by Chris Lattner · 15 years ago
  33. b23677e start wiring up support for asm parsing. by Chris Lattner · 15 years ago
  34. f4a4815 fix build problem pointed out by John Thompson! by Chris Lattner · 15 years ago
  35. bb4688a fix file header by Chris Lattner · 15 years ago
  36. f9f065e Add a skeleton driver for new machine code level fun. llvm-mc is meant by Chris Lattner · 15 years ago
  37. 2deb58f switch to using llvm/Target/TargetSelect.h by Chris Lattner · 15 years ago
  38. 8189d40 Fix libLTO by #include'ing the initializers for all targets and all asm by Nick Lewycky · 15 years ago
  39. 4aecec1 Another small documentation update. by Mikhail Glushenkov · 15 years ago
  40. c447ff6 Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native by Chris Lattner · 15 years ago
  41. 6be9266 Remove support for building LLVM libraries into "relinked" by Chris Lattner · 15 years ago
  42. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  43. 530f399 Documentation update. by Mikhail Glushenkov · 15 years ago
  44. 42de34f Remove the gcc= option. llvm-gcc uses only as= by Rafael Espindola · 15 years ago
  45. f403cd7 Bug fix: by Rafael Espindola · 15 years ago
  46. 9dcc26b A basic PIC16 toolchain driver. by Mikhail Glushenkov · 15 years ago
  47. a9b9032 Add option for specifying the path to assembler, "as". This overrides the path by Nick Lewycky · 15 years ago
  48. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  49. d18e31a Add new function attribute - noredzone. by Devang Patel · 15 years ago
  50. 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago
  51. d8b4711 <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s by Nick Kledzik · 15 years ago
  52. cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
  53. f5a1c35f1 <rdar://problem/6941517> C++ static constructors not preserved for static executable using LTO by Nick Kledzik · 15 years ago
  54. e0f0e0b Change LTO to run the global opt pass twice. - This matches llvm-ld. by Daniel Dunbar · 15 years ago
  55. 006a034 Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. by Daniel Dunbar · 15 years ago
  56. ca8131e Switch opt to using StandardPasses.h by Daniel Dunbar · 15 years ago
  57. 81a8755 CMake: Implements and documents option LLVM_ENABLE_ASSERTS. by Oscar Fuentes · 15 years ago
  58. 4bdf730 update comments about .objc_ symbols being generated by Nick Kledzik · 15 years ago
  59. 3eb445f <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbols by Nick Kledzik · 15 years ago
  60. 079c034 Add missing codenames to the .bc analyzer. by Nick Lewycky · 15 years ago
  61. 63d6f32 Untabify. by Evan Cheng · 15 years ago
  62. 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 15 years ago
  63. 028839d Fix the crash debugger to actually bisect globals once it's determined that it by Nick Lewycky · 15 years ago
  64. 4c8f9af Add a bisection step on the list of instructions before doing the linear by Nick Lewycky · 15 years ago
  65. 2c23501 Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself by Torok Edwin · 15 years ago
  66. 23d471f Add -disable-global-remove option to bugpoint. by Torok Edwin · 15 years ago
  67. 1028743 Make sure the CXXFLAGS setting is picked up by by Duncan Sands · 15 years ago
  68. e89331b The 'forward_as' property did not use its second argument. by Mikhail Glushenkov · 15 years ago
  69. 26edc21 bugpoint for jit should just ignore GCC arguments. by Evan Cheng · 15 years ago
  70. 712e80e Default llc / lli optimization to "Default", which corresponds to -O1 / -O2. by Evan Cheng · 15 years ago
  71. fbccdef Fix a compiler warning on hosts where uint64_t isn't unsigned long long. by Dan Gohman · 15 years ago
  72. 195bea3 Allow a user of libLTO to specify the full pathname of the gcc executable to by Nick Lewycky · 15 years ago
  73. 581b934 Remove unused flags. by Bill Wendling · 15 years ago
  74. 8dc85dd Error out with bad optimization level specified. by Bill Wendling · 15 years ago
  75. b8cb0bb Remove LTO optimization level. by Bill Wendling · 15 years ago
  76. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  77. a7e326b Don't use 'false' for 'fast isel' here. by Bill Wendling · 15 years ago
  78. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  79. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  80. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  81. 0370cc6 give bitstreamreader an API to ignore names for blocks/records, by Chris Lattner · 15 years ago
  82. c167cac Print statistics for each record kind saying the number of bits by Chris Lattner · 15 years ago
  83. 2443747 clean up the output of llvm-bcanalyzer by using printf by Chris Lattner · 15 years ago
  84. 0324205 Improve bugpoint's error messages when it runs out of memory, by Dan Gohman · 15 years ago
  85. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 15 years ago
  86. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 15 years ago
  87. 0694290 aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! by Chris Lattner · 15 years ago
  88. 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 15 years ago
  89. d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 15 years ago
  90. 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 15 years ago
  91. 911c606 Remove clang since its conditionally there already. by Tanya Lattner · 15 years ago
  92. 2bdf490 Emit the auto variables of a function into a different section than parameters. by Sanjiv Gupta · 15 years ago
  93. 51747a7 Use .empty() instead of .size(). by Dan Gohman · 15 years ago
  94. 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 15 years ago
  95. 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 15 years ago
  96. ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 15 years ago
  97. 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 15 years ago
  98. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 15 years ago
  99. 47a4edc Accommodate empty string for build type. This was previously causing an error by Ted Kremenek · 15 years ago
  100. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 15 years ago