aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-28llvmc: First stab at better -march handling.Mikhail Glushenkov
2010-11-27Move more PEI-related hooks to TFIAnton Korobeynikov
2010-11-27Move callee-saved regs spills / reloads to TFIAnton Korobeynikov
2010-11-27Add more tests for erase(). Fix a few exposed bugs.Jakob Stoklund Olesen
2010-11-27Add test case with randomly ordered insertions, massive coalescing.Jakob Stoklund Olesen
2010-11-27Lower TLS_addr32 and TLS_addr64.Rafael Espindola
2010-11-27Implement the data16 prefix.Rafael Espindola
2010-11-27Remove PIC16 remnants.Benjamin Kramer
2010-11-27macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symbol table entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping string table data.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping sections.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar
2010-11-27Add an optional LowerCase argument to hexdigit().Daniel Dunbar
2010-11-27CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi
2010-11-27Unbreak build for newer GCCs.Benjamin Kramer
2010-11-27macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping segment load commands.Daniel Dunbar
2010-11-27Second attempt at fixing the performance regressions introducedOwen Anderson
2010-11-27ADT/InMemoryStruct: Add an experimental helper class intended for use inDaniel Dunbar
2010-11-27raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar
2010-11-27Fix a comment.Daniel Dunbar
2010-11-27Object/Mach-O: Add header and load command information.Daniel Dunbar
2010-11-27Refactor. Set alignment bit in VLD1-dup instruction classes.Bob Wilson
2010-11-27build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar
2010-11-27Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar
2010-11-27Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson
2010-11-27Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.Bob Wilson
2010-11-27macho-dump: More sketching.Daniel Dunbar
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar
2010-11-27MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar
2010-11-27Reduce nesting.Daniel Dunbar
2010-11-27MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar
2010-11-27MC/Mach-O: Switch to using MachOFormat.h.Daniel Dunbar
2010-11-27MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar
2010-11-27macho-dump: Fix typo.Daniel Dunbar
2010-11-26BitVector tweaks.Benjamin Kramer
2010-11-26StringRefs are POD-like.Benjamin Kramer
2010-11-26unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi
2010-11-26test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ...NAKAMURA Takumi
2010-11-26Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen
2010-11-26Extract template function adjustSiblingSizes(), allowing instances to be sharedJakob Stoklund Olesen
2010-11-26Remove the unused TheTarget member.Rafael Espindola
2010-11-26Fix spelling!Michael J. Spencer
2010-11-26Fix Whitespace.Michael J. Spencer
2010-11-26Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen
2010-11-25Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands
2010-11-25Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands
2010-11-25Bump required cmake version on CMake.html.Oscar Fuentes