aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-273-5/+25
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-274-1/+101
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-273-1/+32
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-275-33/+76
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-274-6/+157
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-274-1/+45
* Add an optional LowerCase argument to hexdigit().Daniel Dunbar2010-11-271-3/+4
* CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi2010-11-274-10/+37
* Unbreak build for newer GCCs.Benjamin Kramer2010-11-271-4/+4
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-274-0/+141
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-274-3/+168
* Second attempt at fixing the performance regressions introducedOwen Anderson2010-11-272-24/+61
* ADT/InMemoryStruct: Add an experimental helper class intended for use inDaniel Dunbar2010-11-271-0/+77
* raw_ostream::write_escaped: Add a UseHexEscapes argument.Daniel Dunbar2010-11-272-7/+16
* Fix a comment.Daniel Dunbar2010-11-271-2/+1
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-274-24/+228
* Refactor. Set alignment bit in VLD1-dup instruction classes.Bob Wilson2010-11-271-25/+17
* build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar2010-11-271-0/+5
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-272-5/+33
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-277-3/+162
* Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.Bob Wilson2010-11-272-8/+8
* macho-dump: More sketching.Daniel Dunbar2010-11-271-2/+28
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-275-1/+60
* MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar2010-11-273-0/+93
* Reduce nesting.Daniel Dunbar2010-11-271-20/+26
* MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar2010-11-272-104/+106
* MC/Mach-O: Switch to using MachOFormat.h.Daniel Dunbar2010-11-273-13/+15
* MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar2010-11-272-38/+136
* macho-dump: Fix typo.Daniel Dunbar2010-11-2729-30/+30
* BitVector tweaks.Benjamin Kramer2010-11-261-19/+11
* StringRefs are POD-like.Benjamin Kramer2010-11-261-0/+4
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-263-8/+20
* test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ...NAKAMURA Takumi2010-11-261-0/+1
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-262-16/+81
* Extract template function adjustSiblingSizes(), allowing instances to be sharedJakob Stoklund Olesen2010-11-261-75/+86
* Remove the unused TheTarget member.Rafael Espindola2010-11-266-13/+8
* Fix spelling!Michael J. Spencer2010-11-262-3/+3
* Fix Whitespace.Michael J. Spencer2010-11-267-65/+65
* Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen2010-11-262-296/+364
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-254-4/+4
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2510-10/+10
* Bump required cmake version on CMake.html.Oscar Fuentes2010-11-251-1/+1
* Use -S rather than -c for the benefit of dragonegg.Duncan Sands2010-11-253-3/+3
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2547-63/+63
* Judging from the comment, the system assembler is supposed to assembleDuncan Sands2010-11-251-1/+1
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-2588-121/+121
* Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands2010-11-2521-22/+22
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-253-5/+6
* Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands2010-11-251-10/+10
* It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands2010-11-253-8/+8