summaryrefslogtreecommitdiff
path: root/lib/IR/CMakeLists.txt
AgeCommit message (Expand)Author
2018-07-03Reappl "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski
2018-07-02Revert "[Dominators] Add the DomTreeUpdater class"Jakub Kuderski
2018-07-02[Dominators] Add the DomTreeUpdater classJakub Kuderski
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper
2017-11-03GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-09-15This reverts r313381Vivek Pandya
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-07-05[SafepointIRVerifier] Add verifier pass for finding GC relocation bugsAnna Thomas
2016-11-17[CMake] NFC. Updating CMake dependency specificationsChris Bieneman
2016-05-19Move ProfileSummary to IR.Easwaran Raman
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-01-27[cmake] Remove /Og- flag which was working around PR24785Reid Kleckner
2015-12-29[ptr-traits] Merge the MetadataTracking helpers into the MetadataChandler Carruth
2015-12-22Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka
2015-12-22Revert r256277 and r256279.Akira Hatanaka
2015-12-22Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka
2015-11-13Revert r252990.Akira Hatanaka
2015-11-13Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka
2015-11-12Revert r252949.Akira Hatanaka
2015-11-12Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-09-11[PR24785] Appease MSC18 to tweak optimizations.NAKAMURA Takumi
2015-05-08[opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie
2015-04-15uselistorder: Remove the global bitsDuncan P. N. Exon Smith
2015-02-11Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner
2015-02-02IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith
2015-01-26Revert GCStrategy ownership changesPhilip Reames
2015-01-16Move ownership of GCStrategy objects to LLVMContextPhilip Reames
2014-12-22The leak detector is dead, long live asan and valgrind.Rafael Espindola
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-02[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...Philip Reames
2014-07-25IPO: Add use-list-order verifierDuncan P. N. Exon Smith
2014-06-27IR: Add COMDATs to the IRDavid Majnemer
2014-04-12Move MDBuilder's methods out of line.Benjamin Kramer
2014-03-04[Modules] Move the ConstantRange class into the IR library. This isChandler Carruth
2014-03-04Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren
2014-01-09[PM] Rename this source file to something a bit more generic beforeChandler Carruth
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-12-17Add warning capabilities in LLVM.Quentin Colombet
2013-11-13Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth
2013-11-09Move the old pass manager infrastructure into a legacy namespace andChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth