summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-05
* Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen2013-04-05
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Revert r178713Evan Cheng2013-04-04
* Document the return value of SmallSet insert.Nadav Rotem2013-04-04
* Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng2013-04-03
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-03
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-03
* Add MDBuilder utilities for path-aware TBAA.Manman Ren2013-04-02
* Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen2013-04-02
* unindent the file to follow coding standards, change class doc commentChris Lattner2013-04-01
* Mips direct object exception handling regressionJack Carter2013-04-01
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-01
* Whitespace cleanupJoe Abbey2013-04-01
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-30
* SmallVector and SmallPtrSet allocations now power-of-two aligned.Jean-Luc Duprat2013-03-29
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...Rafael Espindola2013-03-29
* Fix allocations of SmallVector and SmallPtrSet so they are more prone toJean-Luc Duprat2013-03-29
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-28
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-28
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-27
* Add a boolean parameter to the llvm::report_fatal_error() function to indicatedChad Rosier2013-03-27
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Make DIBuilder::createClassType more type safe by returning DICompositeType r...David Blaikie2013-03-26
* DebugInfo: more support for mutating DICompositeType to reduce magic number u...David Blaikie2013-03-26
* Add a boolean parameter to the ExecuteAndWait static function to indicatedChad Rosier2013-03-26
* Add XTEST codegen supportMichael Liao2013-03-26
* Debug Info: Provide a means to update the members of a composite typeDavid Blaikie2013-03-26
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-26
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-26
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-26
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-25
* reflect comment to the official referenceShankar Easwaran2013-03-25
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger2013-03-25
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Swap the DIFile in DILexicalBlockFile out for the raw name/directory pairDavid Blaikie2013-03-22
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-22
* Revert r177675. This is language-specific and shouldn't be in the API.Bill Wendling2013-03-22
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-22