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
/
AsmParser
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Split GenericMDNode into MDTuple and UniquableMDNode
Duncan P. N. Exon Smith
2015-01-12
1
-2
/
+2
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
1
-3
/
+7
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
1
-9
/
+19
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-67
/
+68
*
AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
2014-12-11
1
-2
/
+2
*
AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
2014-12-11
1
-2
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-53
/
+82
*
AsmParser: Don't crash on malformed attribute groups
David Majnemer
2014-12-09
1
-1
/
+3
*
Reland r223754
David Majnemer
2014-12-09
1
-6
/
+9
*
Revert "AsmParser: Reject invalid mismatch between forward ref and def"
David Majnemer
2014-12-09
1
-8
/
+5
*
AsmParser: Reject invalid mismatch between forward ref and def
David Majnemer
2014-12-09
1
-5
/
+8
*
IR: Add missing tests for function-local metadata
Duncan P. N. Exon Smith
2014-12-07
1
-1
/
+1
*
IR: Disallow function-local metadata attachments
Duncan P. N. Exon Smith
2014-12-06
1
-0
/
+4
*
IR: Disallow complicated function-local metadata
Duncan P. N. Exon Smith
2014-12-06
1
-0
/
+13
*
Prologue support
Peter Collingbourne
2014-12-03
1
-2
/
+6
*
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
Reid Kleckner
2014-12-01
1
-1
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
1
-0
/
+2
*
Make CallingConv::ID an alias of "unsigned".
Alexey Samsonov
2014-09-10
1
-9
/
+5
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2014-08-26
1
-2
/
+19
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
1
-4
/
+143
*
LLParser: Handle BlockAddresses on-the-fly
Duncan P. N. Exon Smith
2014-08-19
1
-83
/
+114
*
Remove dead code in condition
Duncan P. N. Exon Smith
2014-08-05
1
-2
/
+2
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-14
/
+11
*
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
2014-07-23
1
-15
/
+0
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-0
/
+45
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-1
/
+97
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+3
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-0
/
+1
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-4
/
+9
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-18
/
+27
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+3
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-2
/
+3
*
Update comments to match reality.
Rafael Espindola
2014-06-03
1
-4
/
+4
*
Fix a small bug in the parsing of anonymous globals.
Rafael Espindola
2014-06-03
1
-0
/
+2
*
Simplify the parsing of unnamed globals. No functionality changed.
Rafael Espindola
2014-06-03
1
-31
/
+12
*
Update comment. This should have been part of r210062.
Rafael Espindola
2014-06-03
1
-2
/
+0
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-39
/
+20
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-15
/
+33
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-0
/
+3
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-18
/
+45
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+4
*
Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
Reid Kleckner
2014-05-09
1
-2
/
+0
*
Don't crash on redefinitions.
Rafael Espindola
2014-05-09
1
-5
/
+7
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-0
/
+17
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-6
/
+13
[next]