projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DebugInfo: Move type units into the debug_types section with appropriate comdat group...
[oota-llvm.git]
/
lib
/
MC
/
MCDisassembler
/
2013-12-11
NAKAMURA Takumi
Prune redundant dependencies in LLVMBuild.txt.
tree
|
commitdiff
2013-10-03
Quentin Colombet
[llvm-c][Disassembler] When printing latency informatio...
tree
|
commitdiff
2013-10-02
Quentin Colombet
[llvm-c][Disassembler] When printing latency informatio...
tree
|
commitdiff
2013-10-02
Quentin Colombet
[llvm-c][Disassembler] Add an option to print latency...
tree
|
commitdiff
2013-10-01
Quentin Colombet
[llvm-c][Disassembler] Add an option to reproduce in...
tree
|
commitdiff
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-05-24
Quentin Colombet
Follow up of the introduction of MCSymbolizer.
tree
|
commitdiff
2013-05-24
Ahmed Bougacha
Add MCSymbolizer for symbolic/annotated disassembly.
tree
|
commitdiff
2013-05-23
Kevin Enderby
Missed removing one of the assert()'s from the LLVMCrea...
tree
|
commitdiff
2013-05-13
Rafael Espindola
Remove the MachineMove class.
tree
|
commitdiff
2013-03-12
Kevin Enderby
Remove the assert()'s from the LLVMCreateDisasmCPU...
tree
|
commitdiff
2012-12-19
Roman Divacky
Remove edis - the enhanced disassembler. Fixes PR14654.
tree
|
commitdiff
2012-12-18
Kevin Enderby
Add to the disassembler C API an option to print the...
tree
|
commitdiff
2012-12-07
Jim Grosbach
Add C API for specifying CPU to the disassembler.
tree
|
commitdiff
2012-12-05
Kevin Enderby
Added a option to the disassembler to print immediates...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort includes for all of the .h files under the 'lib...
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-24
Benjamin Kramer
libLTO: Add a utility method to initialize the disassem...
tree
|
commitdiff
2012-10-25
Chad Rosier
[ms-inline asm] Add support for creating AsmRewrites...
tree
|
commitdiff
2012-10-22
Kevin Enderby
Add support for annotated disassembly output for X86...
tree
|
commitdiff
2012-07-18
Chad Rosier
Whitespace.
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Add accessors for all private members of DisasmContext.
tree
|
commitdiff
2012-05-25
Jakob Stoklund Olesen
Compress MCRegisterInfo register name tables.
tree
|
commitdiff
2012-05-24
Craig Topper
Mark some static arrays as const.
tree
|
commitdiff
2012-04-06
Sean Callanan
Fixed two leaks in the MC disassembler. The MC
tree
|
commitdiff
2012-04-02
Craig Topper
Make MCInstrInfo available to the MCInstPrinter. This...
tree
|
commitdiff
2012-03-05
Jim Grosbach
Make MCRegisterInfo available to the the MCInstPrinter.
tree
|
commitdiff
2012-02-29
Derek Schuff
Make MemoryObject accessor members const again
tree
|
commitdiff
2012-02-21
Chandler Carruth
Switch the llvm::Triple class to immediately parse...
tree
|
commitdiff
2012-02-19
Ahmed Charles
Remove dead code. Improve llvm_unreachable text. Simpli...
tree
|
commitdiff
2012-02-17
Kevin Enderby
Fix typo in comment ldopen() -> dlopen().
tree
|
commitdiff
2012-02-17
Kevin Enderby
Put back the initializing the targets in the disassembl...
tree
|
commitdiff
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-02-06
Derek Schuff
Enable streaming of bitcode
tree
|
commitdiff
2012-02-04
Sean Callanan
Modified the Enhanced Disassembler to create and
tree
|
commitdiff
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
tree
|
commitdiff
2012-01-10
Benjamin Kramer
Fix some leftover control reaches end of non-void funct...
tree
|
commitdiff
2012-01-10
David Blaikie
Remove unnecessary default cases in switches that cover...
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build/CMake: Finish removal of add_llvm_library_depende...
tree
|
commitdiff
2011-11-29
Daniel Dunbar
build: Update CMakeLists.txt.
tree
|
commitdiff
2011-11-29
Daniel Dunbar
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
tree
|
commitdiff
2011-11-12
Daniel Dunbar
build: Attempt to rectify inconsistencies between CMake...
tree
|
commitdiff
2011-11-11
Benjamin Kramer
Clients are responsible for initializing the targets...
tree
|
commitdiff
2011-11-10
Daniel Dunbar
build/MCDisassembler: Fix required libraries list of...
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-10-16
Chris Lattner
Enhance llvm::SourceMgr to support diagnostic ranges...
tree
|
commitdiff
2011-10-04
Kevin Enderby
Adding back support for printing operands symbolically...
tree
|
commitdiff
2011-09-21
Owen Anderson
In the disassembler C API, be careful not to confuse...
tree
|
commitdiff
2011-09-15
Owen Anderson
Don't attach annotations to MCInst's. Instead, have...
tree
|
commitdiff
2011-09-15
Owen Anderson
The the MC disassembler C API to print in verbose mode...
tree
|
commitdiff
2011-09-07
James Molloy
Refactor instprinter and mcdisassembler to take a Subta...
tree
|
commitdiff
2011-09-01
James Molloy
Fix apparent build error caused by r138948 on certain...
tree
|
commitdiff
2011-09-01
Nick Lewycky
Fix the build for us -Werror users.
tree
|
commitdiff
2011-09-01
James Molloy
Fix up r137380 based on post-commit review by Jim Grosbach.
tree
|
commitdiff
2011-08-30
Jeffrey Yasskin
Fix C++0x narrowing errors when char is unsigned.
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-08-19
Sean Callanan
Fixed a memory bug in the MCDisassembler where
tree
|
commitdiff
2011-08-16
Jim Grosbach
Remove unused Target argument from AsmParser constructi...
tree
|
commitdiff
2011-07-31
Chandler Carruth
I mis-interpreted the MCDisassembler's intended depende...
tree
|
commitdiff
2011-07-29
Chandler Carruth
On mac, it seems the MC disassembler is actually using...
tree
|
commitdiff
2011-07-29
Chandler Carruth
Fix the MCDisassembler dependencies. These were just...
tree
|
commitdiff
2011-07-29
Chandler Carruth
Rewrite the CMake build to use explicit dependencies...
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename TargetAsmParser to MCTargetAsmParser and TargetA...
tree
|
commitdiff
2011-07-25
Evan Cheng
Separate MCInstPrinter registration from AsmPrinter...
tree
|
commitdiff
2011-07-25
Evan Cheng
Fix last bits of MC layer issues. llvm-mc doesn't need...
tree
|
commitdiff
2011-07-23
Evan Cheng
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
tree
|
commitdiff
2011-07-22
Evan Cheng
Combine all MC initialization routines into one. e...
tree
|
commitdiff
2011-07-20
Evan Cheng
Goodbye TargetAsmInfo. This eliminate last bit of CodeG...
tree
|
commitdiff
2011-07-20
Evan Cheng
Include MCRegisterInfo to eliminate a compilation warning.
tree
|
commitdiff
2011-07-20
Evan Cheng
Add MCObjectFileInfo and sink the MCSections initializa...
tree
|
commitdiff
2011-07-19
Evan Cheng
Introduce MCCodeGenInfo, which keeps information that...
tree
|
commitdiff
2011-07-19
Sean Callanan
Fixed a bug where the MC subtarget information
tree
|
commitdiff
2011-07-18
Evan Cheng
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
tree
|
commitdiff
2011-07-14
Evan Cheng
Rename createAsmInfo to createMCAsmInfo and move regist...
tree
|
commitdiff
2011-07-11
Shantonu Sen
Resynchronize EDInfo.h and EDEmitter.cpp.
tree
|
commitdiff
2011-07-09
Evan Cheng
Change createAsmParser to take a MCSubtargetInfo instea...
tree
|
commitdiff
2011-07-08
Evan Cheng
Eliminate asm parser's dependency on TargetMachine:
tree
|
commitdiff
2011-07-06
Evan Cheng
createMCInstPrinter doesn't need TargetMachine anymore.
tree
|
commitdiff
2011-06-30
Evan Cheng
Fix the ridiculous SubtargetFeatures API where it impli...
tree
|
commitdiff
2011-05-22
Chris Lattner
switch to using a smallvector to avoid allocations...
tree
|
commitdiff
2011-05-22
Chris Lattner
tidy some things up.
tree
|
commitdiff
2011-04-24
Sebastian Redl
Give MC/MCDisassembler/Disassembler.h a header guard.
tree
|
commitdiff
2011-04-20
Sean Callanan
Made the MC disassembler check before accessing
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-11
Kevin Enderby
Adding support for printing operands symbolically to...
tree
|
commitdiff
2011-04-09
Benjamin Kramer
Fix potential buffer overflow on win32.
tree
|
commitdiff
2011-04-09
Sean Callanan
Redirected errors from the AsmParser to the proper
tree
|
commitdiff
2011-04-07
Sean Callanan
Fixed a bug where missing EDInstInfo would cause
tree
|
commitdiff
2011-04-05
Shantonu Sen
An MCDisassembler has the option to not implement
tree
|
commitdiff
2011-03-29
Francois Pichet
Fix the MSVC build.
tree
|
commitdiff
2011-03-28
Ted Kremenek
Unbreak CMake build.
tree
|
commitdiff
2011-03-28
Kevin Enderby
Again adding a C API to the disassembler for use by...
tree
|
commitdiff
2011-03-26
Kevin Enderby
Remove the files for r128308 as it is causing a buildbo...
tree
|
commitdiff
2011-03-26
Kevin Enderby
Adding a C API to the disassembler for use by such...
tree
|
commitdiff
2011-03-24
Bruno Cardoso Lopes
Add asm parsing support w/ testcases for strex/ldrex...
tree
|
commitdiff
2011-03-21
Bill Wendling
We need to pass the TargetMachine object to the InstPri...
tree
|
commitdiff
2011-03-12
Sean Callanan
Fixed the comparison operator for the enhanced
tree
|
commitdiff
2011-02-24
Benjamin Kramer
Plug some leaks in edis.
tree
|
commitdiff
2011-02-23
Sean Callanan
Fixed a bug in the enhanced disassembler that caused
tree
|
commitdiff
2011-02-09
Shantonu Sen
Fix comparator used for looking up previously instantia...
tree
|
commitdiff
next