aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-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-06Add a comment to TargetInstrInfo about FoldImmediateHal Finkel
2013-04-06Remove last use of InMemoryStruct from MachOObjectFile.cpp.Rafael Espindola
2013-04-06Don't use InMemoryStruct<macho::SymtabLoadCommand>.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbol64TableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getSymbolTableEntry.Rafael Espindola
2013-04-06Don't use InMemoryStruct in getRelocation.Rafael Espindola
2013-04-05Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Use the target options specified on a function to reset the back-end.Bill Wendling
2013-04-05Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Define versions of Section that are explicitly marked as little endian.Rafael Espindola
2013-04-05Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05Fix bug in PEI's virtual-register scavengingHal Finkel
2013-04-05Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-04-04Revert r178713Evan Cheng
2013-04-04Document the return value of SmallSet insert.Nadav Rotem
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher
2013-04-02Add MDBuilder utilities for path-aware TBAA.Manman Ren
2013-04-02Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen
2013-04-01unindent the file to follow coding standards, change class doc commentChris Lattner
2013-04-01Mips direct object exception handling regressionJack Carter
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-04-01Whitespace cleanupJoe Abbey
2013-03-30Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer
2013-03-29SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-29Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola
2013-03-29Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter
2013-03-27Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier
2013-03-27Cleanup the simplify_type implementation.Rafael Espindola
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie