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] 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
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-7
/
+7
*
Fix failure to invoke exception handler on Win64
Reid Kleckner
2014-08-04
1
-0
/
+29
*
[x86] Switch to using the variable we extracted this operand into.
Chandler Carruth
2014-08-02
1
-1
/
+1
*
[x86] Teach my pshufb comment printer to handle VPSHUFB forms as well as
Chandler Carruth
2014-08-02
1
-2
/
+3
*
[x86] Fix unused variable warning in no-asserts build.
Chandler Carruth
2014-07-26
1
-0
/
+1
*
[x86] Teach the X86 backend to print shuffle comments for PSHUFB
Chandler Carruth
2014-07-25
1
-0
/
+80
*
[X86] Clarify some stackmap shadow optimization code as based on review
Lang Hames
2014-07-25
1
-5
/
+6
*
[X86] Optimize stackmap shadows on X86.
Lang Hames
2014-07-24
1
-44
/
+88
*
MC: rename EmitWin64EH routines
Saleem Abdulrasool
2014-06-29
1
-12
/
+10
*
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...
NAKAMURA Takumi
2014-06-25
1
-0
/
+37
*
Revert r211399, "Generate native unwind info on Win64"
NAKAMURA Takumi
2014-06-22
1
-37
/
+0
*
Generate native unwind info on Win64
Reid Kleckner
2014-06-20
1
-0
/
+37
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-3
/
+4
*
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
2014-03-18
1
-10
/
+10
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
1
-1
/
+1
*
Fix PR18743.
Rafael Espindola
2014-02-18
1
-1
/
+1
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-27
/
+28
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-2
/
+1
*
Copy segment register when optimizing to MOV8ao8/MOV16ao16/MOV32ao32.
Craig Topper
2014-01-16
1
-1
/
+2
*
[x86] Disambiguate RET[QL] and fix aliases for 16-bit mode
David Woodhouse
2014-01-08
1
-3
/
+8
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+2
*
Handle MOV32r0 in expandPostRAPseudo instead of MCInst lowering. No functiona...
Craig Topper
2013-12-31
1
-8
/
+0
*
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
Rafael Espindola
2013-12-05
1
-1
/
+1
*
Hide the stub created for MO_ExternalSymbol too.
Rafael Espindola
2013-12-05
1
-5
/
+11
*
[Stackmap] Emit multi-byte nops for X86.
Juergen Ributzka
2013-12-04
1
-22
/
+70
*
Refactor a lot of patchpoint/stackmap related code to simplify and make it
Lang Hames
2013-11-29
1
-84
/
+0
*
Refactor to remove a bit of duplication. No functionality change.
Rafael Espindola
2013-11-28
1
-24
/
+24
[next]