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
*
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
*
Improving the name of the function parameter, which happens to solve two like...
Aaron Ballman
2014-08-04
1
-14
/
+14
*
X86: silence warning (-Wparentheses)
Saleem Abdulrasool
2014-08-03
1
-1
/
+1
*
[X86] Simplify X87 stackifier pass.
Akira Hatanaka
2014-08-01
1
-221
/
+131
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
[x86] Fix retq/retl handling in 64-bit mode
David Woodhouse
2014-01-13
1
-1
/
+2
*
[x86] Disambiguate RET[QL] and fix aliases for 16-bit mode
David Woodhouse
2014-01-08
1
-1
/
+2
*
Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...
Craig Topper
2013-07-21
1
-0
/
+1
*
Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
2013-06-28
1
-3
/
+4
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-5
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
[next]