1. 3240740 Do not truncate sign bits for negative imms by Anton Korobeynikov · 15 years ago
  2. 711d5b6 Add address computation stuff by Anton Korobeynikov · 15 years ago
  3. dfd0dff Cleanup by Anton Korobeynikov · 15 years ago
  4. c8301d1 Add mem-imm stores by Anton Korobeynikov · 15 years ago
  5. 30da538 [PATCH 023/155] Typo by Anton Korobeynikov · 15 years ago
  6. 961bb6f Add stores and truncstores by Anton Korobeynikov · 15 years ago
  7. dc28955 Add patterns for various extloads by Anton Korobeynikov · 15 years ago
  8. 3360da9 Do some heroic rri address matching (shamelessly stolen from x86 backend). Not tested though. by Anton Korobeynikov · 15 years ago
  9. 4cad7d2 Change register allocation order, so R0 will be allocated the last among scratch. This will make address-calculation code much more happy. by Anton Korobeynikov · 15 years ago
  10. 9e4816e Add shifts and reg-imm address matching by Anton Korobeynikov · 15 years ago
  11. a51752c Add bunch of 32-bit patterns... Uffff :) by Anton Korobeynikov · 15 years ago
  12. 0692fab Propagate return result extension type by Anton Korobeynikov · 15 years ago
  13. 3f2122b Add tests for fixes I committed earlier to the C++ FE. by Rafael Espindola · 15 years ago
  14. e0167c1 Add 32 bit subregs by Anton Korobeynikov · 15 years ago
  15. 9342d31 Add another bunch of reg-imm patterns for add/or/and/xor by Anton Korobeynikov · 15 years ago
  16. da308c9 Add bunch of reg-imm movs by Anton Korobeynikov · 15 years ago
  17. fc9ceea Proper match halfword-imm operands for mov and add by Anton Korobeynikov · 15 years ago
  18. 89edcd0 Provide masked reg-imm 'or' and 'and' by Anton Korobeynikov · 15 years ago
  19. c796295 Fix test running lines by Anton Korobeynikov · 15 years ago
  20. e6220fb Add reg-reg and pattern by Anton Korobeynikov · 15 years ago
  21. bdc9081 Add sub reg-reg pattern by Anton Korobeynikov · 15 years ago
  22. b573f99 Add xor reg-reg pattern by Anton Korobeynikov · 15 years ago
  23. 26ba0b1 Add or reg-reg pattern. by Anton Korobeynikov · 15 years ago
  24. 0676d28 Add add reg-reg and reg-imm patterns by Anton Korobeynikov · 15 years ago
  25. 1cc9dc7 Add simple reg-reg and reg-imm moves by Anton Korobeynikov · 15 years ago
  26. 87a24e3 Minimal lowering for formal_arguments / ret by Anton Korobeynikov · 15 years ago
  27. b24f97d Add testsuite dir for systemz stuff by Anton Korobeynikov · 15 years ago
  28. 4403b93 Let's start another backend :) by Anton Korobeynikov · 15 years ago
  29. db9e697 Combine an unaligned store of unaligned load into a memmove. by Richard Osborne · 15 years ago
  30. 787e90f Lower the threshold at which memcpy / memmove / memset stop being expanded by Richard Osborne · 15 years ago
  31. ff4149b Fix typo in last commit on expansion of unaligned loads. by Richard Osborne · 15 years ago
  32. ccb7e96 Expand unaligned 32 bit loads from an address which is a constant by Richard Osborne · 15 years ago
  33. 7f47ce9 Custom lower unaligned 32 bit stores and loads into libcalls. This is by Richard Osborne · 15 years ago
  34. 3784453 Let callers decide the sub-register index on the def operand of rematerialized instructions. by Evan Cheng · 15 years ago
  35. 6ef40b1 use SUBREG_TO_REG instead of INSERT_SUBREG, this way the code by Chris Lattner · 15 years ago
  36. 115934e Fix coding style issues pointed by Bill. by Bruno Cardoso Lopes · 15 years ago
  37. 90bb3f3 add a knob to turn off PrettyStackTrace globally. Patch by Zoltan Varga! by Chris Lattner · 15 years ago
  38. 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
  39. c2b443a fix some casts that I improperly refactored, patch by Artur Pietrek! by Chris Lattner · 15 years ago
  40. 1da8be2 Remove unused header. by Daniel Dunbar · 15 years ago
  41. ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
  42. c981da0 Fix gcc 4.0 build failure, can't rely on access inside nested friended class. by Daniel Dunbar · 15 years ago
  43. 1d92921 Switch llc and createJIT to use simpler command line parsing for -march. by Daniel Dunbar · 15 years ago
  44. 603bea3 Add registered target list to --version output. by Daniel Dunbar · 15 years ago
  45. 494d663 Make sure targets are initialized before we do anything, even command line by Daniel Dunbar · 15 years ago
  46. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 15 years ago
  47. 0e0979e formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This by Dan Gohman · 15 years ago
  48. fe2fe70 fix section switching to ensure that stubs are emitted to the right by Chris Lattner · 15 years ago
  49. 4ce78ee Add explicit comment that clients can call target initialization functions by Daniel Dunbar · 15 years ago
  50. 53cb17d Skip special LLVM prefix '1' while emitting linknage name. by Devang Patel · 15 years ago
  51. 3434312 Regerate CMake library dependencies. by Daniel Dunbar · 15 years ago
  52. fef02e9 Kill off cmake magic to force linking. by Daniel Dunbar · 15 years ago
  53. 4f80d71 Update llvm{do,grep} to also search cmake / .cmake files by Daniel Dunbar · 15 years ago
  54. 6687990 Now that we have contexts on types, convert some more internals to use contexts. by Owen Anderson · 15 years ago
  55. 36129db We don't need to use llvm_report_error, this interface can deal with errors by Daniel Dunbar · 15 years ago
  56. 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 15 years ago
  57. 6d823cd Add missing includes. by Daniel Dunbar · 15 years ago
  58. f7d3e69 Verify that there is no kill flag on tied operands on two-address instructions. by Jakob Stoklund Olesen · 15 years ago
  59. 5d77cad Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 15 years ago
  60. e017fd1 Fix this comment to mention outs() rather than cout. by Dan Gohman · 15 years ago
  61. e87b2ab Change raw_ostream so that it doesn't call llvm_report_error by Dan Gohman · 15 years ago
  62. 1e1f8ba Register AsmPrinter for XCore, MSP430, and PIC16 targets. by Daniel Dunbar · 15 years ago
  63. fea4ec6 Add an LLVMContext to Type, hardwired to the global context until Type uniquing is moved on the contexts themselves. by Owen Anderson · 15 years ago
  64. 0c77db3 Switch invars away from using isTrapping when it really shouldn't be using it. by Eli Friedman · 15 years ago
  65. bb2ead6 Clean up some comments. by Bob Wilson · 15 years ago
  66. cfe9a60 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 15 years ago
  67. 72fbc3d Fix bug in RegScavenger::scavengeRegister(). by Jakob Stoklund Olesen · 15 years ago
  68. 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
  69. fd2934f Don't restrict the set of instructions where we try to constant-fold the by Eli Friedman · 15 years ago
  70. f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 15 years ago
  71. 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
  72. 23702ea Remove mismatched and unnecessary declaration. by Daniel Dunbar · 15 years ago
  73. a90b3dc Move a few more convenience factory functions from Constant to LLVMContext. by Owen Anderson · 15 years ago
  74. 7add5ff move createAlphaLLRPPass out of addAssemblyEmitter to make Alpha by Chris Lattner · 15 years ago
  75. a499eff ShortenDeadCopySrcLiveRange needs to be more conservative in multi-kill situations. by Evan Cheng · 15 years ago
  76. 9344eb7 Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update by Ted Kremenek · 15 years ago
  77. 1935629 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
  78. 23c8046 Move the ConstantStruct factory methods over to LLVMContext. by Owen Anderson · 15 years ago
  79. f1459cf Remove unused function. by Daniel Dunbar · 15 years ago
  80. 4b70fab use std::vector instead of std::list for both Section and Symbol lists because by Bruno Cardoso Lopes · 15 years ago
  81. cf20031 Fix test so it works on systems where wchar_t != int. by Dale Johannesen · 15 years ago
  82. f0a5ec0 Update CMakeLists for reapplication. by Daniel Dunbar · 15 years ago
  83. e564c6a Test for llvm-gcc patch 75822. by Dale Johannesen · 15 years ago
  84. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  85. e4d54d7 Add a note about the raw_fd_ostream API change. by Dan Gohman · 15 years ago
  86. 908e058 Fix cmake build, add TargetMachineRegistry.cpp that got restored in r75807 by Xerxes Ranby · 15 years ago
  87. 2467677 Apparently Darwin doesn't have /dev/full :-(. by Dan Gohman · 15 years ago
  88. 823d991 Restore file lost during reversion. by Stuart Hastings · 15 years ago
  89. fe7b16f by David Greene · 15 years ago
  90. 87d1f47 Revert 75798 to fix llvm build. by Rafael Espindola · 15 years ago
  91. 206613b Fix a typo in a comment that Duncan noticed. by Dan Gohman · 15 years ago
  92. 1f5c5b9 Fix a thinko in a comment that Duncan spotted. by Dan Gohman · 15 years ago
  93. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  94. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  95. 7fe3dd5 The static function TypeToFloatSemantics is now unused - remove it. by Duncan Sands · 15 years ago
  96. 1d05b23 Fix pattern for LD16S_3r, add basic tests to check load / store instructions by Richard Osborne · 15 years ago
  97. d890de1 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 15 years ago
  98. 6a60e16 Add a testcase for raw_ostream error checking. by Dan Gohman · 15 years ago
  99. c232a7e Add a comment noting that raw_os_ostream does not check for errors. by Dan Gohman · 15 years ago
  100. d3a974f Check for errors on close(2) too. And lseek(2). by Dan Gohman · 15 years ago