summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64PromoteConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-32/+32
* [AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-07-251-7/+16
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [AArch64] Register passes so they can be run by llcDiana Picus2016-08-011-5/+3
* Delete more dead code.Rafael Espindola2016-06-221-20/+0
* Add optimization bisect opt-in calls for AArch64 passesAndrew Kaylor2016-04-251-0/+2
* Fix -Wdocumentation warnings from r263853Duncan P. N. Exon Smith2016-03-211-4/+7
* AArch64: Don't modify other modules in AArch64PromoteConstantDuncan P. N. Exon Smith2016-03-181-148/+177
* Simplify some boolean conditional return statements in AArch64.Eric Christopher2016-02-291-4/+1
* AArch64: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-1/+1
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* [AArch64] fix an invalid-iterator-use bug.Sanjoy Das2015-03-021-2/+4
* AArch64PromoteConstant: Modernize and resolve some Use<->User confusion.Benjamin Kramer2015-02-061-87/+63
* Make the DenseMap bucket type configurable and use a smaller bucket for Dense...Benjamin Kramer2014-12-061-1/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* Run sort_includes.py on the AArch64 backend.Benjamin Kramer2014-07-251-2/+2
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+578
OpenPOWER on IntegriCloud