1. ea4afa9 Fixed verson of r120245. by Rafael Espindola · 14 years ago
  2. ba21024 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 14 years ago
  3. f90a2de Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 14 years ago
  4. 175ccab Make EmitSymbolValue non virtual. by Rafael Espindola · 14 years ago
  5. 3e03211 Avoid code duplication in the many unsupported EmitGPRel32Value implementations. by Rafael Espindola · 14 years ago
  6. 71e7f92 Make EmitULEB128IntValue and EmitSLEB128IntValue non virtual. by Rafael Espindola · 14 years ago
  7. a484f2c Move the PTXMCAsmStreamer class to the .cpp file. by Rafael Espindola · 14 years ago
  8. e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 14 years ago
  9. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 14 years ago
  10. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 14 years ago
  11. b1dfa7a Add support for NEON VLD2-dup instructions. by Bob Wilson · 14 years ago
  12. bebfbc5 Fix a comment typo. by Bob Wilson · 14 years ago
  13. f3d2f9d Another minor refactoring for VLD1DUP instructions. by Bob Wilson · 14 years ago
  14. 364a72a Add entry in getTargetNodeName() for ARMISD::VBICIMM. by Bob Wilson · 14 years ago
  15. 7928376 Speed up simple insertions into an unbranched tree by not creating an iterator. by Jakob Stoklund Olesen · 14 years ago
  16. 325f69d llvmc: First stab at better -march handling. by Mikhail Glushenkov · 14 years ago
  17. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  18. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  19. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 14 years ago
  20. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 14 years ago
  21. 5bf7c53 Lower TLS_addr32 and TLS_addr64. by Rafael Espindola · 14 years ago
  22. bfd2d26 Implement the data16 prefix. by Rafael Espindola · 14 years ago
  23. b837f58 Remove PIC16 remnants. by Benjamin Kramer · 14 years ago
  24. 71130f8 macho-dump: Add support for --dump-section-data and tweak a few format strings. by Daniel Dunbar · 14 years ago
  25. 2208b58 macho-dump: Add support for dumping symbol table entries. by Daniel Dunbar · 14 years ago
  26. f2e2a5f macho-dump: Add support for dumping string table data. by Daniel Dunbar · 14 years ago
  27. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 14 years ago
  28. 2acadbd macho-dump: Add support for dumping sections. by Daniel Dunbar · 14 years ago
  29. 4c55e0d macho-dump: Add support for dumping dysymtab indirect symbol table. by Daniel Dunbar · 14 years ago
  30. 4aeb489 Add an optional LowerCase argument to hexdigit(). by Daniel Dunbar · 14 years ago
  31. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  32. 3946e3b Unbreak build for newer GCCs. by Benjamin Kramer · 14 years ago
  33. f879f14 macho-dump: Add support for dumping symtab and dysymtab commands. by Daniel Dunbar · 14 years ago
  34. 4ba1f5e macho-dump: Add support for dumping segment load commands. by Daniel Dunbar · 14 years ago
  35. 35bf4d6 Second attempt at fixing the performance regressions introduced by Owen Anderson · 14 years ago
  36. 4581dae ADT/InMemoryStruct: Add an experimental helper class intended for use in by Daniel Dunbar · 14 years ago
  37. 10a049e raw_ostream::write_escaped: Add a UseHexEscapes argument. by Daniel Dunbar · 14 years ago
  38. 590956f Fix a comment. by Daniel Dunbar · 14 years ago
  39. a956d8b Object/Mach-O: Add header and load command information. by Daniel Dunbar · 14 years ago
  40. bce5577 Refactor. Set alignment bit in VLD1-dup instruction classes. by Bob Wilson · 14 years ago
  41. a1e1319 build/Makefiles: Don't build unittests when ONLY_TOOLS is set. by Daniel Dunbar · 14 years ago
  42. 9536916 Object/Mach-O: Validate Mach-O magic and initialize format info. by Daniel Dunbar · 14 years ago
  43. 2a0e974 Add NEON VLD1-dup instructions (load 1 element to all lanes). by Bob Wilson · 14 years ago
  44. 8d41294 Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. by Bob Wilson · 14 years ago
  45. ad12524 macho-dump: More sketching. by Daniel Dunbar · 14 years ago
  46. 75373ac macho-dump: Stub out C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  47. fbd25b7 MC/Mach-O: Start stubbing out a Mach-O object file wrapper. by Daniel Dunbar · 14 years ago
  48. 7976b88 Reduce nesting. by Daniel Dunbar · 14 years ago
  49. f52788f MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 14 years ago
  50. 36d76a8 MC/Mach-O: Switch to using MachOFormat.h. by Daniel Dunbar · 14 years ago
  51. 821ecd7 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 14 years ago
  52. 44fa047 macho-dump: Fix typo. by Daniel Dunbar · 14 years ago
  53. 28116c9 BitVector tweaks. by Benjamin Kramer · 14 years ago
  54. 847d2f9 StringRefs are POD-like. by Benjamin Kramer · 14 years ago
  55. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  56. 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
  57. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 14 years ago
  58. bf77baf Extract template function adjustSiblingSizes(), allowing instances to be shared by Jakob Stoklund Olesen · 14 years ago
  59. fd46797 Remove the unused TheTarget member. by Rafael Espindola · 14 years ago
  60. 052f1ee Fix spelling! by Michael J. Spencer · 14 years ago
  61. 326990f Fix Whitespace. by Michael J. Spencer · 14 years ago
  62. 706da9d Move tree navigation to a new Path class that doesn't have to be a template. by Jakob Stoklund Olesen · 14 years ago
  63. 20a00c4 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  64. ce60e84 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  65. d1627e3 Bump required cmake version on CMake.html. by Oscar Fuentes · 14 years ago
  66. cf99abb Use -S rather than -c for the benefit of dragonegg. by Duncan Sands · 14 years ago
  67. 71a39f4 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  68. a0c67bb Judging from the comment, the system assembler is supposed to assemble by Duncan Sands · 14 years ago
  69. bb8f590 Remove explicit uses of -emit-llvm, the test infrastructure adds it by Duncan Sands · 14 years ago
  70. 53910d9 Dragonegg cannot output bitcode, only human readable IR, so use -S rather by Duncan Sands · 14 years ago
  71. 48f296d Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". by Duncan Sands · 14 years ago
  72. 8ed6926 Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm by Duncan Sands · 14 years ago
  73. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
  74. dd1fc8c SDep is POD-like. Shave off a few bytes from SUnit by moving a member around. by Benjamin Kramer · 14 years ago
  75. 1526b19 Initial support for being able to specify the llvm-gcc to use like this: by Duncan Sands · 14 years ago
  76. 2ace1b6 Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction. by Rafael Espindola · 14 years ago
  77. c62feda Namespacify. by Benjamin Kramer · 14 years ago
  78. 6b8e435 Factor some code to parseSectionFlags and fix the default type of a section. by Rafael Espindola · 14 years ago
  79. 109f4cb system_error: Even more unsupported error numbers :(. by Michael J. Spencer · 14 years ago
  80. 081f800 Treat a call of function pointer like a load of the pointer when considering by Nick Lewycky · 14 years ago
  81. 2595873 Behave a bit more like gnu as and use the symbol (instead of the section) by Rafael Espindola · 14 years ago
  82. 8b4e60c 80 col. by Michael J. Spencer · 14 years ago
  83. 0f020f7 google test depends on Support. by Michael J. Spencer · 14 years ago
  84. 1683fcc Relocate with the symbol if the relocation is of kind NTPOFF. by Rafael Espindola · 14 years ago
  85. 861ef4b unittests: Add initial Path-V2 test. by Michael J. Spencer · 14 years ago
  86. f9100d4 Path Version 2. by Michael J. Spencer · 14 years ago
  87. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 14 years ago
  88. bf8209d Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly by Rafael Espindola · 14 years ago
  89. 5c7106b Testcase for r120017. by Rafael Espindola · 14 years ago
  90. 42e75a3 Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport. by Wesley Peck · 14 years ago
  91. 82dc040 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. by Wesley Peck · 14 years ago
  92. 7de8101 Use i8 as SETCC result type for i1 in SPU. by Kalle Raiskila · 14 years ago
  93. 702a404 Allow for 'fcmp ogt' in SPU. by Kalle Raiskila · 14 years ago
  94. 9755127 If a symbol is used as tls, mark it as tls even if not declare as so. Probably by Rafael Espindola · 14 years ago
  95. bcc3678 include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5. by NAKAMURA Takumi · 14 years ago
  96. 9c336fa Tweak ImmutableMap/ImmutableSet/ImmutableList APIs by Ted Kremenek · 14 years ago
  97. 6c76f5f Generalize overflowLeaf to also handle overflows in branch nodes. by Jakob Stoklund Olesen · 14 years ago
  98. 7cf7054 add a MemoryBuffer::getOpenFile method, which turns an open by Chris Lattner · 14 years ago
  99. 67ff104 system_error: Add fixme. by Michael J. Spencer · 14 years ago
  100. 50f2625 Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. by Duncan Sands · 14 years ago