| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
string.
llvm-svn: 113615
|
|
|
|
| |
llvm-svn: 113603
|
|
|
|
|
|
| |
"llvm.eh.catch.all.value". Only the name needs to be changed.
llvm-svn: 113600
|
|
|
|
| |
llvm-svn: 113539
|
|
|
|
|
|
| |
regular value references.
llvm-svn: 113538
|
|
|
|
|
|
|
| |
modules are instantiated in them. If the context is deleted, all of its owned
modules are also deleted.
llvm-svn: 113374
|
|
|
|
|
|
|
| |
switch to using a ManagedStatic for the global PassRegistry instead of a
ManagedCleanup, and fix a destruction ordering bug this exposed.
llvm-svn: 113283
|
|
|
|
| |
llvm-svn: 113261
|
|
|
|
|
|
|
|
| |
#include clutter
and exposing internal details.
llvm-svn: 113252
|
|
|
|
|
|
|
|
| |
vabd intrinsic and add and/or zext operations. In the case of vaba, this
also avoids the need for a DAG combine pattern to combine vabd with add.
Update tests. Auto-upgrade the old intrinsics.
llvm-svn: 112941
|
|
|
|
|
|
| |
not a scrunched version of it.
llvm-svn: 112904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove #uses comments from functions: they we're padded out to column 50
and were potentially confusing for externally visible functions.
going further, remove the "<i8**> [#uses=3]" comments entirely. They
add a lot of noise, confuse people about what the IR is, and don't add
any particular value. When the types are long it makes it really really
hard to read IR.
If someone is interested in this sort of thing, the right way to do this
is to implement an AsmAnnotationWriter that produces the same output, and
add a flag to llvm-dis (only) to produce this output.
llvm-svn: 112899
|
|
|
|
| |
llvm-svn: 112895
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and were potentially confusing for externally visible functions.
going further, remove the "<i8**> [#uses=3]" comments entirely. They
add a lot of noise, confuse people about what the IR is, and don't add
any particular value. When the types are long it makes it really really
hard to read IR.
If someone is interested in this sort of thing, the right way to do this
is to implement an AsmAnnotationWriter that produces the same output, and
add a flag to llvm-dis (only) to produce this output.
llvm-svn: 112894
|
|
|
|
|
|
| |
and there seems to be no reason not to.
llvm-svn: 112812
|
|
|
|
|
|
|
| |
add, and subtract operations with zero-extended or sign-extended vectors.
Update tests. Add auto-upgrade support for the old intrinsics.
llvm-svn: 112773
|
|
|
|
|
|
| |
is-function-local flag in metadata uniquing bits.
llvm-svn: 112528
|
|
|
|
|
|
| |
Auto-upgrade the old intrinsic and update tests.
llvm-svn: 112507
|
|
|
|
|
|
|
| |
IR add/sub operations with one or both operands sign- or zero-extended.
Auto-upgrade the old intrinsics.
llvm-svn: 112416
|
|
|
|
|
|
| |
being actively maintained, improved, or extended.
llvm-svn: 112356
|
|
|
|
| |
llvm-svn: 112349
|
|
|
|
|
|
|
| |
Update all the tests using those intrinsics and add support for
auto-upgrading bitcode files with the old versions of the intrinsics.
llvm-svn: 112271
|
|
|
|
|
|
|
|
| |
for MDNodes, since this information is effectively implied by
the operands. This allow allows the code to avoid doing a
recursive is-it-really-function-local check in some cases.
llvm-svn: 111995
|
|
|
|
|
|
| |
MDNode::deleteTemporary.
llvm-svn: 111853
|
|
|
|
|
|
| |
passes over to the new registration API.
llvm-svn: 111815
|
|
|
|
| |
llvm-svn: 111787
|
|
|
|
| |
llvm-svn: 111739
|
|
|
|
|
|
| |
is not non-temporary.
llvm-svn: 111713
|
|
|
|
|
|
|
|
|
|
|
| |
It's similar to "linker_private_weak", but it's known that the address of the
object is not taken. For instance, functions that had an inline definition, but
the compiler decided not to inline it. Note, unlike linker_private and
linker_private_weak, linker_private_weak_def_auto may have only default
visibility. The symbols are removed by the linker from the final linked image
(executable or dynamic library).
llvm-svn: 111684
|
|
|
|
|
|
|
|
| |
not part of the IR, are not uniqued, and may be safely RAUW'd.
This replaces a variety of alternate mechanisms for achieving
the same effect.
llvm-svn: 111681
|
|
|
|
| |
llvm-svn: 111625
|
|
|
|
|
|
| |
zero-extend operations.
llvm-svn: 111614
|
|
|
|
| |
llvm-svn: 111500
|
|
|
|
| |
llvm-svn: 111200
|
|
|
|
|
|
|
|
|
|
| |
a Pass abstraction, since that's the level it's actually used at.
Rename Pass' dumpPassStructure to dumpPass.
This eliminates an awkward use of getAsPass() to convert a PMDataManager*
into a Pass* just to permit a dumpPassStructure call.
llvm-svn: 111199
|
|
|
|
| |
llvm-svn: 111192
|
|
|
|
|
|
|
| |
PMTopLevelManager's constructor take a PMDataManager *, which already
provides the needed abstraction support.
llvm-svn: 111189
|
|
|
|
| |
llvm-svn: 111102
|
|
|
|
| |
llvm-svn: 111082
|
|
|
|
|
|
| |
catch bad shufflevector operations when they are created, rather than waiting for someone to notice later on.
llvm-svn: 110986
|
|
|
|
| |
llvm-svn: 110983
|
|
|
|
| |
llvm-svn: 110982
|
|
|
|
| |
llvm-svn: 110981
|
|
|
|
| |
llvm-svn: 110847
|
|
|
|
| |
llvm-svn: 110843
|
|
|
|
| |
llvm-svn: 110842
|
|
|
|
| |
llvm-svn: 110541
|
|
|
|
| |
llvm-svn: 110499
|
|
|
|
| |
llvm-svn: 110496
|
|
|
|
|
|
| |
out of PassManager.cpp and into Core.cpp with the rest of the C binding code.
llvm-svn: 110494
|