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
*
MC: Appease the buildbots
David Majnemer
2014-03-10
1
-2
/
+2
*
MC: Cleanup MCSectionMachO::ParseSectionSpecifier
David Majnemer
2014-03-10
1
-77
/
+43
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
5
-36
/
+36
*
De-virtualize a method since it doesn't override anything (yay 'override' key...
Craig Topper
2014-03-08
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
6
-256
/
+251
*
MC: Use MachO::SectionType for MCSectionMachO::getType's return type
David Majnemer
2014-03-07
2
-2
/
+2
*
Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
2014-03-07
2
-3
/
+3
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
4
-108
/
+108
*
Reapply "MC: simplify object file selection for Windows"
Saleem Abdulrasool
2014-03-06
1
-3
/
+2
*
Remove unreachable 'return true' always dominated by 'return Error' or 'retur...
Ted Kremenek
2014-03-06
1
-3
/
+2
*
Support: split object format out of environment
Saleem Abdulrasool
2014-03-06
1
-2
/
+2
*
MC: simplify object file selection for Windows
Saleem Abdulrasool
2014-03-06
1
-4
/
+3
*
MS asm: The initial dot in struct access is optional
Reid Kleckner
2014-03-06
1
-0
/
+4
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
10
-60
/
+45
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
4
-9
/
+4
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-0
/
+12
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
3
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
2
-5
/
+4
*
Add support for parsing sun-style section flags in ELFAsmParser.
Venkatraman Govindaraju
2014-03-01
1
-6
/
+43
*
Remove MCPureStreamer.
Rafael Espindola
2014-02-27
2
-229
/
+0
*
Reuse constants for COFF string table entry offsets
Nico Rieck
2014-02-25
1
-7
/
+9
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Asm Parser: support .error directive
Saleem Abdulrasool
2014-02-23
1
-10
/
+34
*
AsmParser: support .ifeqs directive
Saleem Abdulrasool
2014-02-23
1
-2
/
+44
*
MCAsmParser: support .ifne
Saleem Abdulrasool
2014-02-23
1
-3
/
+7
*
MCAsmParser: handle space properly for .ifc/.ifnc
Saleem Abdulrasool
2014-02-23
1
-1
/
+2
*
MCAsmParser: add support for .err directive
Saleem Abdulrasool
2014-02-23
1
-0
/
+16
*
MC: Support COFF string tables larger than 10MB
Nico Rieck
2014-02-22
1
-1
/
+27
*
Move get[S|U]LEB128Size() to LEB128.h.
Logan Chien
2014-02-22
2
-26
/
+1
*
Remove dead declaration
Sylvestre Ledru
2014-02-21
1
-1
/
+0
*
AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.
Benjamin Kramer
2014-02-20
1
-3
/
+3
*
MCAsmParser: support required parameters
Saleem Abdulrasool
2014-02-19
1
-12
/
+59
*
MCAsmParser: change representation of MCAsmMacroParameter
Saleem Abdulrasool
2014-02-19
1
-18
/
+22
*
Add support for assigning to . in AsmParser.
Anders Waldenborg
2014-02-17
1
-8
/
+6
*
MCAsmParser: better handling for named arguments
Saleem Abdulrasool
2014-02-17
1
-15
/
+56
*
MCAsmParser: relax declaration parsing
Saleem Abdulrasool
2014-02-16
1
-1
/
+4
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-1
/
+2
*
Support DWARF discriminators in object streamer.
Diego Novillo
2014-02-14
1
-0
/
+10
*
Revert "DebugInfo: Don't include the name of the CU file in the line table fi...
Eric Christopher
2014-02-14
1
-2
/
+1
*
DebugInfo: Don't include the name of the CU file in the line table file list ...
David Blaikie
2014-02-14
1
-1
/
+2
*
Use __literal16. It has been supported by the linker since 2005.
Rafael Espindola
2014-02-13
1
-10
/
+4
*
Fix generation of 'isa' and 'discriminator' keywords.
Diego Novillo
2014-02-13
1
-2
/
+2
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
3
-0
/
+18
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
3
-18
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
3
-0
/
+18
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
2
-13
/
+13
*
MCParser: add a single token lookahead
Saleem Abdulrasool
2014-02-09
1
-0
/
+22
*
AsmParser: Simplify code with ArrayRef.
Benjamin Kramer
2014-02-09
1
-32
/
+12
*
AsmParser: Parse (and ignore) nested .macro definitions.
Benjamin Kramer
2014-02-09
1
-9
/
+20
[next]