summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* Give SmallPtrSet move semantics when we have R-value references.Chandler Carruth2013-11-20
* Update to reflect the next release.Bill Wendling2013-11-20
* [PM] Make the function pass manager more regular.Chandler Carruth2013-11-20
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* [PM] Split the analysis manager into a function-specific interface andChandler Carruth2013-11-20
* Remove capability for polymorphic destruction from LexicalScopeEric Christopher2013-11-20
* Formatting, 80-col, trailing whitespace.Eric Christopher2013-11-20
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* [DAG] Refactor vector splitting code in SelectionDAG. No functional change in...Juergen Ributzka2013-11-19
* llvm-cov: Added constness property to methods.Yuchen Wu2013-11-19
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-19
* Fix patchpoint comments.Andrew Trick2013-11-19
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* Fix forgotten member initialization detected by MSan bootstrap botAlexey Samsonov2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-18
* Fix spacing, forward declare order.Matt Arsenault2013-11-18
* Debug Info: fix typo in function name.Manman Ren2013-11-17
* Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-17
* Add a loop rerolling flag to the PassManagerBuilderHal Finkel2013-11-17