summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-02
* [PM] [cleanup] Rearrange the public and private sections of this classChandler Carruth2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Remove an always true parameter.Rafael Espindola2013-11-28
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Remove dead argument.Rafael Espindola2013-11-27
* [AArch64] Add support for NEON scalar floating-point absolute difference.Chad Rosier2013-11-27
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-27
* [PM] [cleanup] Replace a reserved identifier "_Self" with the injectedChandler Carruth2013-11-26
* [AArch64] Add support for NEON scalar floating-point to integer convertChad Rosier2013-11-26
* [PM] [cleanup] Run clang-format over this file. If fixes manyChandler Carruth2013-11-26
* [PM] [cleanup] Update doxygen comments to use the new style, add someChandler Carruth2013-11-26
* Add PostDominatorTree::getDescendants.Diego Novillo2013-11-26
* [PM] Fix a stale comment after my last refactoring spoted by Joey inChandler Carruth2013-11-26
* [PM] Remove four extraneous 'typename's that Clang (in C++11 mode) isChandler Carruth2013-11-26
* [PM] Factor the overwhelming majority of the interface boiler plate outChandler Carruth2013-11-26
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* [PM] Add a really simple trait to the DOTGraphTraitsPass class templatesChandler Carruth2013-11-26
* [PM] Re-format this code with clang-format before making substantialChandler Carruth2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* [PM] Make the (really awesome) file comment here available as part ofChandler Carruth2013-11-26
* [PM] Reformat this file with clang-format. Mostly fixes inconsistentChandler Carruth2013-11-26
* Lift self-copy protection up to the header file and add self-moveChandler Carruth2013-11-26
* [PM] Sink a trailing comment to be a doxygen comment.Chandler Carruth2013-11-26
* [PM] Rename the 'Mod' member to the more idiomatic 'M'. No functionalityChandler Carruth2013-11-26
* [PM] Clean up a bunch of comments, modernize the doxygen, nuke someChandler Carruth2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Put an unused result attribute on SmallSet::empty()Alp Toker2013-11-23
* [PM] Complete the cross-layer interfaces with a Module-to-FunctionChandler Carruth2013-11-23
* [PM] Add support to the analysis managers to query explicitly for cachedChandler Carruth2013-11-23
* [PM] Switch the downward invalidation to be incremental where only theChandler Carruth2013-11-22
* [PM] Remove a FIXME comment that was fixed by my recent refactorings:Chandler Carruth2013-11-22
* Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.Manman Ren2013-11-22
* Debug Info: add a constant for debug info version number.Manman Ren2013-11-22
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* [PM] Remove extraneous space that I left in there.Chandler Carruth2013-11-22
* [PM] Teach the analysis managers to pass themselves as arguments to theChandler Carruth2013-11-22
* [PM] Reverse the template arguments 'PassT' and 'AnalysisManagerT' inChandler Carruth2013-11-22
* [PM] Remove the IRUnitT typedef requirement for analysis passes.Chandler Carruth2013-11-22
* [PM] Fix the analysis templates' usage of IRUnitT.Chandler Carruth2013-11-22
* [block-freq] Add a method to loop info for returning all loop latches for a s...Michael Gottesman2013-11-22
* [PM] Simplify how the SFINAE for AnalysisResultModel is applied byChandler Carruth2013-11-22
* Fix a typo where we were creating <def,kill> operands instead ofLang Hames2013-11-22
* [PM] Switch analysis managers to be threaded through the run methodsChandler Carruth2013-11-22
* Split SETCC if VSELECT requires splitting too.Tom Stellard2013-11-22
* Whitespace.NAKAMURA Takumi2013-11-21