index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86MCInstLower.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
[X86] MOVPC32r should only emit CFI adjustments when needed
Michael Kuperstein
1
-4
/
+5
2015-12-06
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
1
-2
/
+4
2015-12-03
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
1
-1
/
+13
2015-11-05
Add cfi instr for CFA calculation when movpc is expanded to call and pop
Petar Jovanovic
1
-0
/
+15
2015-10-12
[X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...
Craig Topper
1
-12
/
+14
2015-10-01
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
1
-0
/
+29
2015-09-17
[WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner
1
-7
/
+0
2015-09-08
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
1
-1
/
+2
2015-09-08
AVX-512: Lowering for 512-bit vector shuffles.
Elena Demikhovsky
1
-20
/
+31
2015-08-27
[WinEH] Add some support for code generating catchpad
Reid Kleckner
1
-0
/
+6
2015-08-13
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
1
-1
/
+0
2015-08-05
x86 atomic: optimize a.store(reg op a.load(acquire), release)
JF Bastien
1
-0
/
+12
2015-07-20
[ImplicitNullChecks] Work with implicit defs.
Sanjoy Das
1
-1
/
+4
2015-07-16
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
1
-3
/
+3
2015-06-23
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
1
-1
/
+1
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-1
/
+1
2015-06-22
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
1
-5
/
+3
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-1
/
+1
2015-06-15
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
1
-0
/
+25
2015-06-15
[NFC] Extract X86MCInstLower::LowerMachineOperand.
Sanjoy Das
1
-38
/
+37
2015-06-11
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
1
-0
/
+4
2015-06-09
Move dllimport name mangling to IR mangler.
Peter Collingbourne
1
-4
/
+0
2015-06-03
Avoid a call to getOrCreateSymbol when we already have the symbol.
Rafael Espindola
1
-2
/
+5
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
1
-17
/
+17
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
1
-5
/
+5
2015-05-15
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
1
-0
/
+1
2015-05-15
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
1
-1
/
+1
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
1
-25
/
+24
2015-05-12
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
1
-36
/
+43
2015-05-06
[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.
Sanjoy Das
1
-11
/
+7
2015-05-06
[X86MCInst] Clean up LowerSTATEPOINT: variable names. NFC.
Sanjoy Das
1
-16
/
+15
2015-04-29
[X86] Avoid mangling frameescape labels
Reid Kleckner
1
-1
/
+5
2015-04-24
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
1
-32
/
+32
2015-04-22
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
1
-6
/
+30
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
1
-2
/
+2
2015-02-20
Save the MachineFunction in startFunction so that we can use it for
Eric Christopher
1
-4
/
+5
2015-02-02
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
1
-7
/
+5
2015-01-30
Win64: Put a REX_W prefix on all TAILJMP* instructions
Reid Kleckner
1
-0
/
+7
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-1
/
+1
2015-01-11
Revert most of r225597
David Majnemer
1
-1
/
+1
2015-01-11
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
1
-1
/
+1
2015-01-06
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
1
-0
/
+18
2015-01-06
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
1
-22
/
+0
2015-01-02
[X86] Bring some better consistency to the naming of the move to/from %al/ax/...
Craig Topper
1
-6
/
+6
2014-12-04
[X86] Clean up whitespace as well as minor coding style
Michael Liao
1
-5
/
+4
2014-12-02
Remove unneccessary code introduced with 223101.
Philip Reames
1
-10
/
+2
2014-12-02
Fix variable used only in assertion.
Nick Lewycky
1
-1
/
+2
2014-12-01
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
1
-1
/
+63
2014-10-27
Fix a stackmap bug introduced in r220710.
Pete Cooper
1
-4
/
+14
2014-10-27
Stackmap shadows should consider call returns a branch target.
Pete Cooper
1
-0
/
+6
[next]