1. c2ebfd4 Enable PostRA scheduling for SPU. by Kalle Raiskila · 14 years ago
  2. b00f24b Allow machine LICM to do its job on SPU. by Kalle Raiskila · 14 years ago
  3. 11edd0c Add missing i128 case. by Kalle Raiskila · 14 years ago
  4. 0ae59f4 tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! by NAKAMURA Takumi · 14 years ago
  5. 86c817e test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. by NAKAMURA Takumi · 14 years ago
  6. e89ada9 Add some dead stores to pacify my least favorite GCC warning: may be by Chandler Carruth · 14 years ago
  7. 2f17bf2 Add more Thumb encodings. by Bill Wendling · 14 years ago
  8. 5cbbf68 More Thumb encodings. by Bill Wendling · 14 years ago
  9. d19ac0c Add Thumb encodings for REV instructions. by Bill Wendling · 14 years ago
  10. b4b544d tools/Makefile: Fix indentation. by NAKAMURA Takumi · 14 years ago
  11. f5f6588 tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. by NAKAMURA Takumi · 14 years ago
  12. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  13. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  14. 849f2e3 Add more Thumb encodings. by Bill Wendling · 14 years ago
  15. ec0b428 Make EmitIntValue non virtual. by Rafael Espindola · 14 years ago
  16. f7c3b75 Forgot the MCPureStreamer::EmitValue in the previous commit. by Rafael Espindola · 14 years ago
  17. 6f95023 Move EmitValue to MCObjectStreamer. by Rafael Espindola · 14 years ago
  18. 08d5534 Don't use std::copy and std::copy_backward, run 10% faster. by Jakob Stoklund Olesen · 14 years ago
  19. 5f456cd Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 14 years ago
  20. d652dbe Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower. by Rafael Espindola · 14 years ago
  21. 695ab51 PR5207: remove unused methods APInt::Emit() and APInt::Read(). by Jay Foad · 14 years ago
  22. e4d19c9 PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be by Jay Foad · 14 years ago
  23. d8f7179 fix PR8686, accepting a 'b' suffix at the end of all the setcc by Chris Lattner · 14 years ago
  24. a1ac3bb add a function to the C api to get the context out of a module, patch by Chris Lattner · 14 years ago
  25. bf953ea Tweak comments to make it clear that we are working in a namespace. by Jakob Stoklund Olesen · 14 years ago
  26. 7509ccd When emitting a single function with cppgen=function, you don't want to emit by Nicolas Geoffray · 14 years ago
  27. ea4afa9 Fixed verson of r120245. by Rafael Espindola · 14 years ago
  28. ba21024 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 14 years ago
  29. f90a2de Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 14 years ago
  30. 175ccab Make EmitSymbolValue non virtual. by Rafael Espindola · 14 years ago
  31. 3e03211 Avoid code duplication in the many unsupported EmitGPRel32Value implementations. by Rafael Espindola · 14 years ago
  32. 71e7f92 Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual. by Rafael Espindola · 14 years ago
  33. a484f2c Move the PTXMCAsmStreamer class to the .cpp file. by Rafael Espindola · 14 years ago
  34. e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 14 years ago
  35. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 14 years ago
  36. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 14 years ago
  37. b1dfa7a Add support for NEON VLD2-dup instructions. by Bob Wilson · 14 years ago
  38. bebfbc5 Fix a comment typo. by Bob Wilson · 14 years ago
  39. f3d2f9d Another minor refactoring for VLD1DUP instructions. by Bob Wilson · 14 years ago
  40. 364a72a Add entry in getTargetNodeName() for ARMISD::VBICIMM. by Bob Wilson · 14 years ago
  41. 7928376 Speed up simple insertions into an unbranched tree by not creating an iterator. by Jakob Stoklund Olesen · 14 years ago
  42. 325f69d llvmc: First stab at better -march handling. by Mikhail Glushenkov · 14 years ago
  43. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  44. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  45. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 14 years ago
  46. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 14 years ago
  47. 5bf7c53 Lower TLS_addr32 and TLS_addr64. by Rafael Espindola · 14 years ago
  48. bfd2d26 Implement the data16 prefix. by Rafael Espindola · 14 years ago
  49. b837f58 Remove PIC16 remnants. by Benjamin Kramer · 14 years ago
  50. 71130f8 macho-dump: Add support for --dump-section-data and tweak a few format strings. by Daniel Dunbar · 14 years ago
  51. 2208b58 macho-dump: Add support for dumping symbol table entries. by Daniel Dunbar · 14 years ago
  52. f2e2a5f macho-dump: Add support for dumping string table data. by Daniel Dunbar · 14 years ago
  53. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 14 years ago
  54. 2acadbd macho-dump: Add support for dumping sections. by Daniel Dunbar · 14 years ago
  55. 4c55e0d macho-dump: Add support for dumping dysymtab indirect symbol table. by Daniel Dunbar · 14 years ago
  56. 4aeb489 Add an optional LowerCase argument to hexdigit(). by Daniel Dunbar · 14 years ago
  57. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  58. 3946e3b Unbreak build for newer GCCs. by Benjamin Kramer · 14 years ago
  59. f879f14 macho-dump: Add support for dumping symtab and dysymtab commands. by Daniel Dunbar · 14 years ago
  60. 4ba1f5e macho-dump: Add support for dumping segment load commands. by Daniel Dunbar · 14 years ago
  61. 35bf4d6 Second attempt at fixing the performance regressions introduced by Owen Anderson · 14 years ago
  62. 4581dae ADT/InMemoryStruct: Add an experimental helper class intended for use in by Daniel Dunbar · 14 years ago
  63. 10a049e raw_ostream::write_escaped: Add a UseHexEscapes argument. by Daniel Dunbar · 14 years ago
  64. 590956f Fix a comment. by Daniel Dunbar · 14 years ago
  65. a956d8b Object/Mach-O: Add header and load command information. by Daniel Dunbar · 14 years ago
  66. bce5577 Refactor. Set alignment bit in VLD1-dup instruction classes. by Bob Wilson · 14 years ago
  67. a1e1319 build/Makefiles: Don't build unittests when ONLY_TOOLS is set. by Daniel Dunbar · 14 years ago
  68. 9536916 Object/Mach-O: Validate Mach-O magic and initialize format info. by Daniel Dunbar · 14 years ago
  69. 2a0e974 Add NEON VLD1-dup instructions (load 1 element to all lanes). by Bob Wilson · 14 years ago
  70. 8d41294 Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. by Bob Wilson · 14 years ago
  71. ad12524 macho-dump: More sketching. by Daniel Dunbar · 14 years ago
  72. 75373ac macho-dump: Stub out C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  73. fbd25b7 MC/Mach-O: Start stubbing out a Mach-O object file wrapper. by Daniel Dunbar · 14 years ago
  74. 7976b88 Reduce nesting. by Daniel Dunbar · 14 years ago
  75. f52788f MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 14 years ago
  76. 36d76a8 MC/Mach-O: Switch to using MachOFormat.h. by Daniel Dunbar · 14 years ago
  77. 821ecd7 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 14 years ago
  78. 44fa047 macho-dump: Fix typo. by Daniel Dunbar · 14 years ago
  79. 28116c9 BitVector tweaks. by Benjamin Kramer · 14 years ago
  80. 847d2f9 StringRefs are POD-like. by Benjamin Kramer · 14 years ago
  81. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  82. 28b6727 test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on site.exp.in, though, "emitir" might be unused. by NAKAMURA Takumi · 14 years ago
  83. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 14 years ago
  84. bf77baf Extract template function adjustSiblingSizes(), allowing instances to be shared by Jakob Stoklund Olesen · 14 years ago
  85. fd46797 Remove the unused TheTarget member. by Rafael Espindola · 14 years ago
  86. 052f1ee Fix spelling! by Michael J. Spencer · 14 years ago
  87. 326990f Fix Whitespace. by Michael J. Spencer · 14 years ago
  88. 706da9d Move tree navigation to a new Path class that doesn't have to be a template. by Jakob Stoklund Olesen · 14 years ago
  89. 20a00c4 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  90. ce60e84 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  91. d1627e3 Bump required cmake version on CMake.html. by Oscar Fuentes · 14 years ago
  92. cf99abb Use -S rather than -c for the benefit of dragonegg. by Duncan Sands · 14 years ago
  93. 71a39f4 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  94. a0c67bb Judging from the comment, the system assembler is supposed to assemble by Duncan Sands · 14 years ago
  95. bb8f590 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  96. 53910d9 Dragonegg cannot output bitcode, only human readable IR, so use -S rather by Duncan Sands · 14 years ago
  97. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  98. 8ed6926 Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm by Duncan Sands · 14 years ago
  99. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  100. dd1fc8c SDep is POD-like. Shave off a few bytes from SUnit by moving a member around. by Benjamin Kramer · 14 years ago