Fix llvm/test/tools/gold/X86/bad-alias.ll.
[oota-llvm.git] / test / Other / new-pass-manager.ll
2015-02-01 Chandler Carruth[PM] Teach the module-to-function adaptor to not run...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-13 Chandler Carruth[PM] Remove the defunt CGSCC-specific debug flag.
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Simplify how we parse the outer layer of the pass...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a collection of no-op analysis passes and...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Chandler Carruth[PM] Wire up support for explicitly running the verifie...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-13 Chandler Carruth[PM] Wire up support for writing bitcode with new PM.
2014-01-13 Chandler Carruth[PM] Wire up support for printing assembly output from...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...