index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
Disassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+2
*
my work on adding segment registers to LEA missed the
Chris Lattner
2010-07-13
1
-12
/
+3
*
This bug is also present in MSVC10. Requested by Elrood on IRC.
Duncan Sands
2010-06-05
1
-2
/
+2
*
Eliminated the classification of control registers into %ecr_
Sean Callanan
2010-05-06
4
-32
/
+15
*
Fixed a sign-extension bug in the X86 disassembler
Sean Callanan
2010-05-05
1
-3
/
+55
*
disable optimizations in this directory for MSVC9. This avoids
Chris Lattner
2010-04-20
1
-0
/
+7
*
add a missing break back, patch by Nico Schmidt!
Chris Lattner
2010-04-16
1
-0
/
+1
*
Fixed a nasty layering violation in the edis source
Sean Callanan
2010-04-13
2
-0
/
+11
*
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
2
-0
/
+4
*
Fixes to the X86 disassembler. The disassembler will now
Sean Callanan
2010-04-02
3
-136
/
+203
*
TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.
Daniel Dunbar
2010-03-20
1
-2
/
+2
*
Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...
Benjamin Kramer
2010-03-18
1
-2
/
+2
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
1
-1
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-0
/
+1
*
More fixes for Visual C++. Replaced several very small
Sean Callanan
2009-12-23
1
-10
/
+10
*
Removed the "inline" keyword from the disassembler decoder,
Sean Callanan
2009-12-22
1
-30
/
+30
*
Fixes to the X86 disassembler:
Sean Callanan
2009-12-22
2
-5
/
+17
*
Include based on the current path, since we already -I the X86 target's path....
Douglas Gregor
2009-12-22
1
-1
/
+1
*
Changed REG_* to MODRM_REG_* to avoid conflicts
Sean Callanan
2009-12-22
2
-17
/
+21
*
Fix some may-be-uninitialized var warnings.
Daniel Dunbar
2009-12-22
1
-3
/
+3
*
Fixed library dependencies between the X86 disassembler and
Sean Callanan
2009-12-22
2
-14
/
+5
*
#if 0 out X86 disassembler for now, it is breaking the build in multiple places.
Daniel Dunbar
2009-12-19
2
-0
/
+13
*
rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...
Nuno Lopes
2009-12-19
1
-29
/
+29
*
Use memset instead of bzero, its more portable.
Daniel Dunbar
2009-12-19
1
-2
/
+2
*
Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit
Sean Callanan
2009-12-19
6
-3
/
+2816
*
Sketch structure for X86 disassembler.
Daniel Dunbar
2009-11-25
3
-0
/
+51