index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
edis
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
3
-333
/
+0
2011-11-29
edis: Don't do the target initialization in EDGetDisassembler, this is contrary
Daniel Dunbar
1
-11
/
+0
2011-11-29
build/Make: edis isn't built as a shared library anymore, remove related cruf...
Daniel Dunbar
1
-23
/
+0
2011-11-11
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
1
-2
/
+11
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-3
/
+3
2011-09-04
As a (rather delayed) followup to r136738 which stopped building the
Chandler Carruth
1
-23
/
+5
2011-08-03
Kill the export list as well.
Evan Cheng
1
-36
/
+0
2011-08-02
lldb doesn't need the edis dylib any more.
Evan Cheng
1
-1
/
+0
2011-07-29
Switch the CMake edis build over to add_llvm_library_dependencies
Douglas Gregor
1
-3
/
+8
2011-03-12
Build EnhancedDisassembly as a shared library too.
Oscar Fuentes
1
-5
/
+28
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
1
-2
/
+0
2011-01-17
Add some platform checks. Also fix a typo on a Makefile.
Oscar Fuentes
1
-2
/
+2
2010-07-31
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
1
-2
/
+1
2010-07-20
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
1
-1
/
+1
2010-07-20
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
1
-1
/
+11
2010-07-20
Fix edis makefile
Douglas Gregor
1
-0
/
+1
2010-07-20
this logic is handled by tools/makefile.
Chris Lattner
1
-9
/
+2
2010-07-20
edis needs to link in mcdisassembler.
Chris Lattner
1
-1
/
+1
2010-07-20
update cmake.
Chris Lattner
1
-13
/
+0
2010-07-20
edinfo doesn't need to be built here.
Chris Lattner
2
-9
/
+0
2010-07-20
start straightening out libedis's dependencies and make it fit
Chris Lattner
9
-1837
/
+75
2010-07-19
Target: Give the TargetAsmParser access to the TargetMachine.
Daniel Dunbar
1
-1
/
+2
2010-07-19
edis: Save the TargetMachine in the EDDisassembler object.
Daniel Dunbar
2
-5
/
+7
2010-07-18
MC: Move several clients to using AsmParser constructor function.
Daniel Dunbar
1
-5
/
+6
2010-07-14
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
1
-0
/
+2
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
1
-1
/
+1
2010-05-11
Extended the edis "IsBranch" property to call
Sean Callanan
1
-1
/
+3
2010-04-24
Fixed edis to tokenize instructions with no
Sean Callanan
1
-3
/
+5
2010-04-23
Fixes to edis that mark x86 call targets as
Sean Callanan
1
-0
/
+3
2010-04-23
Fixed EDOperand to use the operand type, not the
Sean Callanan
1
-1
/
+3
2010-04-15
Make the export files absolute paths, and change Makefile.rules
Dan Gohman
1
-1
/
+1
2010-04-15
Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with
Dan Gohman
2
-37
/
+38
2010-04-13
Unbreak CMake build by improving the EnhancedDisassembly makefile a
Douglas Gregor
1
-17
/
+1
2010-04-13
Fixed a nasty layering violation in the edis source
Sean Callanan
6
-68
/
+36
2010-04-13
Add CMake support for 'edis'.
Ted Kremenek
2
-0
/
+42
2010-04-12
Build system fixes. llvm-mc depends on
Sean Callanan
1
-4
/
+7
2010-04-12
Bug fix: made the enhanced disassembler's link
Sean Callanan
1
-1
/
+1
2010-04-10
Updated the edis build mechanism to allow for builds
Sean Callanan
2
-0
/
+30
2010-04-09
Bugfixes for edis. Code to initialize instruction
Sean Callanan
2
-5
/
+4
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
6
-112
/
+263
2010-04-04
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
1
-7
/
+3
2010-04-02
Updated the install location for EnhancedDisassembly
Sean Callanan
1
-10
/
+7
2010-03-17
Changed install_name for libEnhancedDisassembly.dylib on
Sean Callanan
1
-1
/
+2
2010-03-11
change MCContext to always have an MCAsmInfo.
Chris Lattner
1
-6
/
+4
2010-02-09
Updated the enhanced disassembly library to produce
Sean Callanan
1
-0
/
+17
2010-02-09
Fixed a problem where the enhanced disassembly
Sean Callanan
1
-2
/
+8
2010-02-08
Added header file declarations and .exports entries
Sean Callanan
2
-1
/
+6
2010-02-04
Filled in a few new APIs for the enhanced
Sean Callanan
3
-0
/
+61
2010-02-02
Renamed the ed directory to edis, as suggested
Sean Callanan
11
-0
/
+1894