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
...
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
Teach fast isel about the win64 calling convention.
Nico Weber
2016-07-15
1
-4
/
+2
*
Teach fast isel calls and rets about stdcall.
Nico Weber
2016-07-14
1
-0
/
+2
*
Teach fast isel about thiscall (and callee-pop) calls.
Nico Weber
2016-07-14
1
-9
/
+8
*
Teach FastISel about thiscall (and, hence, about callee-pop).
Nico Weber
2016-07-12
1
-5
/
+12
*
Re-commit of 274613.
Elena Demikhovsky
2016-07-06
1
-0
/
+3
*
Reverted 274613 due to compilation failue.
Elena Demikhovsky
2016-07-06
1
-3
/
+0
*
AVX-512: Optimization for patterns with i1 scalar type
Elena Demikhovsky
2016-07-06
1
-0
/
+3
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-3
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+4
*
[X86][SSE] Add general lowering of nontemporal vector loads (fixed bad merge)
Simon Pilgrim
2016-06-07
1
-9
/
+37
*
[AVX512] Fix load opcode for fast isel.
Igor Breger
2016-06-07
1
-1
/
+1
*
[AVX512] Add 512-bit load/stores to fast isel.
Craig Topper
2016-06-02
1
-0
/
+46
*
[X86] Add AVX 256-bit load and stores to fast isel.
Craig Topper
2016-06-02
1
-9
/
+52
*
[X86] Use uint16_t for a couple arrays of instruction opcodes. NFC
Craig Topper
2016-06-02
1
-2
/
+2
*
Refactor X86 symbol access classification.
Rafael Espindola
2016-05-20
1
-12
/
+6
*
Record a TargetMachine instead of a Reloc::Model.
Rafael Espindola
2016-05-19
1
-1
/
+1
*
Remember the relocation model. NFC.
Rafael Espindola
2016-05-19
1
-1
/
+1
*
Style fixes. NFC.
Rafael Espindola
2016-05-19
1
-1
/
+1
*
[X86] Lower zext i1 arguments
David Majnemer
2016-05-04
1
-0
/
+15
*
[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
[prev]
[next]