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
/
X86FloatingPoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: remove unused variable
Saleem Abdulrasool
2020-01-02
1
-1
/
+0
*
[X86] Remove FP0-6 operands from call instructions in FPStackifier pass. Only...
Craig Topper
2020-01-02
1
-9
/
+11
*
[FPEnv][X86] Constrained FCmp intrinsics enabling on X86
Wang, Pengfei
2019-12-11
1
-1
/
+11
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[X86] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-06
1
-4
/
+4
*
[X86] Remove FSIN/FCOS isel patterns and the pseudo instructions that they se...
Craig Topper
2019-10-31
1
-6
/
+0
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-1
/
+1
*
X86: Clean up pass initialization
Tom Stellard
2019-06-13
1
-2
/
+8
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+2
*
[X86] Add ST0 as an implicit def/use of x87 load/store instructions during FP...
Craig Topper
2019-02-04
1
-0
/
+4
*
[X86] Remove unnecessary code from the top of handleCompareFP in X86FloatingP...
Craig Topper
2019-01-30
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-26
/
+31
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Fix data race in X86FloatingPoint.cpp ASSERT_SORTED
Bob Haarman
2018-04-18
1
-7
/
+8
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-3
/
+0
*
[AMDGPU][X86][Mips] Make sure renamable bit not set for reserved regs
Geoff Berry
2018-01-29
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-5
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
X86FloatingPoint: Fix livein lists
Matthias Braun
2017-05-31
1
-15
/
+21
*
X86FloatingPoint: Add some static assert, cleanup; NFC
Matthias Braun
2017-05-31
1
-2
/
+6
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-2
/
+2
*
[X86] RegCall - Handling long double arguments
Oren Ben Simhon
2016-11-20
1
-5
/
+40
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-119
/
+119
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
Unified the handling of returns in the X87 stackifier so that the stackifier
David L Kreitzer
2016-03-10
1
-90
/
+93
*
[X86] Support cleaning more than 2**16 bytes of stack
David Majnemer
2016-03-04
1
-0
/
+1
*
Reformatted a comment to fit the 80 column limit. NFC.
David L Kreitzer
2016-02-25
1
-2
/
+2
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
X86: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-8
/
+7
*
Replace a custom table sort check with std::is_sorted. Change a function to t...
Craig Topper
2015-10-17
1
-17
/
+8
*
Save LaneMask with livein registers
Matthias Braun
2015-09-09
1
-3
/
+3
*
[X86] Remove references to _ftol2
Michael Kuperstein
2015-08-25
1
-25
/
+0
*
MachineBasicBlock: Add liveins() method returning an iterator_range
Matthias Braun
2015-08-24
1
-5
/
+3
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-1
/
+2
*
[X86] Fix a bug in WIN_FTOL_32/64 handling.
Michael Kuperstein
2015-06-30
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
[next]