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
/
Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-06
1
-1
/
+3
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+4
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+1
*
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
1
-2
/
+2
*
Fix typo in comment ldopen() -> dlopen().
Kevin Enderby
2012-02-17
1
-1
/
+1
*
Put back the initializing the targets in the disassembler API with a comment as
Kevin Enderby
2012-02-17
1
-0
/
+13
*
Enable streaming of bitcode
Derek Schuff
2012-02-06
1
-2
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+2
*
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-11-11
1
-7
/
+0
*
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-10-04
1
-1
/
+1
*
In the disassembler C API, be careful not to confuse the comment streamer tha...
Owen Anderson
2011-09-21
1
-2
/
+0
*
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
1
-18
/
+6
*
The the MC disassembler C API to print in verbose mode. Perhaps there should...
Owen Anderson
2011-09-15
1
-0
/
+22
*
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
1
-2
/
+6
*
Fix apparent build error caused by r138948 on certain versions of GCC with -W...
James Molloy
2011-09-01
1
-12
/
+19
*
Fix the build for us -Werror users.
Nick Lewycky
2011-09-01
1
-19
/
+15
*
Fix up r137380 based on post-commit review by Jim Grosbach.
James Molloy
2011-09-01
1
-13
/
+20
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-2
/
+2
*
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
1
-1
/
+0
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-3
/
+1
*
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
1
-17
/
+2
*
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
1
-1
/
+1
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-0
/
+1
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
1
-3
/
+7
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-1
/
+2
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-1
/
+1
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-1
/
+3
*
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
*
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
1
-1
/
+2
*
Fix potential buffer overflow on win32.
Benjamin Kramer
2011-04-09
1
-12
/
+9
*
Fix the MSVC build.
Francois Pichet
2011-03-29
1
-0
/
+4
*
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-28
1
-0
/
+169
*
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
1
-169
/
+0
*
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby
2011-03-26
1
-0
/
+169