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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Make `llc --help` output readable again
Roman Lebedev
2020-01-27
1
-7
/
+7
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[BranchAlign] Add master --x86-branches-within-32B-boundaries flag
Philip Reames
2020-01-14
1
-2
/
+23
*
[X86AsmBackend] Move static function before sole use [NFC]
Philip Reames
2020-01-11
1
-34
/
+34
*
[X86AsmBackend] Be consistent about placing definitions out of line [NFC]
Philip Reames
2020-01-11
1
-49
/
+57
*
[NFC] Style cleanup
Shengchen Kan
2020-01-10
1
-9
/
+10
*
[X86] Keep cl::opts at top of file [NFC]
Philip Reames
2020-01-08
1
-34
/
+34
*
[BranchAlign] Compiler support for suppressing branch align
Philip Reames
2020-01-08
1
-2
/
+8
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
4
-4
/
+4
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
4
-9
/
+10
*
[X86] Move an enum definition into a header to simplify future patches [NFC]
Philip Reames
2020-01-06
2
-24
/
+26
*
Add interface emitPrefix for MCCodeEmitter
Shengchen Kan
2020-01-06
1
-89
/
+133
*
[NFC] Make the type of X86AlignBranchBoundary compatible
Shengchen Kan
2020-01-02
1
-1
/
+1
*
[NFC] Style cleanup
Shengchen Kan
2019-12-31
1
-28
/
+29
*
[NFC] Make X86MCCodeEmitter::isPCRel32Branch static
Shengchen Kan
2019-12-31
1
-4
/
+2
*
[NFC] Style cleanup
Shengchen Kan
2019-12-31
1
-389
/
+479
*
[NFC] Style cleanups
Shengchen Kan
2019-12-23
1
-22
/
+23
*
More style cleanups following rG14fc20ca6282 [NFC]
Philip Reames
2019-12-20
1
-34
/
+28
*
Fix a memory leak introduced w/the instruction padding support in rG14fc20ca6282
Philip Reames
2019-12-20
1
-6
/
+6
*
Align branches within 32-Byte boundary (NOP padding)
Philip Reames
2019-12-20
1
-1
/
+286
*
Fix the macro fusion table for X86 according to Intel optimization
Shengchen Kan
2019-12-05
1
-0
/
+242
*
[X86][MC] no error diagnostic for out-of-range jrcxz/jecxz/jcxz
Alexey Lapshin
2019-11-26
1
-6
/
+21
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
isImmPCRel/isImmSigned - both functions should return bool not unsigned. NFCI.
Simon Pilgrim
2019-11-02
1
-2
/
+2
*
X86_MC::createX86MCSubtargetInfo - X86_MC::ParseX86Triple never returns an em...
Simon Pilgrim
2019-11-02
1
-6
/
+3
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
[X86] Teach X86MCodeEmitter to properly encode zmm16-zmm31 as index register ...
Craig Topper
2019-10-14
1
-0
/
+3
*
MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
Pavel Labath
2019-09-24
1
-2
/
+2
*
[MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...
Reid Kleckner
2019-08-30
1
-2
/
+3
*
Allow '@' to appear in x86 mingw symbols
Reid Kleckner
2019-08-29
1
-0
/
+2
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
2
-11
/
+11
*
[X86][Btver2] Fix latency and throughput of CMPXCHG instructions.
Andrea Di Biagio
2019-08-20
2
-0
/
+8
*
[X86] Use Register/MCRegister in more places in X86
Craig Topper
2019-08-16
2
-17
/
+18
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
4
-4
/
+4
*
[X86] Use isInt<8> to simplify some code. NFC
Craig Topper
2019-08-07
1
-1
/
+1
*
[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
Seiya Nuta
2019-07-25
1
-1
/
+28
*
[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 register class.
Craig Topper
2019-06-18
1
-0
/
+6
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
2
-0
/
+26
*
[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_TLSGOTDESC R_386_T...
Fangrui Song
2019-05-29
2
-3
/
+21
*
[X86][SSE] Add shuffle combining support for ISD::ANY_EXTEND_VECTOR_INREG
Simon Pilgrim
2019-05-26
1
-6
/
+12
*
[X86] Support .reloc *, R_{386,X86_64}_NONE, *
Fangrui Song
2019-05-17
2
-9
/
+51
*
[X86] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
2
-3
/
+1
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
12
-4
/
+2921
*
[X86] Remove string literal from an if. NFC
Craig Topper
2019-05-02
1
-2
/
+1
*
Add explicit dependencies on MCSection.h and MCDwarf.h to the .cpp
Eric Christopher
2019-04-12
2
-0
/
+2
*
[X86] Add MM register mapping from CodeView to MC register id
Luo, Yuanke
2019-04-11
1
-0
/
+9
*
[X86] Add support for {vex2}, {vex3}, and {evex} to the assembler to match ga...
Craig Topper
2019-04-09
2
-2
/
+4
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
3
-34
/
+17
[next]