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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-3
/
+7
*
A patch that allows for mach-o architectures to be specified as "<number>-<nu...
Greg Clayton
2012-09-19
1
-4
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Changed the Opcode::GetData() API so that it didn't
Sean Callanan
2012-08-07
1
-1
/
+1
*
Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc...
Greg Clayton
2012-08-07
1
-3
/
+4
*
Improved raw disassembly output for Thumb.
Sean Callanan
2012-08-06
1
-4
/
+5
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-0
/
+2
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
4
-635
/
+324
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+4
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
2
-3
/
+3
*
Cleaned up code that was getting SBData for an SBInstruction.
Greg Clayton
2012-04-11
1
-22
/
+37
*
Improved detection of ARM branch instructions to
Sean Callanan
2012-04-10
1
-6
/
+4
*
Fixed a leak in the LLVM disassembler where we
Sean Callanan
2012-04-06
1
-0
/
+10
*
Order ivar initializers to how they're declared in the class.
Bill Wendling
2012-04-06
1
-1
/
+1
*
Resolved two problems in the disassembler:
Sean Callanan
2012-03-22
1
-5
/
+7
*
Fixed a bug in the disassembler where we did
Sean Callanan
2012-03-22
1
-29
/
+38
*
Since we are having issues with the new LLVM MC disassembler, we can have
Greg Clayton
2012-03-22
2
-4
/
+4
*
Added a function to the disassembler that checks
Sean Callanan
2012-03-02
1
-2
/
+92
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-3
/
+3
*
Updated LLVM to take some fixes that make the
Sean Callanan
2012-02-23
1
-19
/
+7
*
Fix compile error for DisassemblerLLVMC.cpp.
Johnny Chen
2012-02-20
1
-1
/
+2
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-16
/
+21
*
Added a new disassembler plugin, DisassemblerLLVMC,
Sean Callanan
2012-02-17
2
-0
/
+706
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed an issue with the Instruction subclasses where the strings might
Greg Clayton
2012-01-19
2
-22
/
+2
*
Handle all of the "thumb" target triple architecture variants that llvm
Greg Clayton
2011-12-16
1
-1
/
+1
*
Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm...
Johnny Chen
2011-11-29
1
-0
/
+11
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-2
/
+2
*
Fixed a leak in the LLVM disassembler where the
Sean Callanan
2011-10-27
1
-1
/
+7
*
Fixed the public and internal disassembler API to be named correctly:
Greg Clayton
2011-09-27
2
-8
/
+8
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
2
-14
/
+167
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-4
/
+10
*
Revert the workaround patch in the last check in. With the local patch to LL...
Johnny Chen
2011-08-19
1
-30
/
+1
*
Apply some workaround for known crashers.
Johnny Chen
2011-08-18
1
-1
/
+30
*
Fixed an issue of wrong (by +2) branch target calculation in the disassembler...
Johnny Chen
2011-08-03
1
-0
/
+6
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Add comment.
Johnny Chen
2011-05-24
1
-0
/
+2
*
Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introd...
Johnny Chen
2011-05-23
1
-45
/
+35
*
Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fail...
Johnny Chen
2011-05-23
1
-0
/
+28
*
Fix the Align() utility which tries to align the raw disassembly with the edi...
Johnny Chen
2011-05-23
1
-4
/
+10
*
A little refactoring.
Johnny Chen
2011-05-21
1
-7
/
+10
*
When in non-raw mode and edis fails to parse the tokens of the instruction, o...
Johnny Chen
2011-05-21
1
-1
/
+10
*
Fix build error - strstr returns a const char *
Peter Collingbourne
2011-05-20
1
-1
/
+1
*
Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed as
Johnny Chen
2011-05-20
1
-0
/
+24
*
Make InstructionLLVM::Dump() more robust for edis in cases when all the
Johnny Chen
2011-05-19
1
-24
/
+36
*
Some refactorings with respect to setting of the 'printTokenized' flag.
Johnny Chen
2011-05-18
1
-20
/
+16
*
Remove dead code which tests for boolan flag 'raw' and restore one indentatio...
Johnny Chen
2011-05-18
1
-47
/
+39
*
If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor...
Johnny Chen
2011-05-18
1
-1
/
+1
*
Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address
Johnny Chen
2011-05-12
2
-17
/
+22
*
Construction of the RegisterReaderArg instance should happen after we have a ...
Johnny Chen
2011-05-12
1
-2
/
+2
[prev]
[next]