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
/
MCTargetDesc
/
X86MCTargetDesc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen][SubtargetEmitter] Add the ability for processor models to describe...
Andrea Di Biagio
2018-09-19
1
-73
/
+5
*
Add missing override keyword (NFC)
Joel Galenson
2018-08-24
1
-1
/
+2
*
Find PLT entries for x86, x86_64, and AArch64.
Joel Galenson
2018-08-24
1
-0
/
+61
*
Add the extended XMM registers mappings for AVX-512.
Zachary Turner
2018-08-18
1
-0
/
+17
*
[codeview] Use push_macro to avoid conflicts instead of a prefix
Reid Kleckner
2018-08-16
1
-170
/
+170
*
Add support for AVX-512 CodeView registers.
Zachary Turner
2018-08-16
1
-114
/
+170
*
[llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.
Andrea Di Biagio
2018-07-31
1
-0
/
+74
*
[X86][BtVer2] correctly model the latency/throughput of LEA instructions.
Andrea Di Biagio
2018-07-19
1
-0
/
+1
*
[llvm-mca][X86] Teach how to identify register writes that implicitly clear t...
Andrea Di Biagio
2018-06-20
1
-1
/
+74
*
[CodeView] Add prefix to CodeView registers.
Jonas Devlieghere
2018-05-29
1
-114
/
+114
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-1
/
+7
*
CodeView: Provide a .def file with the register ids
Hans Wennborg
2017-10-03
1
-45
/
+122
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-15
/
+0
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-10
/
+3
*
[codeview] Add EFLAGS to the list of CodeView register numbers
Reid Kleckner
2016-06-22
1
-1
/
+3
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-31
/
+0
*
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...
Craig Topper
2016-03-02
1
-2
/
+2
*
[CodeView] Describe variables live in x87 registers
David Majnemer
2016-02-24
1
-0
/
+5
*
[codeview] Describe int local variables using .cv_def_range
Reid Kleckner
2016-02-10
1
-3
/
+43
*
Delete MCRelocationInfo::createExprForRelocation.
Pete Cooper
2016-01-15
1
-4
/
+0
*
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetDesc.cpp so it can be u...
Craig Topper
2015-12-25
1
-0
/
+181
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-31
/
+31
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-31
/
+31
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-31
/
+31
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-31
/
+31
*
Add a target environment for CoreCLR.
Pat Gavlin
2015-08-14
1
-1
/
+2
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-16
/
+12
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-6
/
+5
*
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
Daniel Sanders
2015-06-10
1
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
1
-2
/
+2
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-1
/
+1
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-2
/
+1
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and DetectFamilyModel functio...
Craig Topper
2015-03-25
1
-137
/
+0
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-17
/
+1
*
two or more, use a for.
Rafael Espindola
2015-03-18
1
-51
/
+32
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-5
/
+3
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+3
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-4
/
+4
*
We require MSVC 1800 as our minimum, so these checks can safely go away; NFC....
Aaron Ballman
2015-02-16
1
-12
/
+7
*
Revert "ADT: correctly report isMSVCEnvironment for windows itanium"
Reid Kleckner
2014-11-17
1
-1
/
+1
*
ADT: correctly report isMSVCEnvironment for windows itanium
Saleem Abdulrasool
2014-11-17
1
-1
/
+1
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-6
/
+3
*
[x32] Emit callq for CALLpcrel32
Pavel Chupin
2014-09-09
1
-1
/
+1
*
MC: fix MCAsmInfo usage for windows-itanium
Saleem Abdulrasool
2014-07-17
1
-1
/
+2
[next]