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
/
BranchFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-13
/
+13
*
BranchFolding: Use LivePhysReg to update live in lists.
Matthias Braun
2016-07-12
1
-25
/
+26
*
Codegen: Fix comment in BranchFolding.cpp
Kyle Butt
2016-07-11
1
-7
/
+6
*
Codegen: Fix broken assumption in Tail Merge.
Kyle Butt
2016-06-24
1
-1
/
+1
*
Reapply "[MBP] Reduce code size by running tail merging in MBP.""
Haicheng Wu
2016-06-09
1
-21
/
+64
*
Revert "[MBP] Reduce code size by running tail merging in MBP."
Haicheng Wu
2016-06-07
1
-64
/
+21
*
[MBP] Reduce code size by running tail merging in MBP.
Haicheng Wu
2016-06-06
1
-18
/
+48
*
[BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWrapper. NFC.
Haicheng Wu
2016-06-06
1
-3
/
+16
*
[WebAssembly] Move register stackification and coloring to a late phase.
Dan Gohman
2016-05-10
1
-1
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-1
/
+1
*
Don't use potentially invalidated iterator
Stephan Bergmann
2016-03-31
1
-2
/
+4
*
Test commit access
Marianne Mailhot-Sarrasin
2016-03-10
1
-1
/
+1
*
[BranchFolding] Change function name related with merging MMOs. NFC
Junmo Park
2016-03-03
1
-7
/
+5
*
CodeGen: Remove an iterator => pointer conversion, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-2
/
+2
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-4
/
+4
*
CodeGen: Use MachineInstr& in HashMachineInstr, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-10
/
+10
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+4
*
[BranchFolding] Set correct mem refs (2nd try)
Junmo Park
2016-01-11
1
-1
/
+1
*
Revert "[BranchFolding] Set correct mem refs"
Michael Zolotukhin
2016-01-09
1
-1
/
+1
*
[BranchFolding] Set correct mem refs
Junmo Park
2016-01-09
1
-1
/
+1
*
Consolidate MemRefs handling from BranchFolding and correct latent bug
Philip Reames
2016-01-06
1
-14
/
+1
*
[MemOperands] Clarify code around dropping memory operands [NFC]
Philip Reames
2015-12-23
1
-1
/
+1
*
Revert "[BranchFolding] Merge MMOs during tail merge"
Rafael Espindola
2015-12-04
1
-26
/
+16
*
[BranchFolding] Merge MMOs during tail merge
Junmo Park
2015-12-04
1
-16
/
+26
*
(no commit message)
Junmo Park
2015-12-04
1
-1
/
+1
*
[WinEH] Avoid infinite loop in BranchFolding for multiple single block funclets
Andrew Kaylor
2015-12-03
1
-0
/
+8
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-5
/
+11
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-6
/
+3
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-3
/
+6
*
[WinEH] Don't forward branches across empty EH pad BBs
Reid Kleckner
2015-11-11
1
-1
/
+1
*
Refactor: Simplify boolean conditional return statements in lib/CodeGen.
Rafael Espindola
2015-10-24
1
-5
/
+2
*
CodeGen: Remove implicit conversions from Analysis and BranchFolding
Duncan P. N. Exon Smith
2015-10-09
1
-24
/
+25
*
[WinEH] Permit branch folding in the face of funclets
David Majnemer
2015-10-04
1
-13
/
+45
*
[WinEH] Stop BranchFolding from merging across funclets
David Majnemer
2015-10-01
1
-2
/
+4
*
[WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor
Reid Kleckner
2015-09-17
1
-1
/
+1
*
Use range-based for loops. NFC
Craig Topper
2015-09-16
1
-47
/
+31
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-6
/
+6
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-10
1
-3
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Roll forward r242871
Jingyue Wu
2015-07-29
1
-18
/
+35
*
Temporarily revert r242871
Jingyue Wu
2015-07-29
1
-28
/
+15
*
[BranchFolding] do not iterate the aliases of virtual registers
Jingyue Wu
2015-07-22
1
-15
/
+28
*
[BranchFolding] Document why replacing HashMachineInstr with hash_code doesn'...
Benjamin Kramer
2015-06-23
1
-1
/
+3
*
[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr
Benjamin Kramer
2015-06-23
1
-57
/
+18
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Reformat.
NAKAMURA Takumi
2015-06-20
1
-7
/
+12
[prev]
[next]