aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-01PNaCl: Allow the ABI checker to be used from "opt"Mark Seaborn
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-29PNaCl: Fix ExpandTls to handle a couple of corner cases involving PHI nodesMark Seaborn
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 a pass to strip bitcode metadata.Jan Voung
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
2013-03-26DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie
2013-03-26Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-26Debug Info: Provide a means to update the members of a composite typeDavid Blaikie
2013-03-26Fix the register scavenger for targets that provide custom spillingHal Finkel
2013-03-26PNaCl: Add ExpandGetElementPtr pass for converting GetElementPtr to arithmeticMark Seaborn
2013-03-26Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand
2013-03-26Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick