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
/
X86DomainReassignment.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-3
/
+3
*
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
-6
/
+6
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-3
/
+1
*
[X86] In X86DomainReassignment.cpp add enclosed registers to EnclosedEdges
Guozhi Wei
2019-03-05
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Disable DomainReassignment pass when AVX512BW is disabled to avoid inje...
Craig Topper
2019-01-10
1
-1
/
+4
*
X86: Consistently declare pass initializers in X86.h; NFC
Matthias Braun
2018-11-01
1
-4
/
+0
*
[X86] Stop X86DomainReassignment from creating copies between GR8/GR16 physic...
Craig Topper
2018-10-01
1
-0
/
+21
*
Remove DEBUG macro.
Nicola Zaghen
2018-05-23
1
-1
/
+1
*
[X86DomainReassignment] Don't compare stack-allocated values by address
Keno Fischer
2018-05-18
1
-6
/
+35
*
[X86DomainReassignment] Don't delete IMPLICIT_DEF nodes
Keno Fischer
2018-05-18
1
-20
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+6
*
Clear converters map after X86 Domain Reassignment to avoid crashes
Dimitry Andric
2018-05-12
1
-2
/
+1
*
[X86] Don't emit KTEST instructions unless only the Z flag is being used
Craig Topper
2018-02-08
1
-4
/
+8
*
[X86] Refactor DomainReassignment pass to make the Closure class not stores r...
Craig Topper
2017-12-20
1
-78
/
+89
*
[X86DomainReassignment] Store legal domains in a std::bitset instead of using...
Craig Topper
2017-12-17
1
-16
/
+18
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[X86] Fix a bug in handling GRXX subclasses in Domain Reassignment pass
Guy Blank
2017-12-05
1
-4
/
+4
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Fix a -Wpedantic warning.
Haojian Wu
2017-10-23
1
-1
/
+1
*
[X86] Add a pass to convert instruction chains between domains.
Guy Blank
2017-10-22
1
-0
/
+752