index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-mc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
Change the default of -relax-relocations.
Rafael Espindola
1
-3
/
+3
2016-06-12
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
1
-1
/
+1
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-05-29
Move RelaxELFRel out to llvm-mc.
Rafael Espindola
1
-0
/
+6
2016-05-27
Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi...
George Rimar
1
-5
/
+14
2016-05-27
Revert r270977 ([llvm-mc] - Teach llvm-mc to generate zlib styled compression...
George Rimar
1
-14
/
+5
2016-05-27
[llvm-mc] - Teach llvm-mc to generate zlib styled compression sections.
George Rimar
1
-5
/
+14
2016-05-18
Don't pass a Reloc::Model to MC.
Rafael Espindola
1
-15
/
+3
2016-03-22
MC: Don't access the filesystem in MCContext's constructor
Justin Bogner
1
-0
/
+6
2016-01-27
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
1
-1
/
+1
2016-01-26
Remove autoconf support
Chris Bieneman
1
-17
/
+0
2016-01-26
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
1
-1
/
+1
2015-12-21
[MC, COFF] Support link /incremental conditionally
David Majnemer
1
-3
/
+4
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
1
-2
/
+3
2015-09-15
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
1
-4
/
+4
2015-09-15
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
1
-4
/
+4
2015-09-15
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
1
-4
/
+4
2015-09-15
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
1
-4
/
+4
2015-09-14
[llvm-mc] Better error handling in ENOENT case + test.
Davide Italiano
1
-6
/
+1
2015-09-13
[llvm-mc] More meaningful error if input file doesn't exist.
Davide Italiano
1
-0
/
+5
2015-06-17
Use named temporaries for directional labels.
Rafael Espindola
1
-0
/
+3
2015-06-16
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
1
-1
/
+1
2015-06-16
[llvm-mc] The object form of the GNU triple should be the same as the string ...
Daniel Sanders
1
-1
/
+3
2015-06-15
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
1
-4
/
+2
2015-06-15
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
1
-2
/
+4
2015-06-07
Teaching llvm-mc how to understand the defsym command line option. This allo...
Colin LeMahieu
1
-0
/
+26
2015-04-20
Add targets to cmake for specific target components.
Pete Cooper
1
-1
/
+5
2015-04-14
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
1
-3
/
+11
2015-04-09
Simplify use of formatted_raw_ostream.
Rafael Espindola
1
-6
/
+6
2015-03-31
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
1
-2
/
+2
2015-03-20
Don't declare all text sections at the start of the .s
Rafael Espindola
1
-1
/
+2
2015-03-16
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
1
-1
/
+2
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
1
-2
/
+2
2015-02-19
llvm-mc: Use Target::createNullStreamer to fix crashes on target-specific asm...
Peter Collingbourne
1
-1
/
+1
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
[next]