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
/
X86InstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
1
-0
/
+4
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-03-23
1
-48
/
+48
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-1
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-1
/
+1
*
Revert "Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed."
Benjamin Kramer
2016-01-27
1
-38
/
+29
*
Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou
2016-01-26
1
-29
/
+38
*
Revert "[X86] Use push-pop for materializing small constants under 'minsize'"
David Majnemer
2016-01-05
1
-4
/
+0
*
[X86] Use push-pop for materializing small constants under 'minsize'
Hans Wennborg
2015-12-17
1
-0
/
+4
*
Improved the operands commute transformation for X86-FMA3 instructions.
Andrew Kaylor
2015-11-06
1
-0
/
+40
*
[X86][SSE] Add general memory folding for (V)INSERTPS instruction
Simon Pilgrim
2015-11-04
1
-0
/
+8
*
[X86] Rip out orphaned method declarations and other dead code. NFC.
Benjamin Kramer
2015-10-15
1
-5
/
+0
*
Improved the interface of methods commuting operands, improved X86-FMA3 mem-f...
Andrew Kaylor
2015-09-28
1
-4
/
+30
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-29
/
+9
*
Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC
Andrew Kaylor
2015-08-26
1
-0
/
+4
*
MIR Serialization: Initial serialization of the machine operand target flags.
Alex Lorenz
2015-08-06
1
-0
/
+6
*
Remove TargetInstrInfo::canFoldMemoryOperand
Simon Pilgrim
2015-07-19
1
-5
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
2015-06-19
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
Sanjoy Das
2015-06-15
1
-0
/
+10
*
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
Sanjoy Das
2015-06-15
1
-0
/
+4
*
MachineLICM: Use TargetSchedModel instead of just itineraries
Matthias Braun
2015-06-13
1
-1
/
+1
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-6
/
+3
*
[x86] Add a reassociation optimization to increase ILP via the MachineCombine...
Sanjay Patel
2015-06-10
1
-0
/
+33
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-0
/
+3
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-12
/
+9
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+5
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-5
/
+0
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+5
*
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
2015-01-14
1
-7
/
+0
*
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
2015-01-14
1
-0
/
+7
*
[AVX512] Enable FP arithmetic lowering for AVX512VL subsets.
Robert Khasanov
2014-12-18
1
-0
/
+1
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-0
/
+2
*
[X86] Memory folding for commutative instructions (updated)
Simon Pilgrim
2014-10-20
1
-1
/
+2
*
Revert r219584, "[X86] Memory folding for commutative instructions."
NAKAMURA Takumi
2014-10-13
1
-1
/
+1
*
[X86] Memory folding for commutative instructions.
Simon Pilgrim
2014-10-12
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[FastISel][X86] Optimize selects when the condition comes from a compare.
Juergen Ributzka
2014-06-23
1
-0
/
+5
*
[FastISel][X86] Refactor the code to get the X86 condition from a helper func...
Juergen Ributzka
2014-06-16
1
-1
/
+6
*
Remove the use of TargetMachine from X86InstrInfo.
Eric Christopher
2014-06-10
1
-3
/
+3
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+6
*
[X86] Tune LEA usage for Silvermont
Alexey Volkov
2014-05-20
1
-0
/
+7
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[X86] As per suggestion from Craig Topper and Hal Finkel, override
Lang Hames
2014-04-02
1
-0
/
+3
*
[C++11] Mark more classes in the X86 target as 'final'.
Craig Topper
2014-03-31
1
-1
/
+1
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+1
*
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
2014-03-18
1
-9
/
+10
*
De-virtualize some methods since they don't override anything.
Craig Topper
2014-03-09
1
-13
/
+13
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-93
/
+97
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
[next]