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
/
Target
/
X86
/
X86FixupBWInsts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-09
1
-1
/
+15
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
1
-15
/
+1
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
1
-1
/
+15
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-4
/
+4
*
[X86] Teach FixupBWInsts to turn MOVSX16rr8/MOVZX16rr8/MOVSX16rm8/MOVZX16rm8 ...
Craig Topper
2019-09-06
1
-6
/
+48
*
[X86] Fix bad indentation. NFC
Craig Topper
2019-09-06
1
-1
/
+1
*
[X86] Use Register/MCRegister in more places in X86
Craig Topper
2019-08-16
1
-5
/
+5
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-3
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[X86FixupBWInsts] Fix miscompilation if sibling sub-register is live.
Andrei Elovikov
2018-01-29
1
-9
/
+10
*
Handle the case of live 16-bit subregisters in X86FixupBWInsts
Andrew Kaylor
2018-01-02
1
-82
/
+71
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-6
/
+7
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-6
/
+6
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[X86FixupBWInsts] More precise register liveness if no <imp-use> on MOVs.
Nikolai Bozhenov
2017-09-18
1
-12
/
+82
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-16
1
-1
/
+1
*
X86FixupBWInsts: Minor cleanup. NFC
Zvi Rackover
2017-03-23
1
-35
/
+14
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[X86] Remove stale comment about FixupBWInsts pass being off by default. NFC
Craig Topper
2016-08-27
1
-2
/
+0
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
X86FixupBWInsts: No need for forward liveness analysis.
Matthias Braun
2016-07-12
1
-35
/
+0
*
[X86]: Fix for uninitialized access introduced in r272797.
Kevin B. Smith
2016-06-15
1
-0
/
+4
*
[X86]: Improve Liveness checking for X86FixupBWInsts.cpp
Kevin B. Smith
2016-06-15
1
-39
/
+97
*
[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
Ahmed Bougacha
2016-05-07
1
-0
/
+50
*
[X86] Register and initialize the FixupBW pass.
Ahmed Bougacha
2016-05-07
1
-8
/
+15
*
Revert r268760, it caused PR27670.
Nico Weber
2016-05-06
1
-53
/
+0
*
[X86] Accept imp-defs of GR64 super-registers in FixupBW MOVrr.
Ahmed Bougacha
2016-05-06
1
-5
/
+11
*
[X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
Ahmed Bougacha
2016-05-06
1
-0
/
+47
*
[X86] Remove \brief in FixupBW. NFC.
Ahmed Bougacha
2016-05-06
1
-13
/
+11
*
[X86] Simplify FixupBW sub_8bit_hi-related logic. NFC.
Ahmed Bougacha
2016-05-06
1
-17
/
+12
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+1
*
[X86] Set AddPristinesAndCSRs to FixupBW LivePhysRegs. NFC.
Ahmed Bougacha
2016-04-27
1
-1
/
+2
*
Optimization bisect support in X86-specific passes
Andrew Kaylor
2016-04-26
1
-1
/
+1
*
[X86] Use LivePhysRegs in X86FixupBWInsts.
Ahmed Bougacha
2016-04-26
1
-13
/
+19
*
[X86] Fix PR23155 by turning on X86FixupBWInsts by default.
Kevin B. Smith
2016-04-08
1
-1
/
+1
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[X86] New pass to change byte and word instructions to zero-extending versions.
Kevin B. Smith
2016-02-11
1
-0
/
+282