index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
EarlyIfConversion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] [CodeGen] Use MachineBranchProbabilityInfo in EarlyIfPredicator to ...
shkzhang
2019-12-11
1
-3
/
+7
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CodeGen] Add a pass to do block predication on SSA machine IR.
Thomas Raoux
2019-08-20
1
-49
/
+284
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-4
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[EarlyIfConversion] Don't if-convert unconditional branches.
Eli Friedman
2019-01-15
1
-0
/
+7
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-48
/
+49
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-12
/
+12
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
CodeGen: Rename DEBUG_TYPE to match passnames
Matthias Braun
2017-05-25
1
-4
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-1
/
+1
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-1
/
+1
*
Add opt-bisect support to additional passes that can be skipped
Andrew Kaylor
2016-05-03
1
-0
/
+3
*
Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-5
/
+5
*
Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-5
/
+5
*
CodeGen: Use references in MachineTraceMetrics::Trace, NFC
Duncan P. N. Exon Smith
2016-02-22
1
-5
/
+5
*
CodeGen: Explicitly convert from iterator to pointer, NFC
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+1
*
Minor code cleanup. NFC.
Junmo Park
2016-01-29
1
-1
/
+1
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-3
/
+3
*
Avoid redundant select node in early if-conversion pass
Yi Jiang
2015-06-18
1
-4
/
+13
*
This should have been a reference
Matthias Braun
2015-05-29
1
-1
/
+1
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-11
/
+11
*
MachineInstr: Remove unused parameter.
Matthias Braun
2015-05-19
1
-1
/
+1
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-3
/
+2
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-7
/
+5
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-4
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+4
*
Return false if we're not going to do anything.
Eric Christopher
2014-05-22
1
-1
/
+1
*
Fix compilation issues.
Eric Christopher
2014-05-21
1
-1
/
+3
*
Make early if conversion dependent upon the subtarget and add
Eric Christopher
2014-05-21
1
-0
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-5
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
1
-4
/
+0
*
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+4
*
Remove wrong and unnecessary assertion.
Jakob Stoklund Olesen
2013-03-08
1
-1
/
+0
*
Add a getPassName() method.
Jakob Stoklund Olesen
2013-03-07
1
-0
/
+1
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Stop running the machine code verifier unconditionally.
Jakob Stoklund Olesen
2012-10-25
1
-1
/
+0
[next]