aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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-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
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-26Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky
2013-03-25[ELF] dont compute symbolname size in every loopShankar Easwaran
2013-03-25reflect comment to the official referenceShankar Easwaran
2013-03-25[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-03-22Allow the register scavenger to spill multiple registersHal Finkel
2013-03-22Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling