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
*
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
*
MC: Diagnose an unexpected token in COFF .section instead of asserting
Reid Kleckner
2014-08-11
1
-0
/
+4
*
SubTargetFeature.cpp: it seems the size of this SmallVector should be 3
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Fix tabs.
Joerg Sonnenberger
2014-08-10
1
-4
/
+4
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
3
-24
/
+32
*
MC: remove duplicated code
Saleem Abdulrasool
2014-08-09
1
-14
/
+2
*
MC: cleanup includes
Saleem Abdulrasool
2014-08-09
1
-1
/
+0
*
MC: split Win64EHUnwindEmitter into a shared streamer
Saleem Abdulrasool
2014-08-07
4
-59
/
+84
*
Enable Darwin vararg parameters support in assembler macros.
Kevin Enderby
2014-08-04
1
-1
/
+1
*
MC: virtualise EmitWindowsUnwindTables
Saleem Abdulrasool
2014-08-03
1
-4
/
+0
*
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
Saleem Abdulrasool
2014-08-03
3
-26
/
+38
*
Add support for StackMap section for ELF/Linux systems
Philip Reames
2014-08-01
1
-0
/
+6
*
Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it ...
Eric Christopher
2014-07-31
2
-0
/
+575
*
Fixing CMake problems with MCObjectDisassembler.cpp not existing.
Aaron Ballman
2014-07-31
1
-1
/
+0
*
Remove MCObjectDisassembler.cpp as it is untested and unused.
Eric Christopher
2014-07-31
1
-574
/
+0
*
Move MCObjectSymbolizer.h to MC/MCAnalysis.
Rafael Espindola
2014-07-31
2
-2
/
+2
*
Fix loop end condition.
Eric Christopher
2014-07-31
1
-1
/
+1
*
Reapply "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-07-25
1
-7
/
+7
[next]