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
*
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
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+1
*
Rewrite MachineOperand::print and MachineInstr::print to avoid
Eric Christopher
2015-02-27
1
-1
/
+1
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-5
/
+5
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Work around bugs in MSVC "14" CTP 3's conversion logic
Reid Kleckner
2014-10-31
1
-1
/
+3
*
Move constant-sized bitvector to the stack.
Benjamin Kramer
2014-09-11
1
-2
/
+2
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
[X86, X87 stackifier] Do not mark an operand of a debug instruction as kill.
Akira Hatanaka
2014-08-19
1
-0
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+4
*
[X86] Place parentheses around "isMask_32(STReturns) && N <= 2".
Akira Hatanaka
2014-08-04
1
-1
/
+1
[next]