summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-27
* Refactor. Set alignment bit in VLD1-dup instruction classes.Bob Wilson2010-11-27
* build/Makefiles: Don't build unittests when ONLY_TOOLS is set.Daniel Dunbar2010-11-27
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-27
* Add NEON VLD1-dup instructions (load 1 element to all lanes).Bob Wilson2010-11-27
* Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.Bob Wilson2010-11-27
* macho-dump: More sketching.Daniel Dunbar2010-11-27
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27
* MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar2010-11-27
* Reduce nesting.Daniel Dunbar2010-11-27
* MC/Mach-O: Migrate more constants into MachOFormat.h.Daniel Dunbar2010-11-27
* MC/Mach-O: Switch to using MachOFormat.h.Daniel Dunbar2010-11-27
* MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machineDaniel Dunbar2010-11-27
* macho-dump: Fix typo.Daniel Dunbar2010-11-27
* BitVector tweaks.Benjamin Kramer2010-11-26
* StringRefs are POD-like.Benjamin Kramer2010-11-26
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-26
* test/site.exp.in: Add "emitir", for now, fixing up r120156. CMake depends on ...NAKAMURA Takumi2010-11-26
* Add B+-tree test case that creates a height 3 tree with a smaller root node.Jakob Stoklund Olesen2010-11-26
* Extract template function adjustSiblingSizes(), allowing instances to be sharedJakob Stoklund Olesen2010-11-26
* Remove the unused TheTarget member.Rafael Espindola2010-11-26
* Fix spelling!Michael J. Spencer2010-11-26
* Fix Whitespace.Michael J. Spencer2010-11-26
* Move tree navigation to a new Path class that doesn't have to be a template.Jakob Stoklund Olesen2010-11-26
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Bump required cmake version on CMake.html.Oscar Fuentes2010-11-25
* Use -S rather than -c for the benefit of dragonegg.Duncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Judging from the comment, the system assembler is supposed to assembleDuncan Sands2010-11-25
* Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands2010-11-25
* Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands2010-11-25
* Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands2010-11-25
* Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands2010-11-25
* It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands2010-11-25
* SDep is POD-like. Shave off a few bytes from SUnit by moving a member around.Benjamin Kramer2010-11-25
* Initial support for being able to specify the llvm-gcc to use like this:Duncan Sands2010-11-25
* Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola2010-11-25
* Namespacify.Benjamin Kramer2010-11-25
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-25
* system_error: Even more unsupported error numbers :(.Michael J. Spencer2010-11-25
* Treat a call of function pointer like a load of the pointer when consideringNick Lewycky2010-11-24
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* 80 col.Michael J. Spencer2010-11-24
* google test depends on Support.Michael J. Spencer2010-11-24
* Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola2010-11-24
* unittests: Add initial Path-V2 test.Michael J. Spencer2010-11-24
* Path Version 2.Michael J. Spencer2010-11-24
* unittests: Add SystemTests.Michael J. Spencer2010-11-24
* Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola2010-11-24