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
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[MachineOutliner] Disable outlining from LinkOnceODRs by default
Jessica Paquette
2017-10-07
1
-1
/
+2
*
[MachineOutliner] AArch64: Avoid saving + restoring LR if possible
Jessica Paquette
2017-09-27
1
-9
/
+5
*
[MachineOutliner] NFC: Change IsTailCall to a call class + frame class
Jessica Paquette
2017-07-29
1
-72
/
+66
*
[MachineOutliner] NFC: Split up getOutliningBenefit
Jessica Paquette
2017-07-28
1
-3
/
+5
*
[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
Igor Breger
2017-05-11
1
-0
/
+4
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+6
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-1
/
+1
*
Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-13
1
-0
/
+14
*
TargetInstrInfo: Provide default implementation of isTailCall().
Matthias Braun
2017-03-16
1
-2
/
+0
*
[Outliner] Add tail call support
Jessica Paquette
2017-03-13
1
-5
/
+8
*
[Outliner] Fixed Asan bot failure in r296418
Jessica Paquette
2017-03-06
1
-0
/
+19
*
Revert "Add MIR-level outlining pass"
Matthias Braun
2017-02-28
1
-21
/
+0
*
Add MIR-level outlining pass
Matthias Braun
2017-02-28
1
-0
/
+21
*
[X86] Re-enable conditional tail calls and fix PR31257.
Hans Wennborg
2017-02-16
1
-0
/
+7
*
[X86] Disable conditional tail calls (PR31257)
Hans Wennborg
2017-02-07
1
-7
/
+0
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-3
/
+0
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-2
/
+2
*
[X86] Allow folding of stack reloads when loading a subreg of the spilled reg
Michael Kuperstein
2016-11-23
1
-0
/
+4
*
Target: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-8
/
+0
*
[AVX-512] Add support for commuting VPTERNLOG instructions.
Craig Topper
2016-09-22
1
-0
/
+19
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-2
/
+4
*
[X86] Make a helper method into a static function local to the cpp file.
Craig Topper
2016-09-11
1
-3
/
+0
*
X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg
2016-09-07
1
-0
/
+7
*
[XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
Dean Michael Berris
2016-09-01
1
-0
/
+2
*
X86-FMA3: Implemented commute transformation for EVEX/AVX512 FMA3 opcodes.
Vyacheslav Klochkov
2016-08-11
1
-4
/
+28
*
X86InstrInfo: Update liveness in classifyLea()
Matthias Braun
2016-08-09
1
-1
/
+1
*
[X86] Make one of the FMA3 commuting methods static. Remove a call to isFMA3 ...
Craig Topper
2016-07-23
1
-14
/
+2
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-2
/
+2
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-70
/
+69
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-8
/
+7
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-2
/
+0
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-2
/
+4
*
[X86] Reduce memory usage of MemOp2RegOp and RegOp2MemOp folding maps.
Craig Topper
2016-04-30
1
-3
/
+3
*
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
[next]