aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-25Use -S rather than -c for the benefit of dragonegg.Duncan Sands
2010-11-25Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands
2010-11-25Judging from the comment, the system assembler is supposed to assembleDuncan Sands
2010-11-25Remove explicit uses of -emit-llvm, the test infrastructure adds itDuncan Sands
2010-11-25Dragonegg cannot output bitcode, only human readable IR, so use -S ratherDuncan Sands
2010-11-25Use LLVMCC_EMITIR_FLAG rather than hard-coding "-emit-llvm".Duncan Sands
2010-11-25Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands
2010-11-25It seems inconsistent to have LLVMCC_EMITIR_FLAG andDuncan Sands
2010-11-25SDep is POD-like. Shave off a few bytes from SUnit by moving a member around.Benjamin Kramer
2010-11-25Initial support for being able to specify the llvm-gcc to use like this:Duncan Sands
2010-11-25Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instr...Rafael Espindola
2010-11-25Namespacify.Benjamin Kramer
2010-11-25Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola
2010-11-25system_error: Even more unsupported error numbers :(.Michael J. Spencer
2010-11-24Treat a call of function pointer like a load of the pointer when consideringNick Lewycky
2010-11-24Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola
2010-11-2480 col.Michael J. Spencer
2010-11-24google test depends on Support.Michael J. Spencer
2010-11-24Relocate with the symbol if the relocation is of kind NTPOFF.Rafael Espindola
2010-11-24unittests: Add initial Path-V2 test.Michael J. Spencer
2010-11-24Path Version 2.Michael J. Spencer
2010-11-24unittests: Add SystemTests.Michael J. Spencer
2010-11-24Fix and add tests for all cases in x86 and x86_64 where gnu as implicitlyRafael Espindola
2010-11-24Testcase for r120017.Rafael Espindola
2010-11-24Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...Wesley Peck
2010-11-241. Fixing error where basic block labels were not being printed out when they...Wesley Peck
2010-11-24Use i8 as SETCC result type for i1 in SPU.Kalle Raiskila
2010-11-24Allow for 'fcmp ogt' in SPU.Kalle Raiskila
2010-11-24If a symbol is used as tls, mark it as tls even if not declare as so. ProbablyRafael Espindola
2010-11-24include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5.NAKAMURA Takumi