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
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-9
/
+7
*
Remove unnecessary header include.
Lang Hames
2016-05-17
1
-1
/
+0
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-7
/
+7
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
6
-9
/
+25
*
Delete MCRelocationInfo::createExprForRelocation.
Pete Cooper
2016-01-15
1
-5
/
+0
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
3
-7
/
+5
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
3
-5
/
+7
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
3
-7
/
+5
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
3
-5
/
+7
*
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
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-1
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
Daniel Sanders
2015-06-10
1
-1
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-10
/
+10
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
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
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
[next]