summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* [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
* [PM] Fix typo and trailing space.Chandler Carruth2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* [PM] Widen the interface for invalidate on an analysis result now thatChandler Carruth2013-11-21
* [PM] Add support for using SFINAE to reflect on an analysis's resultChandler Carruth2013-11-21
* Implemented Neon scalar by element intrinsics.Ana Pazos2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Dereference the node iterator when dumping the PBQP graph structure in DOTLang Hames2013-11-21
* [PM] Add a module analysis pass proxy for the function analysis manager.Chandler Carruth2013-11-21
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* Make the moved-from SmallPtrSet be a valid, empty, small-state object.Chandler Carruth2013-11-20
* [PM] Add the preservation system to the new pass manager.Chandler Carruth2013-11-20