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
Commit message (
Expand
)
Author
Age
Files
Lines
*
unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer
David Blaikie
2015-01-18
2
-7
/
+5
*
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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Finish inverting the MC -> Object dependency.
Rafael Espindola
2014-07-23
4
-0
/
+279
*
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
2
-14
/
+12
*
[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
*
Prune redundant dependencies in LLVMBuild.txt.
NAKAMURA Takumi
2013-12-11
1
-1
/
+1
*
[llvm-c][Disassembler] When printing latency information, fall back to the
Quentin Colombet
2013-10-03
2
-1
/
+34
*
[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
2
-0
/
+63
*
[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
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-5
/
+5
*
Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just
Kevin Enderby
2013-03-12
1
-8
/
+16
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
11
-2186
/
+0
*
Add to the disassembler C API an option to print the disassembled
Kevin Enderby
2012-12-18
2
-0
/
+20
*
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
1
-9
/
+16
*
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-12-05
1
-0
/
+6
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
3
-5
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
4
-7
/
+5
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
1
-13
/
+0
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+2
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-0
/
+14
*
Whitespace.
Chad Rosier
2012-07-18
1
-18
/
+14
*
Add accessors for all private members of DisasmContext.
Benjamin Kramer
2012-06-06
1
-0
/
+8
*
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
1
-1
/
+1
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-1
/
+1
*
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-06
2
-1
/
+13
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
3
-4
/
+16
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
2
-2
/
+3
[next]