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
*
[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