projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[X86] And also test INSERTPS shuffle mask pretty-printing.
[oota-llvm.git]
/
lib
/
AsmParser
/
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-11
David Majnemer
AsmParser: Don't crash on an ill-formed MDNodeVector
tree
|
commitdiff
2014-12-11
David Majnemer
AsmParser: Don't crash on an ill-formed MDNodeVector
tree
|
commitdiff
2014-12-10
David Majnemer
AsmParser: Don't allow null bytes in BB labels
tree
|
commitdiff
2014-12-10
David Majnemer
AsmParser: Don't crash if a null byte is inside a quote...
tree
|
commitdiff
2014-12-09
David Majnemer
AsmParser: Verifier that the contents of a hex integer...
tree
|
commitdiff
2014-12-09
David Majnemer
AsmParser: Don't crash on short hex constants for fp128...
tree
|
commitdiff
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
tree
|
commitdiff
2014-12-09
David Majnemer
AsmParser: Don't crash on malformed attribute groups
tree
|
commitdiff
2014-12-09
David Majnemer
Reland r223754
tree
|
commitdiff
2014-12-09
David Majnemer
Revert "AsmParser: Reject invalid mismatch between...
tree
|
commitdiff
2014-12-09
David Majnemer
AsmParser: Reject invalid mismatch between forward...
tree
|
commitdiff
2014-12-07
Duncan P. N. Exon...
IR: Add missing tests for function-local metadata
tree
|
commitdiff
2014-12-06
Duncan P. N. Exon...
IR: Disallow function-local metadata attachments
tree
|
commitdiff
2014-12-06
Duncan P. N. Exon...
IR: Disallow complicated function-local metadata
tree
|
commitdiff
2014-12-03
Peter Collingbourne
Prologue support
tree
|
commitdiff
2014-12-01
Reid Kleckner
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
tree
|
commitdiff
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
tree
|
commitdiff
2014-10-28
Reid Kleckner
X86: Implement the vectorcall calling convention
tree
|
commitdiff
2014-09-10
Alexey Samsonov
Make CallingConv::ID an alias of "unsigned".
tree
|
commitdiff
2014-08-29
Robin Morisset
Fix typos in comments, NFC
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a MemoryBufferRef when we can avoid taking ownership.
tree
|
commitdiff
2014-08-26
Reid Kleckner
Declare that musttail calls in variadic functions forwa...
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Split parseAssembly into parseAssembly and parseAssembl...
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
IR: Implement uselistorder assembly directives
tree
|
commitdiff
2014-08-19
Rafael Espindola
Modernize the .ll parsing interface.
tree
|
commitdiff
2014-08-19
Duncan P. N. Exon...
LLParser: Handle BlockAddresses on-the-fly
tree
|
commitdiff
2014-08-18
Rafael Espindola
These classes only need a StringRef, not a MemoryBuffer.
tree
|
commitdiff
2014-08-18
Rafael Espindola
Delete unused method.
tree
|
commitdiff
2014-08-17
Rafael Espindola
Pass a std::uinque_ptr to ParseAssembly to make the...
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-05
Duncan P. N. Exon...
Remove dead code in condition
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-23
Saleem Abdulrasool
AsmParser: remove deprecated LLIR support
tree
|
commitdiff
2014-07-18
Hal Finkel
Add a dereferenceable attribute
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
tree
|
commitdiff
2014-06-27
Alp Toker
ParseIR: don't take ownership of the MemoryBuffer
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-25
Eli Bendersky
Rename loop unrolling and loop vectorizer metadata...
tree
|
commitdiff
2014-06-13
Tim Northover
IR: add "cmpxchg weak" variant to support permitted...
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-06
Rafael Espindola
Allow aliases to be unnamed_addr.
tree
|
commitdiff
2014-06-05
Tom Roeder
Add a new attribute called 'jumptable' that creates...
tree
|
commitdiff
2014-06-04
Rafael Espindola
Clauses in a landingpad are always Constant. Use a...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Update comments to match reality.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Fix a small bug in the parsing of anonymous globals.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Simplify the parsing of unnamed globals. No functionali...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Update comment. This should have been part of r210062.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-28
Rafael Espindola
[pr19844] Add thread local mode to aliases.
tree
|
commitdiff
2014-05-21
Richard Smith
[modules] Add module maps for LLVM. These are not quite...
tree
|
commitdiff
2014-05-20
Nick Lewycky
Add 'nonnull', a new parameter and return attribute...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
2014-05-09
Reid Kleckner
Revert "[ms-cxxabi] Add a new calling convention that...
tree
|
commitdiff
2014-05-09
Rafael Espindola
Don't crash on redefinitions.
tree
|
commitdiff
2014-05-07
Duncan P. N. Exon...
IR: Don't allow non-default visibility on local linkage
tree
|
commitdiff
2014-04-24
Reid Kleckner
Add 'musttail' marker to call instructions
tree
|
commitdiff
2014-04-16
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-05
Saleem Abdulrasool
AsmParser: add a warning for compatibility parsing
tree
|
commitdiff
2014-04-05
Saleem Abdulrasool
AsmParser: restore LLVM IR compatibility for linker_pri...
tree
|
commitdiff
2014-03-13
Rafael Espindola
Remove the linker_private and linker_private_weak linkages.
tree
|
commitdiff
2014-03-11
Tim Northover
IR: add a second ordering operand to cmpxhg for failure
tree
|
commitdiff
2014-03-09
David Majnemer
IR: Change inalloca's grammar a bit
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Chandler Carruth
[Layering] Move AutoUpgrade.h into the IR library where its
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[Modules] Move ValueHandle into the IR library where...
tree
|
commitdiff
2014-01-31
Reid Kleckner
[ms-cxxabi] Add a new calling convention that swaps...
tree
|
commitdiff
2014-01-17
Reid Kleckner
Add an inalloca flag to allocas
tree
|
commitdiff
2014-01-17
Juergen Ributzka
Add two new calling conventions for runtime calls
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-14
Nico Rieck
Revert "Decouple dllexport/dllimport from linkage"
tree
|
commitdiff
2014-01-14
Nico Rieck
Decouple dllexport/dllimport from linkage
tree
|
commitdiff
2014-01-07
Chandler Carruth
Move the LLVM IR asm writer header files into the IR...
tree
|
commitdiff
2013-12-19
Reid Kleckner
Begin adding docs and IR-level support for the inalloca...
tree
|
commitdiff
2013-12-02
Manman Ren
Debug Info: drop debug info via upgrading path if versi...
tree
|
commitdiff
2013-11-19
Rafael Espindola
Make it explicit that nulls are not allowed in names.
tree
|
commitdiff
2013-11-15
Matt Arsenault
Add addrspacecast instruction.
tree
|
commitdiff
2013-11-08
Juergen Ributzka
[Stackmap] Add AnyReg calling convention support for...
tree
|
commitdiff
2013-11-01
Rafael Espindola
Remove linkonce_odr_auto_hide.
tree
|
commitdiff
2013-10-31
Andrew Trick
Add new calling convention for WebKit Java Script.
tree
|
commitdiff
2013-10-27
Shuxin Yang
Revert r193251 : Use address-taken to disambiguate...
tree
|
commitdiff
2013-10-23
Shuxin Yang
Use address-taken to disambiguate global variable and...
tree
|
commitdiff
2013-10-09
Rafael Espindola
Add a GlobalAlias::isValidLinkage to reduce code duplic...
tree
|
commitdiff
2013-10-06
Rafael Espindola
Add support for aliases with linkonce_odr.
tree
|
commitdiff
2013-10-01
Rafael Espindola
Remove several unused variables.
tree
|
commitdiff
2013-09-28
Manman Ren
AutoUpgrade: upgrade from scalar TBAA format to struct...
tree
|
commitdiff
2013-09-16
Peter Collingbourne
Implement function prefix data as an IR feature.
tree
|
commitdiff
2013-09-11
Benjamin Kramer
Revert "Give internal classes hidden visibility."
tree
|
commitdiff
2013-09-11
Benjamin Kramer
Give internal classes hidden visibility.
tree
|
commitdiff
2013-08-23
Andrea Di Biagio
Add function attribute 'optnone'.
tree
|
commitdiff
next