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
/
X86FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86][FastISel] Make sure we use the right register class when we select stores.
Quentin Colombet
2016-04-27
1
-1
/
+9
*
Swift Calling Convention: use %RAX for sret.
Manman Ren
2016-04-26
1
-1
/
+4
*
[X86] enable PIE for functions
Asaf Badouh
2016-04-20
1
-19
/
+4
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
1
-0
/
+39
*
Swift Calling Convention: add swiftcc.
Manman Ren
2016-04-05
1
-0
/
+1
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+1
*
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...
Craig Topper
2016-03-02
1
-4
/
+4
*
[X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha
2016-02-02
1
-2
/
+4
*
CXX_FAST_TLS calling convention: performance improvement for x86-64.
Manman Ren
2016-01-12
1
-0
/
+3
*
Fix several accidental DOS line endings in source files
Dimitry Andric
2016-01-03
1
-3
/
+3
*
[X86] Better support for the MCU psABI (LLVM part)
Michael Kuperstein
2015-12-28
1
-7
/
+6
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
[IR] Add bounds checking to paramHasAttr
Sanjoy Das
2015-11-04
1
-4
/
+6
*
X86: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-2
/
+2
*
[X86][FastISel] Teach how to select SSE4A nontemporal stores.
Simon Pilgrim
2015-10-17
1
-4
/
+15
*
[x86][FastISel] Teach how to select nontemporal stores.
Andrea Di Biagio
2015-10-14
1
-16
/
+34
*
Reapply r249121 : "[FastISel][x86] Teach how to select SSE2/AVX bitcasts betw...
Andrea Di Biagio
2015-10-02
1
-0
/
+24
*
Revert: [FastISel][x86] Teach how to select SSE2/AVX bitcasts between 128/256...
Andrea Di Biagio
2015-10-02
1
-24
/
+0
*
[FastISel][x86] Teach how to select SSE2/AVX bitcasts between 128/256-bit vec...
Andrea Di Biagio
2015-10-02
1
-0
/
+24
*
Arguments spilled on the stack before a function call may have
Jeroen Ketema
2015-09-29
1
-1
/
+1
*
X86: Fix FastISel SSESelect register class
Matthias Braun
2015-08-31
1
-3
/
+9
*
FastISel: Factor out common code; NFC intended
Matthias Braun
2015-08-26
1
-29
/
+5
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-4
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-34
/
+34
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+2
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-1
/
+1
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-3
/
+4
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-4
/
+3
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-6
/
+8
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+1
*
[X86] Fast-ISel was incorrectly always killing the source of a truncate.
Pete Cooper
2015-05-08
1
-1
/
+3
*
[x86] Fix register class of folded load index reg.
Pete Cooper
2015-05-06
1
-0
/
+17
*
[X86 fast-isel] Constrain the index reg class to not include SP.
Pete Cooper
2015-05-05
1
-6
/
+23
*
[X86][FastIsel] Fix assertion failure when selecting int-to-double conversion...
Andrea Di Biagio
2015-04-20
1
-5
/
+6
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
[X86][FastIsel] Teach how to select vector load instructions.
Andrea Di Biagio
2015-03-26
1
-3
/
+34
*
Use the i8 immediate cmp instructions when possible.
Rafael Espindola
2015-03-16
1
-1
/
+8
*
Don't repeat names in comments and clang-format this function.
Rafael Espindola
2015-03-16
1
-7
/
+10
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+1
*
[AVX] Lower / fast-isel scalar FP selects into VBLENDV instructions (PR22483)
Sanjay Patel
2015-03-05
1
-18
/
+35
*
[X86][FastISel] Simplify the logic in method X86SelectSIToFP.
Andrea Di Biagio
2015-03-04
1
-21
/
+13
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-1
/
+1
*
[X86][FastIsel] Teach how to select float-half conversion intrinsics.
Andrea Di Biagio
2015-02-20
1
-0
/
+62
*
[X86][FastIsel] Teach how to select scalar integer to float/double conversions.
Andrea Di Biagio
2015-02-17
1
-0
/
+48
*
X86: @llvm.frameaddress should defer to SelectionDAG for Win CFI
David Majnemer
2015-02-10
1
-2
/
+7
*
[X86][FastIsel] Avoid introducing legacy SSE instructions if the target has AVX.
Andrea Di Biagio
2015-02-10
1
-28
/
+36
*
Migrate to using the subtarget on the machine function and update
Eric Christopher
2015-02-02
1
-7
/
+5
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-1
/
+1
[next]