index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCDisassembler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused Target argument from AsmParser construction methods.
Jim Grosbach
2011-08-16
1
-1
/
+1
*
I mis-interpreted the MCDisassembler's intended dependencies. Now to fix
Chandler Carruth
2011-07-31
1
-2
/
+9
*
On mac, it seems the MC disassembler is actually using the targetinfo
Chandler Carruth
2011-07-29
1
-0
/
+2
*
Fix the MCDisassembler dependencies. These were just absurdly wrong.
Chandler Carruth
2011-07-29
1
-34
/
+7
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-1
/
+41
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
2
-8
/
+8
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
2
-2
/
+0
*
Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...
Evan Cheng
2011-07-25
2
-26
/
+8
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-2
/
+2
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
2
-7
/
+3
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
3
-29
/
+4
*
Include MCRegisterInfo to eliminate a compilation warning.
Evan Cheng
2011-07-20
1
-1
/
+2
*
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-20
2
-2
/
+2
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
2
-0
/
+2
*
Fixed a bug where the MC subtarget information
Sean Callanan
2011-07-19
1
-0
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
4
-7
/
+26
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
2
-2
/
+4
*
Resynchronize EDInfo.h and EDEmitter.cpp.
Shantonu Sen
2011-07-11
2
-11
/
+29
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-1
/
+3
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
2
-4
/
+7
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
2
-3
/
+2
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
2
-3
/
+5
*
switch to using a smallvector to avoid allocations for most normal size instr...
Chris Lattner
2011-05-22
1
-2
/
+2
*
tidy some things up.
Chris Lattner
2011-05-22
1
-16
/
+6
*
Give MC/MCDisassembler/Disassembler.h a header guard.
Sebastian Redl
2011-04-24
1
-0
/
+6
*
Made the MC disassembler check before accessing
Sean Callanan
2011-04-20
1
-0
/
+9
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-04-11
2
-2
/
+3
*
Fix potential buffer overflow on win32.
Benjamin Kramer
2011-04-09
1
-12
/
+9
*
Redirected errors from the AsmParser to the proper
Sean Callanan
2011-04-09
1
-0
/
+10
*
Fixed a bug where missing EDInstInfo would cause
Sean Callanan
2011-04-07
1
-0
/
+3
*
An MCDisassembler has the option to not implement
Shantonu Sen
2011-04-05
1
-2
/
+4
*
Fix the MSVC build.
Francois Pichet
2011-03-29
1
-0
/
+4
*
Unbreak CMake build.
Ted Kremenek
2011-03-28
1
-1
/
+2
*
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
2
-0
/
+259
*
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
2
-259
/
+0
*
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-26
2
-0
/
+259
*
Add asm parsing support w/ testcases for strex/ldrex family of instructions
Bruno Cardoso Lopes
2011-03-24
2
-1
/
+7
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
1
-1
/
+2
*
Fixed the comparison operator for the enhanced
Sean Callanan
2011-03-12
1
-7
/
+2
*
Plug some leaks in edis.
Benjamin Kramer
2011-02-24
1
-0
/
+4
*
Fixed a bug in the enhanced disassembler that caused
Sean Callanan
2011-02-23
1
-3
/
+17
*
Fix comparator used for looking up previously instantiated EDDisassemblers.
Shantonu Sen
2011-02-09
1
-2
/
+4
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-1
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
4
-4
/
+4
*
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-10-22
1
-13
/
+10
*
Fixed a crash in the enhanced disassembler where
Sean Callanan
2010-09-23
1
-0
/
+2
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-2
/
+1
[next]