1. 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago
  2. 693eeb5 Remove empty directories. by Benjamin Kramer · 14 years ago
  3. 86c6d80 Add support for NEON VLD3-dup instructions. by Bob Wilson · 14 years ago
  4. 2fcda63 Fix copy-and-paste errors in VLD2-dup scheduling itineraries. by Bob Wilson · 14 years ago
  5. f1aa47d ARM Pseudo-ize tBR_JTr. by Jim Grosbach · 14 years ago
  6. 00a035f Thumb2 encodings for MSR and MRS. by Owen Anderson · 14 years ago
  7. e93e10a Update library dependencies changed in the System -> Support merge. by Michael J. Spencer · 14 years ago
  8. d18a9c9 Thumb2 encodings for system instructions. by Owen Anderson · 14 years ago
  9. 05bf595 Thumb2 encodings for branches and IT blocks. by Owen Anderson · 14 years ago
  10. 11fbff8 The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node to by Jim Grosbach · 14 years ago
  11. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 14 years ago
  12. 2dc7768 Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos. by Jim Grosbach · 14 years ago
  13. 5fae2f1 Missed another one. by Michael J. Spencer · 14 years ago
  14. 7a9ff3d Missed a spot. by Michael J. Spencer · 14 years ago
  15. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  16. 9363f73 Handle lshr for i128 correctly on SPU also when shiftamount > 7. by Kalle Raiskila · 14 years ago
  17. c2ebfd4 Enable PostRA scheduling for SPU. by Kalle Raiskila · 14 years ago
  18. b00f24b Allow machine LICM to do its job on SPU. by Kalle Raiskila · 14 years ago
  19. 11edd0c Add missing i128 case. by Kalle Raiskila · 14 years ago
  20. 0ae59f4 tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! by NAKAMURA Takumi · 14 years ago
  21. 86c817e test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. by NAKAMURA Takumi · 14 years ago
  22. e89ada9 Add some dead stores to pacify my least favorite GCC warning: may be by Chandler Carruth · 14 years ago
  23. 2f17bf2 Add more Thumb encodings. by Bill Wendling · 14 years ago
  24. 5cbbf68 More Thumb encodings. by Bill Wendling · 14 years ago
  25. d19ac0c Add Thumb encodings for REV instructions. by Bill Wendling · 14 years ago
  26. b4b544d tools/Makefile: Fix indentation. by NAKAMURA Takumi · 14 years ago
  27. f5f6588 tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. by NAKAMURA Takumi · 14 years ago
  28. 38d439f test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules are not in lib/ but bin. by NAKAMURA Takumi · 14 years ago
  29. b3ccc12 test: Add the new feature 'loadable_module'. by NAKAMURA Takumi · 14 years ago
  30. 849f2e3 Add more Thumb encodings. by Bill Wendling · 14 years ago
  31. ec0b428 Make EmitIntValue non virtual. by Rafael Espindola · 14 years ago
  32. f7c3b75 Forgot the MCPureStreamer::EmitValue in the previous commit. by Rafael Espindola · 14 years ago
  33. 6f95023 Move EmitValue to MCObjectStreamer. by Rafael Espindola · 14 years ago
  34. 08d5534 Don't use std::copy and std::copy_backward, run 10% faster. by Jakob Stoklund Olesen · 14 years ago
  35. 5f456cd Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 14 years ago
  36. d652dbe Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower. by Rafael Espindola · 14 years ago
  37. 695ab51 PR5207: remove unused methods APInt::Emit() and APInt::Read(). by Jay Foad · 14 years ago
  38. e4d19c9 PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be by Jay Foad · 14 years ago
  39. d8f7179 fix PR8686, accepting a 'b' suffix at the end of all the setcc by Chris Lattner · 14 years ago
  40. a1ac3bb add a function to the C api to get the context out of a module, patch by Chris Lattner · 14 years ago
  41. bf953ea Tweak comments to make it clear that we are working in a namespace. by Jakob Stoklund Olesen · 14 years ago
  42. 7509ccd When emitting a single function with cppgen=function, you don't want to emit by Nicolas Geoffray · 14 years ago
  43. ea4afa9 Fixed verson of r120245. by Rafael Espindola · 14 years ago
  44. ba21024 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 14 years ago
  45. f90a2de Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 14 years ago
  46. 175ccab Make EmitSymbolValue non virtual. by Rafael Espindola · 14 years ago
  47. 3e03211 Avoid code duplication in the many unsupported EmitGPRel32Value implementations. by Rafael Espindola · 14 years ago
  48. 71e7f92 Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual. by Rafael Espindola · 14 years ago
  49. a484f2c Move the PTXMCAsmStreamer class to the .cpp file. by Rafael Espindola · 14 years ago
  50. e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 14 years ago
  51. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 14 years ago
  52. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 14 years ago
  53. b1dfa7a Add support for NEON VLD2-dup instructions. by Bob Wilson · 14 years ago
  54. bebfbc5 Fix a comment typo. by Bob Wilson · 14 years ago
  55. f3d2f9d Another minor refactoring for VLD1DUP instructions. by Bob Wilson · 14 years ago
  56. 364a72a Add entry in getTargetNodeName() for ARMISD::VBICIMM. by Bob Wilson · 14 years ago
  57. 7928376 Speed up simple insertions into an unbranched tree by not creating an iterator. by Jakob Stoklund Olesen · 14 years ago
  58. 325f69d llvmc: First stab at better -march handling. by Mikhail Glushenkov · 14 years ago
  59. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  60. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  61. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 14 years ago
  62. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 14 years ago
  63. 5bf7c53 Lower TLS_addr32 and TLS_addr64. by Rafael Espindola · 14 years ago
  64. bfd2d26 Implement the data16 prefix. by Rafael Espindola · 14 years ago
  65. b837f58 Remove PIC16 remnants. by Benjamin Kramer · 14 years ago
  66. 71130f8 macho-dump: Add support for --dump-section-data and tweak a few format strings. by Daniel Dunbar · 14 years ago
  67. 2208b58 macho-dump: Add support for dumping symbol table entries. by Daniel Dunbar · 14 years ago
  68. f2e2a5f macho-dump: Add support for dumping string table data. by Daniel Dunbar · 14 years ago
  69. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 14 years ago
  70. 2acadbd macho-dump: Add support for dumping sections. by Daniel Dunbar · 14 years ago
  71. 4c55e0d macho-dump: Add support for dumping dysymtab indirect symbol table. by Daniel Dunbar · 14 years ago
  72. 4aeb489 Add an optional LowerCase argument to hexdigit(). by Daniel Dunbar · 14 years ago
  73. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  74. 3946e3b Unbreak build for newer GCCs. by Benjamin Kramer · 14 years ago
  75. f879f14 macho-dump: Add support for dumping symtab and dysymtab commands. by Daniel Dunbar · 14 years ago
  76. 4ba1f5e macho-dump: Add support for dumping segment load commands. by Daniel Dunbar · 14 years ago
  77. 35bf4d6 Second attempt at fixing the performance regressions introduced by Owen Anderson · 14 years ago
  78. 4581dae ADT/InMemoryStruct: Add an experimental helper class intended for use in by Daniel Dunbar · 14 years ago
  79. 10a049e raw_ostream::write_escaped: Add a UseHexEscapes argument. by Daniel Dunbar · 14 years ago
  80. 590956f Fix a comment. by Daniel Dunbar · 14 years ago
  81. a956d8b Object/Mach-O: Add header and load command information. by Daniel Dunbar · 14 years ago
  82. bce5577 Refactor. Set alignment bit in VLD1-dup instruction classes. by Bob Wilson · 14 years ago
  83. a1e1319 build/Makefiles: Don't build unittests when ONLY_TOOLS is set. by Daniel Dunbar · 14 years ago
  84. 9536916 Object/Mach-O: Validate Mach-O magic and initialize format info. by Daniel Dunbar · 14 years ago
  85. 2a0e974 Add NEON VLD1-dup instructions (load 1 element to all lanes). by Bob Wilson · 14 years ago
  86. 8d41294 Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. by Bob Wilson · 14 years ago
  87. ad12524 macho-dump: More sketching. by Daniel Dunbar · 14 years ago
  88. 75373ac macho-dump: Stub out C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  89. fbd25b7 MC/Mach-O: Start stubbing out a Mach-O object file wrapper. by Daniel Dunbar · 14 years ago
  90. 7976b88 Reduce nesting. by Daniel Dunbar · 14 years ago
  91. f52788f MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 14 years ago
  92. 36d76a8 MC/Mach-O: Switch to using MachOFormat.h. by Daniel Dunbar · 14 years ago
  93. 821ecd7 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 14 years ago
  94. 44fa047 macho-dump: Fix typo. by Daniel Dunbar · 14 years ago
  95. 28116c9 BitVector tweaks. by Benjamin Kramer · 14 years ago
  96. 847d2f9 StringRefs are POD-like. by Benjamin Kramer · 14 years ago
  97. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  98. 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
  99. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 14 years ago
  100. bf77baf Extract template function adjustSiblingSizes(), allowing instances to be shared by Jakob Stoklund Olesen · 14 years ago