1. 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
  2. fd2934f Don't restrict the set of instructions where we try to constant-fold the by Eli Friedman · 15 years ago
  3. f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 15 years ago
  4. 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
  5. 23702ea Remove mismatched and unnecessary declaration. by Daniel Dunbar · 15 years ago
  6. a90b3dc Move a few more convenience factory functions from Constant to LLVMContext. by Owen Anderson · 15 years ago
  7. 7add5ff move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha by Chris Lattner · 15 years ago
  8. a499eff ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situations. by Evan Cheng · 15 years ago
  9. 9344eb7 Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update by Ted Kremenek · 15 years ago
  10. 1935629 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  11. 23c8046 Move the ConstantStruct factory methods over to LLVMContext. by Owen Anderson · 15 years ago
  12. f1459cf Remove unused function. by Daniel Dunbar · 15 years ago
  13. 4b70fab use std::vector instead of std::list for both Section and Symbol lists because by Bruno Cardoso Lopes · 15 years ago
  14. cf20031 Fix test so it works on systems where wchar_t != int. by Dale Johannesen · 15 years ago
  15. f0a5ec0 Update CMakeLists for reapplication. by Daniel Dunbar · 15 years ago
  16. e564c6a Test for llvm-gcc patch 75822. by Dale Johannesen · 15 years ago
  17. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  18. e4d54d7 Add a note about the raw_fd_ostream API change. by Dan Gohman · 15 years ago
  19. 908e058 Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807 by Xerxes Ranby · 15 years ago
  20. 2467677 Apparently Darwin doesn't have /dev/full :-(. by Dan Gohman · 15 years ago
  21. 823d991 Restore file lost during reversion. by Stuart Hastings · 15 years ago
  22. fe7b16f by David Greene · 15 years ago
  23. 87d1f47 Revert 75798 to fix llvm build. by Rafael Espindola · 15 years ago
  24. 206613b Fix a typo in a comment that Duncan noticed. by Dan Gohman · 15 years ago
  25. 1f5c5b9 Fix a thinko in a comment that Duncan spotted. by Dan Gohman · 15 years ago
  26. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  27. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  28. 7fe3dd5 The static function TypeToFloatSemantics is now unused - remove it. by Duncan Sands · 15 years ago
  29. 1d05b23 Fix pattern for LD16S_3r, add basic tests to check load / store instructions by Richard Osborne · 15 years ago
  30. d890de1 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 15 years ago
  31. 6a60e16 Add a testcase for raw_ostream error checking. by Dan Gohman · 15 years ago
  32. c232a7e Add a comment noting that raw_os_ostream does not check for errors. by Dan Gohman · 15 years ago
  33. d3a974f Check for errors on close(2) too. And lseek(2). by Dan Gohman · 15 years ago
  34. 9f79d3e Use 0664 instead of 0644 for the default open mode. This is by Dan Gohman · 15 years ago
  35. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  36. 6ca5f93 Add a raw_ostream operator<< to sys::Path. by Dan Gohman · 15 years ago
  37. 7ecc850 Thumb-2 only support [base_reg + offset_reg] addressing, not [base_reg - offset_reg]. by David Goodwin · 15 years ago
  38. 3af282f Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs. by Richard Osborne · 15 years ago
  39. f301c22 Remove the xcore-file-directive option now that LLVM has proper support for by Richard Osborne · 15 years ago
  40. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
  41. a4b0486 Remove the v3i32 and v3f32 value types: they are not by Duncan Sands · 15 years ago
  42. bd594a1 Added myself to the blame list. by Xerxes Ranby · 15 years ago
  43. f3f4715 Replace large swaths of copy-n-paste code with obvious helper function... by Daniel Dunbar · 15 years ago
  44. 8cb6626 Remove StringConstantPrefix now that the only user (llvm-gcc) has gone. by Duncan Sands · 15 years ago
  45. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 15 years ago
  46. baaf117 Fix cmake build lib/Target/TargetMachineRegistry.cpp removed. by Xerxes Ranby · 15 years ago
  47. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 15 years ago
  48. c3493cc String constants are now output with private linkage. by Duncan Sands · 15 years ago
  49. 56b1d5d Tweak svn:ignore by Daniel Dunbar · 15 years ago
  50. 6501145 Kill off unused TargetMachineRegistry methods and ivars. by Daniel Dunbar · 15 years ago
  51. 54785e6 Migrate llc and the JIT to using the TargetRegistry for lookups. by Daniel Dunbar · 15 years ago
  52. 4d1be77 Include the Target& in the TargetMachineRegisterEntry. by Daniel Dunbar · 15 years ago
  53. 3fb7eee Allow multiple registrations of the same target. by Daniel Dunbar · 15 years ago
  54. aca81c4 Initialize the target info via the InitializeNativeTarget() hook. by Daniel Dunbar · 15 years ago
  55. dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 15 years ago
  56. e0bda7d Reimplement TargetMachineRegistry in terms of TargetRegistry. by Daniel Dunbar · 15 years ago
  57. 4883630 Mark Target's creation routines as const. by Daniel Dunbar · 15 years ago
  58. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 15 years ago
  59. 7a46d78 Fix thinko by Daniel Dunbar · 15 years ago
  60. 42562bc Tweak svn:ignore by Daniel Dunbar · 15 years ago
  61. 579fb87 Detect write failures on raw_fd_ostream. by Daniel Dunbar · 15 years ago
  62. ab52ae8 Tweak CMake component lookup, I misunderstood what was happening here.though. :( by Daniel Dunbar · 15 years ago
  63. 6461716 Include Target specific Info initialization routine when initializing all by Daniel Dunbar · 15 years ago
  64. 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
  65. f23d493 Fix stupid thinko by Daniel Dunbar · 15 years ago
  66. 73b3ec4 Address some review comments on TargetRegistry. by Daniel Dunbar · 15 years ago
  67. b5a8c08 Add TargetInfo directories to CMake's list. by Daniel Dunbar · 15 years ago
  68. c984df8 Add TargetInfo libraries for all targets. by Daniel Dunbar · 15 years ago
  69. f9b36f0 Move load / store folding alignment require into the table(s). by Evan Cheng · 15 years ago
  70. 51381d2 Update CMake file. by Ted Kremenek · 15 years ago
  71. c08872e rename decorateName -> DecorateCygMingName, make it assert if not by Chris Lattner · 15 years ago
  72. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  73. f1cfea2 remove printSuffixedName. by Chris Lattner · 15 years ago
  74. b1ccad3 convert arm/darwin stubs to use the mangler to synthesize all the names instead of by Chris Lattner · 15 years ago
  75. bb06129 Add new TargetRegistry. by Daniel Dunbar · 15 years ago
  76. 4fb63d0 fix an arm codegen bug (the same as PR4482 on ppc) where available_externally by Chris Lattner · 15 years ago
  77. 0a23854 convert [Hidden]GVNonLazyPtrs to compute the global and stub names by Chris Lattner · 15 years ago
  78. f813d7d use makeNameProper to add the globalprefix instead of doing it manually. by Chris Lattner · 15 years ago
  79. 392db3e get the PPC stub temporary label from the mangler instead of by Chris Lattner · 15 years ago
  80. 1a87c05 turn some if/then's into ?: by Chris Lattner · 15 years ago
  81. defd300 eliminate a bunch of printSuffixedName's by using info computed from by Chris Lattner · 15 years ago
  82. 9ec8fac convert FnStubs to using a more structured form, eliminating by Chris Lattner · 15 years ago
  83. b7b179e actually $stub labels *are* private, I just missed that by Chris Lattner · 15 years ago
  84. a9aa352 convert this to filecheck style and make it a test of darwin/PPC's by Chris Lattner · 15 years ago
  85. 0bc2672 simplify this test to test the esentials. by Chris Lattner · 15 years ago
  86. 05e8de7 test commit; add self by Ryan Flynn · 15 years ago
  87. 5668cf7 Fix indentation. by Dan Gohman · 15 years ago
  88. bdc017e Make makeLoopInvariant report whether it made any changes or not, by Dan Gohman · 15 years ago
  89. 2e2ad51 $stub references should not be private ("L") labels. by Chris Lattner · 15 years ago
  90. 0f6c8f2 simplify "EmitExternalGlobal": it is only used to output a by Chris Lattner · 15 years ago
  91. 8f831cb Convert GVStubs and HiddenGVStubs to work more like the X86 backend, this by Chris Lattner · 15 years ago
  92. ea56f10 minor cleanups: only switch sections once before all function stubs, instead of by Chris Lattner · 15 years ago
  93. 21da1ed llvm-c/Core.h is no longer needed in lto.h, and it brings in by Dan Gohman · 15 years ago
  94. cd2b4c1 Fix a fixme, patch by Ryan Flynn! by Chris Lattner · 15 years ago
  95. f975e01 control reaches end of non-void function. by Evan Cheng · 15 years ago
  96. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
  97. 1f318e0 minor syntax cleanup by Chris Lattner · 15 years ago
  98. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  99. a89b7ea Fix path name. by Daniel Dunbar · 15 years ago
  100. f6fbad1 Use the right relocation type for X86::MOV64ri64i32 by Bruno Cardoso Lopes · 15 years ago