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