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
/
utils
/
TableGen
/
X86FoldTablesEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86FoldTablesEmitter - fix static analyzer potential invalid iterator warning...
Simon Pilgrim
2019-11-06
1
-3
/
+3
*
[X86] Make the X86FoldTablesEmitter functional again. Fix the spacing in the ...
Craig Topper
2019-06-01
1
-24
/
+37
*
[X86] Add ADD8ri_DB and ADD8rr_DB to the autogenerated load folding table.
Craig Topper
2019-03-18
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] More additions to the load folding tables based on the autogenerated ta...
Craig Topper
2018-06-16
1
-4
/
+6
*
[X86] Mark all instructions that have masked store semantics with NotMemoryFo...
Craig Topper
2018-06-13
1
-16
/
+2
*
[X86] Don't add stores to the autogenerated load folding tables if the regist...
Craig Topper
2018-06-12
1
-1
/
+2
*
[X86] Update folding table generator to properly detect RMW arithmetic instru...
Craig Topper
2018-06-12
1
-2
/
+4
*
[X86] Enforce agreement of AdSize field when autogenerating load folding tabl...
Craig Topper
2018-06-12
1
-0
/
+1
*
X86FoldTableEntry - avoid unnecessary std::string creation. NFCI.
Simon Pilgrim
2018-04-11
1
-3
/
+3
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-0
/
+2
*
[X86] Don't put any EVEX_B instructions in the tablegen generated load foldin...
Craig Topper
2018-01-07
1
-2
/
+3
*
Remove redundant includes from utils/TableGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-2
/
+1
*
Fix LLDB build for Android.
Eugene Zemtsov
2017-10-09
1
-1
/
+1
*
[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...
Ayman Musa
2017-10-08
1
-0
/
+663
*
[x86] Revert the X86FoldTablesEmitter due to more miscompiles.
Chandler Carruth
2017-06-06
1
-732
/
+0
*
[X86] Don't fold into memory operands into insertps in the generated folding ...
Benjamin Kramer
2017-06-02
1
-0
/
+5
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-2
/
+2
*
[X86] Don't fold away the memory operand of an xchg.
Benjamin Kramer
2017-05-29
1
-1
/
+8
*
Don't capture a temporary std::string in a StringRef.
Zachary Turner
2017-05-29
1
-1
/
+1
*
Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...
Zachary Turner
2017-05-29
1
-0
/
+720
*
Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...
Zachary Turner
2017-05-29
1
-720
/
+0
*
[TableGen][X86] Fix formatting I accidentally messed up in r304099. NFC
Craig Topper
2017-05-28
1
-1
/
+1
*
[TableGen][X86] Use CHAR_BIT with sizeof instead of hardcoded 8. NFC
Craig Topper
2017-05-28
1
-1
/
+2
*
[TableGen][X86] Mark a couple global tables as const. NFC
Craig Topper
2017-05-28
1
-2
/
+2
*
[TableGen][X86] Improve formatting of the fold table output by indenting the ...
Craig Topper
2017-05-28
1
-2
/
+2
*
[TableGen][X86] Add an llvm_unreachable to a switch so we get an error if we ...
Craig Topper
2017-05-28
1
-0
/
+1
*
[TableGen][X86] Remove unnecessary std::string creations. NFC
Craig Topper
2017-05-28
1
-4
/
+4
*
[TableGen][X86] Replace a global std::vector with a regular array. llvm::find...
Craig Topper
2017-05-28
1
-2
/
+2
*
[TableGen][X86] getValueAsString returns a std::string not a StringRef. Captu...
Craig Topper
2017-05-28
1
-1
/
+1
*
[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...
Ayman Musa
2017-05-28
1
-0
/
+718