Age | Commit message (Expand) | Author |
2010-11-27 | Remove PIC16 remnants. | Benjamin Kramer |
2010-11-27 | macho-dump: Add support for --dump-section-data and tweak a few format strings. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping symbol table entries. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping string table data. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping relocation entries. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping sections. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping dysymtab indirect symbol table. | Daniel Dunbar |
2010-11-27 | Add an optional LowerCase argument to hexdigit(). | Daniel Dunbar |
2010-11-27 | CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. | NAKAMURA Takumi |
2010-11-27 | Unbreak build for newer GCCs. | Benjamin Kramer |
2010-11-27 | macho-dump: Add support for dumping symtab and dysymtab commands. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping segment load commands. | Daniel Dunbar |
2010-11-27 | Second attempt at fixing the performance regressions introduced | Owen Anderson |
2010-11-27 | ADT/InMemoryStruct: Add an experimental helper class intended for use in | Daniel Dunbar |
2010-11-27 | raw_ostream::write_escaped: Add a UseHexEscapes argument. | Daniel Dunbar |
2010-11-27 | Fix a comment. | Daniel Dunbar |
2010-11-27 | Object/Mach-O: Add header and load command information. | Daniel Dunbar |
2010-11-27 | Refactor. Set alignment bit in VLD1-dup instruction classes. | Bob Wilson |
2010-11-27 | build/Makefiles: Don't build unittests when ONLY_TOOLS is set. | Daniel Dunbar |
2010-11-27 | Object/Mach-O: Validate Mach-O magic and initialize format info. | Daniel Dunbar |
2010-11-27 | Add NEON VLD1-dup instructions (load 1 element to all lanes). | Bob Wilson |
2010-11-27 | Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. | Bob Wilson |
2010-11-27 | macho-dump: More sketching. | Daniel Dunbar |
2010-11-27 | macho-dump: Stub out C++ macho-dump tool. | Daniel Dunbar |
2010-11-27 | MC/Mach-O: Start stubbing out a Mach-O object file wrapper. | Daniel Dunbar |
2010-11-27 | Reduce nesting. | Daniel Dunbar |
2010-11-27 | MC/Mach-O: Migrate more constants into MachOFormat.h. | Daniel Dunbar |
2010-11-27 | MC/Mach-O: Switch to using MachOFormat.h. | Daniel Dunbar |
2010-11-27 | MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine | Daniel Dunbar |
2010-11-27 | macho-dump: Fix typo. | Daniel Dunbar |
2010-11-26 | BitVector tweaks. | Benjamin Kramer |
2010-11-26 | StringRefs are POD-like. | Benjamin Kramer |
2010-11-26 | unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy... | NAKAMURA Takumi |
2010-11-26 | test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ... | NAKAMURA Takumi |
2010-11-26 | Add B+-tree test case that creates a height 3 tree with a smaller root node. | Jakob Stoklund Olesen |
2010-11-26 | Extract template function adjustSiblingSizes(), allowing instances to be shared | Jakob Stoklund Olesen |
2010-11-26 | Remove the unused TheTarget member. | Rafael Espindola |
2010-11-26 | Fix spelling! | Michael J. Spencer |
2010-11-26 | Fix Whitespace. | Michael J. Spencer |
2010-11-26 | Move tree navigation to a new Path class that doesn't have to be a template. | Jakob Stoklund Olesen |
2010-11-25 | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands |
2010-11-25 | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands |
2010-11-25 | Bump required cmake version on CMake.html. | Oscar Fuentes |
2010-11-25 | Use -S rather than -c for the benefit of dragonegg. | Duncan Sands |
2010-11-25 | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands |
2010-11-25 | Judging from the comment, the system assembler is supposed to assemble | Duncan Sands |
2010-11-25 | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands |
2010-11-25 | Dragonegg cannot output bitcode, only human readable IR, so use -S rather | Duncan Sands |
2010-11-25 | Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm". | Duncan Sands |
2010-11-25 | Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm | Duncan Sands |