index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-17
Remove std::move that was preventing return value optimization.
Richard Trieu
1
-1
/
+1
2015-01-16
IR: Allow 16-bits for column info
Duncan P. N. Exon Smith
1
-1
/
+1
2015-01-13
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2
-2
/
+150
2015-01-12
AsmParser: Use subclass API instead of MDNode wrappers, NFC
Duncan P. N. Exon Smith
1
-4
/
+4
2015-01-12
AsmParser: Factor duplicated code into ParseMDNode(), NFC
Duncan P. N. Exon Smith
2
-27
/
+24
2015-01-12
AsmParser: Reorder ParseMetadata() logic, NFC
Duncan P. N. Exon Smith
1
-13
/
+13
2015-01-12
AsmParser: Simplify ParseMDTuple(), NFC
Duncan P. N. Exon Smith
1
-4
/
+1
2015-01-12
AsmParser: ParseMDNode() => ParseMDTuple(), NFC
Duncan P. N. Exon Smith
2
-5
/
+5
2015-01-12
AsmParser: Remove unused version of ParseMDNodeID()
Duncan P. N. Exon Smith
2
-18
/
+6
2015-01-12
AsmParser: Use normal references for metadata attachments, NFC
Duncan P. N. Exon Smith
2
-39
/
+6
2015-01-12
IR: Split GenericMDNode into MDTuple and UniquableMDNode
Duncan P. N. Exon Smith
1
-2
/
+2
2015-01-08
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
4
-4
/
+14
2015-01-06
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2
-10
/
+20
2014-12-15
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2
-74
/
+80
2014-12-11
AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
1
-2
/
+2
2014-12-11
AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
1
-2
/
+2
2014-12-10
AsmParser: Don't allow null bytes in BB labels
David Majnemer
1
-1
/
+6
2014-12-10
AsmParser: Don't crash if a null byte is inside a quoted string
David Majnemer
2
-52
/
+34
2014-12-09
AsmParser: Verifier that the contents of a hex integer are hex
David Majnemer
1
-1
/
+7
2014-12-09
AsmParser: Don't crash on short hex constants for fp128 types
David Majnemer
1
-5
/
+7
2014-12-09
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2
-62
/
+92
2014-12-09
AsmParser: Don't crash on malformed attribute groups
David Majnemer
1
-1
/
+3
2014-12-09
Reland r223754
David Majnemer
1
-6
/
+9
2014-12-09
Revert "AsmParser: Reject invalid mismatch between forward ref and def"
David Majnemer
1
-8
/
+5
2014-12-09
AsmParser: Reject invalid mismatch between forward ref and def
David Majnemer
1
-5
/
+8
2014-12-07
IR: Add missing tests for function-local metadata
Duncan P. N. Exon Smith
1
-1
/
+1
2014-12-06
IR: Disallow function-local metadata attachments
Duncan P. N. Exon Smith
1
-0
/
+4
2014-12-06
IR: Disallow complicated function-local metadata
Duncan P. N. Exon Smith
1
-0
/
+13
2014-12-03
Prologue support
Peter Collingbourne
3
-2
/
+8
2014-12-01
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
Reid Kleckner
3
-1
/
+5
2014-11-19
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
1
-1
/
+1
2014-10-28
X86: Implement the vectorcall calling convention
Reid Kleckner
3
-1
/
+4
2014-09-10
Make CallingConv::ID an alias of "unsigned".
Alexey Samsonov
2
-10
/
+6
2014-08-29
Fix typos in comments, NFC
Robin Morisset
1
-1
/
+1
2014-08-26
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
1
-13
/
+10
2014-08-26
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2
-3
/
+22
2014-08-21
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
1
-1
/
+1
2014-08-19
Split parseAssembly into parseAssembly and parseAssemblyInto.
Rafael Espindola
1
-6
/
+13
2014-08-19
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
4
-4
/
+156
2014-08-19
Modernize the .ll parsing interface.
Rafael Espindola
1
-18
/
+17
2014-08-19
LLParser: Handle BlockAddresses on-the-fly
Duncan P. N. Exon Smith
2
-93
/
+126
2014-08-18
These classes only need a StringRef, not a MemoryBuffer.
Rafael Espindola
4
-8
/
+8
2014-08-18
Delete unused method.
Rafael Espindola
2
-6
/
+0
2014-08-17
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
Rafael Espindola
1
-10
/
+9
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
3
-6
/
+6
2014-08-05
Remove dead code in condition
Duncan P. N. Exon Smith
1
-2
/
+2
2014-07-30
Use "weak alias" instead of "alias weak"
Rafael Espindola
2
-16
/
+13
2014-07-23
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
3
-19
/
+0
2014-07-18
Add a dereferenceable attribute
Hal Finkel
4
-0
/
+53
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-4
/
+5
[next]