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
/
X86FlagsCopyLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Remove EFLAGS from live-in lists in X86FlagsCopyLowering.
Jonas Paulsson
2020-01-08
1
-0
/
+3
*
[X86] Add X87 FCMOV support to X86FlagsCopyLowering.
Craig Topper
2019-12-31
1
-0
/
+73
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-04
1
-8
/
+8
*
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
-2
/
+3
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-9
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-9
/
+7
*
[X86] Merge the different SETcc instructions for each condition code into sin...
Craig Topper
2019-04-05
1
-5
/
+4
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-8
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG instructions since we're...
Craig Topper
2018-08-16
1
-6
/
+11
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
[x86] Fix a really subtle miscompile due to a somewhat glaring bug in
Chandler Carruth
2018-08-01
1
-2
/
+5
*
[x86] Teach the EFLAGS copy lowering to handle much more complex control
Chandler Carruth
2018-07-13
1
-44
/
+161
*
[x86] Fix another trivial bug in x86 flags copy lowering that has been
Chandler Carruth
2018-07-12
1
-3
/
+6
*
[x86] Fix EFLAGS copy lowering to correctly handle walking past uses in
Chandler Carruth
2018-07-12
1
-1
/
+1
*
[x86][eflags] Fix PR37431 by teaching the EFLAGS copy lowering to
Chandler Carruth
2018-05-15
1
-3
/
+142
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-13
/
+15
*
[x86] Remove a comment obviated by r330269. Should have deleted the
Chandler Carruth
2018-05-12
1
-5
/
+0
*
[x86] Switch EFLAGS copy lowering to use reg-reg form of testing for
Chandler Carruth
2018-04-18
1
-1
/
+1
*
[x86] Fix PR37100 by teaching the EFLAGS copy lowering to rewrite uses
Chandler Carruth
2018-04-18
1
-82
/
+125
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-04-13
1
-1
/
+1
*
[X86] In X86FlagsCopyLowering, when rewriting a memory setcc we need to emit ...
Craig Topper
2018-04-11
1
-3
/
+22
*
[x86] Introduce a pass to begin more systematically fixing PR36028 and simila...
Chandler Carruth
2018-04-10
1
-0
/
+734