aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-08Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky
2013-04-08Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky
2013-04-08Update documentation.Matt Arsenault
2013-04-08Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky
2013-04-08X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer
2013-04-08[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier
2013-04-08Generate PPC early conditional returnsHal Finkel
2013-04-08DWARF parser: remove duplicated code and fix code style in DIE extractors.Alexey Samsonov
2013-04-08Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola
2013-04-08R600: Control Flow support for pre EG genVincent Lejeune
2013-04-08Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth
2013-04-08Remove a global 'endl' variable from the other file as well.Chandler Carruth
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth
2013-04-08Add ACLE link to ARM documentation sectionsTim Northover
2013-04-08AArch64: remove barriers from AArch64 atomic operations.Tim Northover
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth
2013-04-08ARM: Remove unused variable.Benjamin Kramer
2013-04-07Cleanup and improve PPC fsel generationHal Finkel
2013-04-07TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer
2013-04-07Make MachOObjectFile independent from MachOObject.Rafael Espindola
2013-04-07Implement MachOObjectFile::getData directly.Rafael Espindola
2013-04-07Implement MachOObjectFile::is64Bit directly.Rafael Espindola
2013-04-07Implement MachOObjectFile::getHeaderSize directly.Rafael Espindola
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola
2013-04-07Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen
2013-04-07Implement MachOObjectFile::getHeaderSize and MachOObjectFile::getData.Rafael Espindola
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola
2013-04-07Use getLoadCommandInfo instead of MachOObj->getLoadCommandInfo.Rafael Espindola
2013-04-07Construct MachOObject in MachOObjectFile's constructor.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola
2013-04-07Remove two uses of getObject.Rafael Espindola
2013-04-07Remove usage of InMemoryStruct in getSymbol.Rafael Espindola
2013-04-07PPC Altivec load/store intrinsics can be marked IntrRead[Write]ArgMemHal Finkel
2013-04-07PPC rotate instructions don't have unmodeled side effctsHal Finkel
2013-04-07Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola
2013-04-07Most PPC M[TF]CR instructions do not have side effectsHal Finkel
2013-04-07Remove dead code.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-04-07Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth
2013-04-07PPC pre-increment load instructions do not have side effectsHal Finkel
2013-04-07PPC pre-increment load instructions do not have side effectsHal Finkel
2013-04-07PPC MCRF instruction does not have side effectsHal Finkel
2013-04-07PPC FMR instruction does not have side effectsHal Finkel
2013-04-07DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher
2013-04-07[cmake] Avoid rel+asserts warnings when passing -UNDEBUGReid Kleckner