summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-06
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* Implememting named register intrinsicsRenato Golin2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Be more strict about not allowing setSection on aliases.Rafael Espindola2014-05-06
* Fix some obvious Doxygen comment bugs.Owen Anderson2014-05-06
* Update comment from a recent commit.David Blaikie2014-05-06
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-06
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-06
* blockfreq: Move include to .cppDuncan P. N. Exon Smith2014-05-06
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...Nick Lewycky2014-05-05
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-05
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-05
* Remove unused argument from AddFeature.Eric Christopher2014-05-05
* Fix typo (also tab character).Eric Christopher2014-05-05
* Remove the -disable-cfi option.Rafael Espindola2014-05-05
* Add range access to ELFFile's sections collection.Simon Atanasyan2014-05-05
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-04
* IR: Cleanup AttributeSet::get for AttrBuilderDavid Majnemer2014-05-03
* Fix pr19645.Rafael Espindola2014-05-03
* Rename member variable to try to fix the bots.Rafael Espindola2014-05-03
* Move LTOModule and LTOCodeGenerator to the llvm namespace.Rafael Espindola2014-05-03
* Style fix: don't duplicate the method names.Rafael Espindola2014-05-03
* Style update: don't duplicate comments, they were getting out of sync.Rafael Espindola2014-05-03
* Vectorize intrinsic math function calls in SLPVectorizer.Karthik Bhat2014-05-03
* Try simplifying LexicalScopes ownership again.David Blaikie2014-05-02
* Remove dead declaration.Rafael Espindola2014-05-02
* Teach GlobalDCE how to remove empty global_ctor entries.Nico Weber2014-05-02
* [Stackmaps] Pacify windows buildbot.Juergen Ributzka2014-05-01
* [Stackmaps] Add command line option to specify the stackmap version.Juergen Ributzka2014-05-01
* [Stackmaps] Refactor serialization code. No functional change intended.Juergen Ributzka2014-05-01
* [Stackmaps] Replace the custom ConstantPool class with a MapVector.Juergen Ributzka2014-05-01
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-01
* [LCG] Add the other simple edge insertion API to the call graph. ThisChandler Carruth2014-05-01
* [LCG] Add some basic methods for querying the parent/child relationshipsChandler Carruth2014-05-01
* [LCG] Fix a bad bug in the new fancy iterator scheme I added to supportChandler Carruth2014-05-01
* Record the DWARF version in MCContextOliver Stannard2014-05-01
* Speculatively roll back r207724-r207726, which are code cleanup changes andRichard Smith2014-05-01
* LexicalScopes: Use unique_ptr to manage ownership of abstract LexicalScopes.David Blaikie2014-04-30
* LexicalScopes: use unique_ptr to own LexicalScope objects.David Blaikie2014-04-30
* Provide a version of getSymbolOffset that returns false on error.Rafael Espindola2014-04-30
* Remove unused field hash_state::seed.Jay Foad2014-04-30