index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend C disassembler API to allow specifying target features
Bradley Smith
2014-09-30
1
-10
/
+16
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
3
-91
/
+62
*
WinCOFFObjectWriter.cpp: make write_uint32_le more efficient
Hans Wennborg
2014-09-28
1
-6
/
+4
*
MC: Use @IMGREL instead of @IMGREL32, which we can't parse
Reid Kleckner
2014-09-25
1
-1
/
+1
*
Revert r218380. This was breaking Apple internal build bots.
Akira Hatanaka
2014-09-24
1
-6
/
+14
*
Replace a hand-written suffix compare with std::lexicographical_compare.
Benjamin Kramer
2014-09-24
1
-14
/
+6
*
Downgrade DWARF2 section limit error to a warning
Oliver Stannard
2014-09-22
2
-5
/
+7
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
1
-6
/
+18
*
MC: Support aligned COMMON symbols for COFF
David Majnemer
2014-09-21
2
-5
/
+16
*
MC: Fix MCSectionCOFF::PrintSwitchToSection
David Majnemer
2014-09-20
1
-7
/
+11
*
MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF
David Majnemer
2014-09-20
1
-1
/
+1
*
Elide unnecessary DenseMap copy.
Benjamin Kramer
2014-09-19
1
-3
/
+3
*
Another required re-setting for MCStreamer::reset().
Yaron Keren
2014-09-17
1
-0
/
+1
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
4
-0
/
+15
*
This add a reset method for WinCOFFObjectWriter, like other MC* classes.
Yaron Keren
2014-09-16
1
-0
/
+16
*
Fix the build for MSVC, it doesn't support extended sizeof
David Majnemer
2014-09-15
1
-4
/
+4
*
MC: Add support for BigObj
David Majnemer
2014-09-15
1
-59
/
+91
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-1
/
+1
*
MC: correct DWARF line info for PE/COFF
Saleem Abdulrasool
2014-09-06
1
-1
/
+2
*
MC: correct DWARF header for PE/COFF assembly input
Saleem Abdulrasool
2014-09-05
1
-4
/
+4
*
MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
2014-09-04
4
-27
/
+62
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-2
/
+2
*
Nuke MCAnalysis.
Sean Silva
2014-09-02
12
-1668
/
+2
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
2
-12
/
+10
*
Fix left shifts by too large exponents in MCParser
Alexey Samsonov
2014-09-02
1
-7
/
+8
*
MC: remove unnecessary enumeration prefix
Saleem Abdulrasool
2014-09-01
1
-1
/
+1
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-8
/
+8
*
Silence a -Wsign-compare warning. NFC.
Aaron Ballman
2014-08-28
1
-1
/
+1
*
MC: Don't crash when the COFF section limit is reached
David Majnemer
2014-08-28
1
-6
/
+11
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-4
/
+4
*
Remove unused argument.
Rafael Espindola
2014-08-27
1
-9
/
+6
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-4
/
+4
*
Convert MC command line option for fatal assembler warnings into a
Joerg Sonnenberger
2014-08-26
2
-8
/
+4
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-4
/
+4
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+6
*
Don't allow MCStreamer::EmitIntValue to output 0-byte integers.
Alexey Samsonov
2014-08-20
2
-2
/
+3
*
Remove unused field.
Rafael Espindola
2014-08-20
1
-3
/
+1
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-1
/
+1
*
Remove unused member variable.
Rafael Espindola
2014-08-17
1
-10
/
+7
*
Make EmitAbsValue an static helper.
Rafael Espindola
2014-08-15
2
-31
/
+31
*
Delete dead code. NFC.
Rafael Espindola
2014-08-15
1
-6
/
+0
*
Make EmitDwarfSetLineAddr an static helper. NFC.
Rafael Espindola
2014-08-15
2
-13
/
+13
*
Make BuildSymbolDiff an static helper.
Rafael Espindola
2014-08-15
2
-15
/
+13
*
Make ForceExpAbs an static helper.
Rafael Espindola
2014-08-15
1
-3
/
+4
*
Add a helper to MCExpr for when an expression is know to be absolute.
Rafael Espindola
2014-08-15
3
-22
/
+23
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
3
-4
/
+0
*
Don't print comments to an object streamer :-)
Rafael Espindola
2014-08-15
1
-128
/
+13
*
EmitAbsValue is the same as EmitValue on non-darwin. NFC.
Rafael Espindola
2014-08-15
1
-1
/
+1
*
MC: AsmLexer: handle multi-character CommentStrings correctly
Saleem Abdulrasool
2014-08-14
1
-5
/
+13
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
[next]