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
/
MC
/
MCDisassembler
/
Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-2
/
+1
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
1
-1
/
+2
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+4
*
Fix leaks in LLVMCreateDisasmCPUFeatures
Scott Linder
2019-06-26
1
-13
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
Shrink various scheduling tables by using narrower types.
Benjamin Kramer
2018-02-23
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-10
/
+19
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-3
/
+3
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-3
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-1
/
+0
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-4
/
+3
*
Rename const char *Triple argument to TT to avoid shadowing llvm::Triple.
Eric Christopher
2015-03-30
1
-21
/
+20
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-1
/
+1
*
unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer
David Blaikie
2015-01-18
1
-1
/
+1
*
Grammar and spelling.
Eric Christopher
2015-01-13
1
-4
/
+4
*
Fix a regression on the disassembling C API.
Rafael Espindola
2014-11-13
1
-1
/
+1
*
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
2014-11-12
1
-1
/
+0
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-3
/
+2
*
Use a StringRefMemoryObject. NFC.
Rafael Espindola
2014-11-07
1
-26
/
+3
*
Extend C disassembler API to allow specifying target features
Bradley Smith
2014-09-30
1
-10
/
+16
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-5
/
+5
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-2
/
+6
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-6
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-11
/
+11
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-1
/
+1
*
Remove redundant symbolization support from MCDisassembler interface.
Lang Hames
2014-04-11
1
-2
/
+1
*
Remove forward declaration for Target class - Target is already defined here.
Lang Hames
2014-03-27
1
-3
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-4
/
+4
*
Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-5
/
+4
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
For the 'C' disassembler API, add a new ReferenceType for the
Kevin Enderby
2014-01-06
1
-0
/
+1
*
Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...
Reid Kleckner
2014-01-03
1
-1
/
+0
*
For disassembly when adding a symbolic operand that is a C++
Kevin Enderby
2014-01-03
1
-0
/
+1
*
[llvm-c][Disassembler] When printing latency information, fall back to the
Quentin Colombet
2013-10-03
1
-1
/
+30
*
[llvm-c][Disassembler] When printing latency information, skip scheduling
Quentin Colombet
2013-10-02
1
-1
/
+3
*
[llvm-c][Disassembler] Add an option to print latency information in
Quentin Colombet
2013-10-02
1
-0
/
+58
*
[llvm-c][Disassembler] Add an option to reproduce in disassembled output the
Quentin Colombet
2013-10-01
1
-8
/
+45
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
1
-1
/
+5
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-1
/
+9
*
Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library
Kevin Enderby
2013-05-23
1
-1
/
+2
[next]