Age | Commit message (Expand) | Author |
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 |
2010-11-25 | It seems inconsistent to have LLVMCC_EMITIR_FLAG and | Duncan Sands |
2010-11-25 | SDep is POD-like. Shave off a few bytes from SUnit by moving a member around. | Benjamin Kramer |
2010-11-25 | Initial support for being able to specify the llvm-gcc to use like this: | Duncan Sands |
2010-11-25 | Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr... | Rafael Espindola |
2010-11-25 | Namespacify. | Benjamin Kramer |
2010-11-25 | Factor some code to parseSectionFlags and fix the default type of a section. | Rafael Espindola |
2010-11-25 | system_error: Even more unsupported error numbers :(. | Michael J. Spencer |
2010-11-24 | Treat a call of function pointer like a load of the pointer when considering | Nick Lewycky |
2010-11-24 | Behave a bit more like gnu as and use the symbol (instead of the section) | Rafael Espindola |
2010-11-24 | 80 col. | Michael J. Spencer |
2010-11-24 | google test depends on Support. | Michael J. Spencer |
2010-11-24 | Relocate with the symbol if the relocation is of kind NTPOFF. | Rafael Espindola |
2010-11-24 | unittests: Add initial Path-V2 test. | Michael J. Spencer |
2010-11-24 | Path Version 2. | Michael J. Spencer |
2010-11-24 | unittests: Add SystemTests. | Michael J. Spencer |
2010-11-24 | Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly | Rafael Espindola |
2010-11-24 | Testcase for r120017. | Rafael Espindola |
2010-11-24 | Updating MBlaze .mask and .frame directives to match GCC's output and fixing ... | Wesley Peck |
2010-11-24 | 1. Fixing error where basic block labels were not being printed out when they... | Wesley Peck |
2010-11-24 | Use i8 as SETCC result type for i1 in SPU. | Kalle Raiskila |
2010-11-24 | Allow for 'fcmp ogt' in SPU. | Kalle Raiskila |
2010-11-24 | If a symbol is used as tls, mark it as tls even if not declare as so. Probably | Rafael Espindola |
2010-11-24 | include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5. | NAKAMURA Takumi |