mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Remove and ban \file
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/// \file ConvertFunctionsToCABI.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ConvertFunctionsToRaw.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file DefaultPrototype.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Definition.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Conversion.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Layout.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ValueDistributor.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file RegisterStateDeductions.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
/// \file ALAPVariableDeclaration.cpp
|
||||
/// ALAP Variable Declaration Computation
|
||||
///
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file EmptyNewPC.cpp
|
||||
/// A simple pass to given an empty body to the `newpc` function so that it can
|
||||
/// be optimized away.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file GeneratedCodeBasicInfo.cpp
|
||||
/// Implements the GeneratedCodeBasicInfo pass which provides basic information
|
||||
/// about the translated code (e.g., which CSV is the PC).
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file MaterializedValue.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file RemoveDbgMetadata.cpp
|
||||
/// A simple pass to remove debug metadata from a function.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file RemoveHelperCalls.cpp
|
||||
/// Remove calls to helpers in a function and replaces them with stores of an
|
||||
/// opaque value onto the CSVs clobbered by the helper.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file RemoveNewPCCalls.cpp
|
||||
/// Remove calls to newpc in a function.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ShrinkInstructionOperandsPass.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file CliftInterfaces.cpp
|
||||
/// Tests for the Clift Dialect
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file CliftOpInterfaces.cpp
|
||||
/// Tests for the Clift Dialect
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file AAWriterPass.cpp
|
||||
/// Add aliasing scope information to the IR before load and store accesses.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file AttachDebugInfo.cpp
|
||||
///
|
||||
/// A simple pass to attach debug metadata.
|
||||
///
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CFGAnalyzer.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CollectCFG.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file CollectFunctionsFromCalleesPass.cpp
|
||||
/// Collect the function entry points from the callees.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file CollectFunctionsFromUnusedAddressesPass.cpp
|
||||
/// Collect the function entry points from unused addresses.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ControlFlowGraph.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file DetectABI.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file FunctionSummaryOracle.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file IndirectBranchInfoPrinterPass.cpp
|
||||
/// Serialize the results of the EarlyFunctionAnalysis on disk.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Outliner.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file PromoteGlobalToLocalVars.cpp
|
||||
/// Promote CSVs in form of global variables to local variables.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file SegregateDirectStackAccesses.cpp
|
||||
/// Segregate direct stack accesses from all other memory accesses through alias
|
||||
/// information.
|
||||
///
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file FunctionCallIdentification.cpp
|
||||
/// Implementation of the FunctionCallIdentification pass, which identifies
|
||||
/// function calls.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file PruneRetSuccessors.cpp
|
||||
/// Remove successors from return instructions
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file EnforceABI.cpp
|
||||
/// Promotes global variables CSV to function arguments or local variables,
|
||||
/// according to the ABI analysis.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file InlineHelpers.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file InvokeIsolatedFunctions.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file IsolateFunctions.cpp
|
||||
/// Implements the IsolateFunctions pass which applies function isolation using
|
||||
/// the information provided by EarlyFunctionAnalysis.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PromoteCSVs.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file RemoveExceptionalCalls.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file StructInitializers.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Compute.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file EdgeRouting.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file GraphPreparation.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file HorizontalPositions.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file LaneDistribution.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file LayoutConversion.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file LinearSegmentSelection.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file NodeRanking.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PermutationSelection.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file TopologicalOrdering.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file VerticalPositions.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file AnalyzeHelperArguments.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Annotation.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ArgumentUsageAnalysis.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CPULoopExitPass.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CPUStateUsage.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Context.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file FixHelpers.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file SlimDownHelpersModule.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Value.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file ImportFromCAnalysis.cpp
|
||||
/// \brief Use to edit Types by omitting rewriting of Model directly
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CSVOffsets.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file CodeGenerator.cpp
|
||||
/// This file handles the whole translation process from the input assembly to
|
||||
/// LLVM IR.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file externaljumpsHandler.cpp
|
||||
/// Inject code to support jumping in non-translated code and handling the
|
||||
/// comeback.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file IRAnnotators.cpp
|
||||
/// This file handles debugging information generation.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file InstructionTranslator.cpp
|
||||
/// \brief This file implements the logic to translate a libtcg instruction in
|
||||
/// to LLVM IR.
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file JumpTargetManager.cpp
|
||||
/// This file handles the possible jump targets encountered during translation
|
||||
/// and the creation and management of the respective BasicBlock.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file LibTcg.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Lift.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file Lift.cpp
|
||||
/// Lift transform a binary into a llvm module
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file LinkSupport.cpp
|
||||
/// Link support adds the helper functions to a lifeted module
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file LoadBinaryPass.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PostLiftVerifyPass.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file RootAnalyzer.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file SelfReferencingDbgAnnotationWriter.cpp
|
||||
/// This file handles debugging information generation.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ValueMaterializerPass.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file VariableManager.cpp
|
||||
/// This file handles the creation and management of global variables, i.e.
|
||||
/// mainly parts of the CPU state
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Binary.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file CommonTypeMethods.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file BinaryImporter.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ELFImporter.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ImportBinaryAnalysis.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file MachO.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Options.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PECOFF.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file DwarfImporter.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PDBImporter.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file WellKnownModels.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file LoadModelPass.cpp
|
||||
/// Implementation of the immutable pass providing access to the model and
|
||||
/// taking care of its deserialization on the IR.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file NameBuilder.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file DeduplicateCollidingNames.cpp
|
||||
/// Implementation of deduplication of colliding names.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file DeduplicateEquivalentTypes.cpp
|
||||
/// Implementation of deduplication of identical types.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file FixModel.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file FlattenPrimitiveTypedefs.cpp
|
||||
/// Implementation of typedef-to-primitive flattening
|
||||
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file OptionCategory.cpp
|
||||
/// Defines the option category for model passes to use.
|
||||
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file PurgeUnnamedAndUnreachableTypes.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file Verify.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/// \file Processing.cpp
|
||||
/// A collection of helper functions to improve the quality of the model/make it
|
||||
/// valid.
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file ProgramCounterHandler.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/// \file RawBinaryView.cpp
|
||||
|
||||
//
|
||||
// This file is distributed under the MIT License. See LICENSE.md for details.
|
||||
//
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user