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
...
*
[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
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
2
-4
/
+4
*
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-21
1
-4
/
+1
*
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
1
-16
/
+11
*
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
1
-1
/
+1
*
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
1
-0
/
+13
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
2
-4
/
+4
*
Modified the Enhanced Disassembler to create and
Sean Callanan
2012-02-04
3
-31
/
+40
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
2
-5
/
+2
*
Fix some leftover control reaches end of non-void function warnings.
Benjamin Kramer
2012-01-10
1
-6
/
+5
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-6
/
+0
*
build: Update CMakeLists.txt.
Daniel Dunbar
2011-11-29
1
-0
/
+1
[prev]
[next]