projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add support for dumping debug tables to llvm-pdbdump.
[oota-llvm.git]
/
tools
/
llvm-mc
/
2014-12-17
Rafael Espindola
Remove unused includes and out of date comment. NFC.
tree
|
commitdiff
2014-12-12
Craig Topper
Pass output stream to AsLexInput instead of the whole...
tree
|
commitdiff
2014-12-12
Craig Topper
Use unique_ptr to remove an explicit delete. Change...
tree
|
commitdiff
2014-11-12
Rafael Espindola
Remove the now unused StringRefMemoryObject.h.
tree
|
commitdiff
2014-11-12
Rafael Espindola
Pass an ArrayRef to MCDisassembler::getInstruction.
tree
|
commitdiff
2014-11-11
Colin LeMahieu
[llvm-mc] Fixing case where if a file ended with non...
tree
|
commitdiff
2014-11-07
Rafael Espindola
Use StringRefMemoryObject in llvm-mc. NFC.
tree
|
commitdiff
2014-10-15
Rafael Espindola
Simplify handling of --noexecstack by using getNonexecu...
tree
|
commitdiff
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-06
Rafael Espindola
This only needs a StringRef.
tree
|
commitdiff
2014-07-06
Alp Toker
SourceMgr: make valid buffer IDs start from one
tree
|
commitdiff
2014-06-28
Rafael Espindola
Simplify code a bit, no functionality change.
tree
|
commitdiff
2014-06-19
Eric Christopher
Move -dwarf-version to an MC level command line option...
tree
|
commitdiff
2014-06-19
Eric Christopher
80-column fixups.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::error_code' from tools.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-11
Jim Grosbach
llvm-mc: Add option for prefering hex format disassembly.
tree
|
commitdiff
2014-05-21
Eric Christopher
Move MCOptions that aren't shared between programs...
tree
|
commitdiff
2014-05-21
Eric Christopher
This command line option is only used in one place...
tree
|
commitdiff
2014-05-15
Eric Christopher
Unify command line handling of MCTargetOptions and...
tree
|
commitdiff
2014-05-07
Rafael Espindola
Remove the UseCFI option from createAsmStreamer.
tree
|
commitdiff
2014-05-01
Oliver Stannard
Record the DWARF version in MCContext
tree
|
commitdiff
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
tree
|
commitdiff
2014-04-23
Evgeniy Stepanov
Create MCTargetOptions.
tree
|
commitdiff
2014-04-15
Lang Hames
[MC] Require an MCContext when constructing an MCDisass...
tree
|
commitdiff
2014-03-28
David Blaikie
Add missing include (for r205050)
tree
|
commitdiff
2014-03-28
David Blaikie
llvm-mc: error when -compress-debug-sections is request...
tree
|
commitdiff
2014-03-27
David Blaikie
DebugInfo: Support for compressed debug info sections
tree
|
commitdiff
2014-03-20
Rafael Espindola
Remove llvm-mc's disable-cfi option.
tree
|
commitdiff
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
tree
|
commitdiff
2014-02-05
Rafael Espindola
Remove support for not using .loc directives.
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-26
Rafael Espindola
Pass a MCSubtargetInfo down to the TargetStreamer creation.
tree
|
commitdiff
2014-01-22
NAKAMURA Takumi
Whitespace.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-09-12
Joey Gouly
Add an instruction deprecation feature to TableGen.
tree
|
commitdiff
2013-09-09
Bill Wendling
Generate compact unwind encoding from CFI directives.
tree
|
commitdiff
2013-07-19
Tim Northover
Improve llvm-mc disassembler mode and refactor ARM...
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a wrapper for open.
tree
|
commitdiff
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-05-13
Rafael Espindola
Remove the MachineMove class.
tree
|
commitdiff
2013-05-06
Rafael Espindola
Remove some redundant includes in llvm-mc.cpp.
tree
|
commitdiff
2013-02-26
Eli Bendersky
Try to get rid of a -wunitialized warning: explicitly...
tree
|
commitdiff
2013-01-16
Eli Bendersky
Remove unneeded include and empty line
tree
|
commitdiff
2013-01-16
Kevin Enderby
We want the dwarf AT_producer for assembly source files...
tree
|
commitdiff
2012-12-20
Roman Divacky
Remove MCTargetAsmLexer and its derived classes now...
tree
|
commitdiff
2012-12-19
Roman Divacky
Remove edis - the enhanced disassembler. Fixes PR14654.
tree
|
commitdiff
2012-12-18
Eric Christopher
Add support for passing -main-file-name all the way...
tree
|
commitdiff
2012-12-17
Chandler Carruth
Prepare LLVM to fix PR14625, exposing a hook in MCConte...
tree
|
commitdiff
2012-12-05
Kevin Enderby
Added a option to the disassembler to print immediates...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
tree
|
commitdiff
2012-11-23
Rafael Espindola
Add a -disable-cfi option to llvm-mc. This is useful...
tree
|
commitdiff
2012-10-22
Kevin Enderby
Add support for annotated disassembly output for X86...
tree
|
commitdiff
2012-09-18
Roman Divacky
When creating MCAsmBackend pass the CPU string as well...
tree
|
commitdiff
2012-05-15
Jim Grosbach
Allow MCCodeEmitter access to the target MCRegisterInfo.
tree
|
commitdiff
2012-05-08
Kevin Enderby
Fix it so llvm-objdump -arch does accept x86 and x86...
tree
|
commitdiff
2012-04-16
Richard Barton
Add -disassemble support for -show-inst and -show-encod...
tree
|
commitdiff
2012-04-15
Craig Topper
Make member variables of AsmToken private. Remove unnec...
tree
|
commitdiff
2012-04-02
Craig Topper
Make MCInstrInfo available to the MCInstPrinter. This...
tree
|
commitdiff
2012-03-08
Duncan Sands
Have llvm-mc --version print the list of registered...
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-06
Derek Schuff
Enable streaming of bitcode
tree
|
commitdiff
2012-01-26
Jim Grosbach
llvm-mc pass through SourceMgr to MCContext.
tree
|
commitdiff
2012-01-17
David Blaikie
Remove unreachable code. (replace with llvm_unreachable...
tree
|
commitdiff
2012-01-10
David Blaikie
Remove unnecessary default cases in switches that cover...
tree
|
commitdiff
2012-01-10
Rafael Espindola
Remove the logging streamer.
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-12-09
Kevin Enderby
The second part of support for generating dwarf for...
tree
|
commitdiff
2011-12-05
Jim Grosbach
Tidy up.
tree
|
commitdiff
2011-11-11
Daniel Dunbar
LLVMBuild: Add description files for the LLVM tools.
tree
|
commitdiff
2011-11-11
Benjamin Kramer
Clients are responsible for initializing the targets...
tree
|
commitdiff
2011-11-01
Kevin Enderby
First part of support for generating dwarf for assembly...
tree
|
commitdiff
2011-11-01
Sebastian Pop
rename getHostTriple into getDefaultTargetTriple
tree
|
commitdiff
2011-10-18
Daniel Dunbar
build: Tidy up a bunch of tool Makefiles, and simplify...
tree
|
commitdiff
2011-10-17
Nick Lewycky
Add support for a new extension to the .file directive:
tree
|
commitdiff
2011-10-16
Chris Lattner
Make SMDiagnostic a little more sane. Instead of passi...
tree
|
commitdiff
2011-09-15
Owen Anderson
Don't attach annotations to MCInst's. Instead, have...
tree
|
commitdiff
2011-09-07
James Molloy
Refactor instprinter and mcdisassembler to take a Subta...
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-08-17
Owen Anderson
Allow the MCDisassembler to return a "soft fail" status...
tree
|
commitdiff
2011-08-16
Jim Grosbach
Remove unused Target argument from AsmParser constructi...
tree
|
commitdiff
2011-07-26
Evan Cheng
Fix llvm-mc target detection code to match llc.
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename createCodeEmitter to createMCCodeEmitter; create...
tree
|
commitdiff
2011-07-26
Evan Cheng
Rename TargetAsmParser to MCTargetAsmParser and TargetA...
tree
|
commitdiff
2011-07-25
Evan Cheng
Rename TargetAsmBackend to MCAsmBackend; rename createA...
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-22
Chandler Carruth
Move the registered target printing in version strings...
tree
|
commitdiff
2011-07-20
Evan Cheng
Goodbye TargetAsmInfo. This eliminate last bit of CodeG...
tree
|
commitdiff
2011-07-20
Evan Cheng
- Move CodeModel from a TargetMachine global option...
tree
|
commitdiff
2011-07-20
Evan Cheng
Add MCObjectFileInfo and sink the MCSections initializa...
tree
|
commitdiff
next