summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* Remove trailing white space.Rafael Espindola2014-05-09
* Don't indent inside a namespace. Don't duplicate a function name in comment.Rafael Espindola2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Add missing linkage predicates.Rafael Espindola2014-05-09
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Missed formattingDavid Blaikie2014-05-08
* StringMap: Move assignment and move construction.David Blaikie2014-05-08
* StringMap: Replace faux-copyability with faux-movability, which is sufficient.David Blaikie2014-05-08
* StringMap support for move-only values.David Blaikie2014-05-08
* Add isOSFreeBSD triple testEd Maste2014-05-08
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-08
* [modules] Add missing #include.Richard Smith2014-05-08
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-07
* llvm-cov: Fix some funny indentation (NFC)Justin Bogner2014-05-07
* Let OnDiskHashTable call the destructor of its Items.Nico Weber2014-05-07
* Fix using wrong result type for setcc.Matt Arsenault2014-05-07
* split delinearization pass in 3 stepsSebastian Pop2014-05-07
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* Remove the UseCFI option from createAsmStreamer.Rafael Espindola2014-05-07
* DebugInfo: Use enum instead of unsignedEd Maste2014-05-07
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-07
* [BUG][REFACTOR]Zinovy Nis2014-05-07
* [C++11] Add NArySCEV->Operands iterator rangeTobias Grosser2014-05-07
* 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