index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-mc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-17
Remove unused includes and out of date comment. NFC.
Rafael Espindola
1
-1
/
+0
2014-12-12
Pass output stream to AsLexInput instead of the whole tool_output_file.
Craig Topper
1
-46
/
+46
2014-12-12
Use unique_ptr to remove an explicit delete. Change return type to pass the u...
Craig Topper
1
-5
/
+4
2014-11-12
Remove the now unused StringRefMemoryObject.h.
Rafael Espindola
1
-1
/
+0
2014-11-12
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
1
-3
/
+2
2014-11-11
[llvm-mc] Fixing case where if a file ended with non-newline whitespace or a ...
Colin LeMahieu
1
-15
/
+9
2014-11-07
Use StringRefMemoryObject in llvm-mc. NFC.
Rafael Espindola
1
-29
/
+15
2014-10-15
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2
-4
/
+5
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-4
/
+4
2014-08-21
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
1
-2
/
+2
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
1
-2
/
+2
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-5
/
+5
2014-07-06
This only needs a StringRef.
Rafael Espindola
1
-1
/
+1
2014-07-06
SourceMgr: make valid buffer IDs start from one
Alp Toker
1
-1
/
+1
2014-06-28
Simplify code a bit, no functionality change.
Rafael Espindola
1
-3
/
+3
2014-06-19
Move -dwarf-version to an MC level command line option so it's
Eric Christopher
1
-7
/
+7
2014-06-19
80-column fixups.
Eric Christopher
1
-5
/
+10
2014-06-13
Remove 'using std::error_code' from tools.
Rafael Espindola
1
-2
/
+2
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-11
llvm-mc: Add option for prefering hex format disassembly.
Jim Grosbach
1
-9
/
+9
2014-05-21
Move MCOptions that aren't shared between programs into their specific
Eric Christopher
1
-0
/
+3
2014-05-21
This command line option is only used in one place. Move it there and
Eric Christopher
1
-0
/
+3
2014-05-15
Unify command line handling of MCTargetOptions and remove extra
Eric Christopher
1
-9
/
+0
2014-05-07
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
1
-3
/
+2
2014-05-01
Record the DWARF version in MCContext
Oliver Stannard
1
-0
/
+9
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2
-6
/
+6
2014-04-23
Create MCTargetOptions.
Evgeniy Stepanov
1
-2
/
+5
2014-04-15
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
1
-1
/
+21
2014-03-28
Add missing include (for r205050)
David Blaikie
1
-0
/
+1
2014-03-28
llvm-mc: error when -compress-debug-sections is requested and zlib is not linked
David Blaikie
1
-1
/
+6
2014-03-27
DebugInfo: Support for compressed debug info sections
David Blaikie
1
-0
/
+6
2014-03-20
Remove llvm-mc's disable-cfi option.
Rafael Espindola
1
-7
/
+4
2014-03-08
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-3
/
+3
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2
-15
/
+13
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-1
/
+1
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-05
Remove support for not using .loc directives.
Rafael Espindola
1
-5
/
+3
2014-01-28
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
1
-3
/
+4
2014-01-26
Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
1
-1
/
+1
2014-01-22
Whitespace.
NAKAMURA Takumi
1
-1
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+6
2013-09-12
Add an instruction deprecation feature to TableGen.
Joey Gouly
1
-3
/
+3
2013-09-09
Generate compact unwind encoding from CFI directives.
Bill Wendling
1
-2
/
+2
2013-07-19
Improve llvm-mc disassembler mode and refactor ARM tests to use it
Tim Northover
1
-12
/
+60
2013-07-16
Add a wrapper for open.
Rafael Espindola
1
-2
/
+2
2013-06-18
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
1
-1
/
+1
2013-05-13
Remove the MachineMove class.
Rafael Espindola
1
-3
/
+3
2013-05-06
Remove some redundant includes in llvm-mc.cpp.
Rafael Espindola
1
-3
/
+0
2013-02-26
Try to get rid of a -wunitialized warning: explicitly initialize the pointer
Eli Bendersky
1
-1
/
+3
2013-01-16
Remove unneeded include and empty line
Eli Bendersky
1
-2
/
+0
[next]