aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Define versions of Section that are explicitly marked as little endian.Rafael Espindola2013-04-051-2/+34
* Don't use InMemoryStruct in getSection and getSection64.Rafael Espindola2013-04-051-3/+2
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-1/+7
* Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-051-0/+17
* Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen2013-04-051-5/+4
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-1/+10
* Revert r178713Evan Cheng2013-04-046-29/+13
* Document the return value of SmallSet insert.Nadav Rotem2013-04-041-0/+1
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-036-13/+29
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-031-19/+77
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-033-5/+23
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-031-2/+10
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-031-0/+5
* Add MDBuilder utilities for path-aware TBAA.Manman Ren2013-04-021-0/+23
* Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen2013-04-021-0/+25
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-011-117/+117
* Mips direct object exception handling regressionJack Carter2013-04-011-0/+57
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-4/+9
* Whitespace cleanupJoe Abbey2013-04-012-19/+19
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-301-15/+12
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-292-17/+18
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-293-16/+0
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-292-18/+17
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-292-17/+18
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-281-1/+6
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-281-6/+10
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-281-57/+0
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-282-70/+52
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-271-0/+57
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-271-5/+10
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-279-114/+67
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-272-52/+70
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-261-6/+7
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-261-0/+1
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-261-1/+2
* Add XTEST codegen supportMichael Liao2013-03-261-0/+2
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-261-0/+1
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-261-2/+3
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-261-2/+5
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-261-0/+2
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+4
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-262-112/+55
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-261-0/+38
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-251-0/+15
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-253-0/+8
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-252-2/+10
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-15/+37
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-221-6/+0