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
/
lldb
/
source
/
Plugins
/
Disassembler
/
llvm
/
DisassemblerLLVMC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.
Eugene Zelenko
2015-10-21
1
-16
/
+27
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-27
/
+16
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-0
/
+2
*
[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses
Jaydeep Patil
2015-09-22
1
-5
/
+22
*
Fix build after llvm r247683 was reverted.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Fix build after llvm r247683
Pavel Labath
2015-09-15
1
-1
/
+1
*
Remove a call to deleted function.
Greg Clayton
2015-09-09
1
-1
/
+0
*
Make sure to flush the stream to make sure the string is up to date when we q...
Greg Clayton
2015-09-09
1
-0
/
+1
*
Only create alternative thumb disassembler if the main one is arm
Tamas Berghammer
2015-09-02
1
-2
/
+2
*
Fix arm disassambler with specifying armv8.1a architecture
Tamas Berghammer
2015-09-02
1
-10
/
+18
*
[MIPS] Avoid breakpoint in delay slot
Bhushan D. Attarde
2015-08-26
1
-0
/
+45
*
The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.
Jason Molenda
2015-08-21
1
-3
/
+3
*
Remove more uses of raw_svector_ostream::flush() call following r244928.
Yaron Keren
2015-08-13
1
-1
/
+0
*
[LLDB][MIPS] Detect MIPS application specific extensions like micromips
Jaydeep Patil
2015-07-16
1
-5
/
+20
*
Fix test regression TestDisassemble_VST1_64 (caused by r239996)
Tamas Berghammer
2015-06-18
1
-1
/
+1
*
[LLDB][MIPS] Emulation of MIPS64 floating-point branch instructions
Mohit K. Bhakkad
2015-06-18
1
-4
/
+42
*
Switch from setPrintImmHex to setPrintHexStyle to follow changes from r239263.
Oleksiy Vyalov
2015-06-08
1
-2
/
+2
*
Fix call to llvm::Target::createMCInstPrinter.
Chaoren Lin
2015-03-31
1
-3
/
+3
*
Fix call to MCInstPrinter::printInst to pass MCSubtargetInfo.
Akira Hatanaka
2015-03-27
1
-1
/
+2
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-4
/
+42
*
Abstract the details from regex.h a bit more by not allowing people to specif...
Greg Clayton
2015-01-21
1
-1
/
+1
*
Update to reflect the API change to createMCSymbolizer in LLVM r226416.
Chandler Carruth
2015-01-19
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-11-12
1
-4
/
+2
*
Use llvm::StringRefMemoryObject NFC.
Rafael Espindola
2014-11-07
1
-24
/
+3
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+9
*
Update how we create our MCSymbolizer to keep working correctly
Jason Molenda
2014-05-17
1
-1
/
+5
*
Remove trailing spaces
Sylvestre Ledru
2014-04-15
1
-61
/
+60
*
Make LLDB builds against the current LLVM sources (modification on createMCDi...
Sylvestre Ledru
2014-04-15
1
-1
/
+1
*
Fix LLDB to build with top of tree LLVM/Clang.
Greg Clayton
2014-04-14
1
-5
/
+3
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
Replace uses of OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-07
1
-2
/
+1
*
Stop leaking MCRegisterInfo.
Jean-Daniel Dupas
2013-12-29
1
-1
/
+2
*
Handle endianness in the Opcode class
Ed Maste
2013-12-09
1
-12
/
+14
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Add definitions for "armv6m", which indicates a Cortex-M0 processor.
Jason Molenda
2013-09-27
1
-2
/
+8
*
Moved the static s_regex into a function body to allow it to be lazily initia...
Greg Clayton
2013-08-27
1
-7
/
+2
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-15
/
+10
*
New settings: target.use-hex-immediates and target.hex-immediates-style
Daniel Malea
2013-08-07
1
-6
/
+26
*
When a Cortex-M3 target is selected (armv7m), force disassembly to be in
Jason Molenda
2013-07-22
1
-9
/
+22
*
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
Michael Sartain
2013-07-11
1
-1
/
+1
*
Update to new API.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Added a parameter for relocation info to keep lldb in step with llvm due to r...
Ashok Thirumurthi
2013-05-24
1
-4
/
+13
*
Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduce...
Sylvestre Ledru
2013-05-13
1
-2
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-16
/
+5
*
<rdar://problem/13751683>
Greg Clayton
2013-05-03
1
-2
/
+12
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+5
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-101
/
+99
[next]