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
/
X86MCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86 atomic: optimize a.store(reg op a.load(acquire), release)
JF Bastien
2015-08-05
1
-0
/
+12
*
[ImplicitNullChecks] Work with implicit defs.
Sanjoy Das
2015-07-20
1
-1
/
+4
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-3
/
+3
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-5
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-0
/
+25
*
[NFC] Extract X86MCInstLower::LowerMachineOperand.
Sanjoy Das
2015-06-15
1
-38
/
+37
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-0
/
+4
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-4
/
+0
*
Avoid a call to getOrCreateSymbol when we already have the symbol.
Rafael Espindola
2015-06-03
1
-2
/
+5
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-17
/
+17
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-5
/
+5
*
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
2015-05-15
1
-0
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-25
/
+24
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-36
/
+43
*
[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.
Sanjoy Das
2015-05-06
1
-11
/
+7
*
[X86MCInst] Clean up LowerSTATEPOINT: variable names. NFC.
Sanjoy Das
2015-05-06
1
-16
/
+15
*
[X86] Avoid mangling frameescape labels
Reid Kleckner
2015-04-29
1
-1
/
+5
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-32
/
+32
*
[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and the
Lang Hames
2015-04-22
1
-6
/
+30
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-2
/
+2
*
Save the MachineFunction in startFunction so that we can use it for
Eric Christopher
2015-02-20
1
-4
/
+5
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-7
/
+5
*
Win64: Put a REX_W prefix on all TAILJMP* instructions
Reid Kleckner
2015-01-30
1
-0
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Revert most of r225597
David Majnemer
2015-01-11
1
-1
/
+1
*
X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
2015-01-11
1
-1
/
+1
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
1
-0
/
+18
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-22
/
+0
*
[X86] Bring some better consistency to the naming of the move to/from %al/ax/...
Craig Topper
2015-01-02
1
-6
/
+6
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-5
/
+4
*
Remove unneccessary code introduced with 223101.
Philip Reames
2014-12-02
1
-10
/
+2
*
Fix variable used only in assertion.
Nick Lewycky
2014-12-02
1
-1
/
+2
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-1
/
+63
*
Fix a stackmap bug introduced in r220710.
Pete Cooper
2014-10-27
1
-4
/
+14
*
Stackmap shadows should consider call returns a branch target.
Pete Cooper
2014-10-27
1
-0
/
+6
*
Fix a bit of confusion about .set and produce more readable assembly.
Rafael Espindola
2014-10-21
1
-1
/
+2
*
[x86] Implement v16i16 support with AVX2 in the new vector shuffle
Chandler Carruth
2014-09-25
1
-1
/
+2
*
[x86] Teach the instruction lowering to add comments describing constant
Chandler Carruth
2014-09-24
1
-12
/
+78
*
[x86] More refactoring of the shuffle comment emission. The previous
Chandler Carruth
2014-09-24
1
-38
/
+38
*
[x86] Bypass the shuffle mask comment generation when not using verbose
Chandler Carruth
2014-09-24
1
-0
/
+2
*
[x86] Hoist the logic for extracting the relevant bits of information
Chandler Carruth
2014-09-24
1
-16
/
+20
*
[x86] Start refactoring the comment printing logic in the MC lowering of
Chandler Carruth
2014-09-24
1
-87
/
+102
*
[x86] Teach the vector comment parsing and printing to correctly handle
Chandler Carruth
2014-09-23
1
-5
/
+8
*
[x86] Teach the AVX1 path of the new vector shuffle lowering one more
Chandler Carruth
2014-09-23
1
-6
/
+21
*
[X86] Allow atomic operations using immediates to avoid using a register
Robin Morisset
2014-09-02
1
-8
/
+32
*
fix typo
Sanjay Patel
2014-08-06
1
-1
/
+1
[next]