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
*
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