| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
c++ class that holds current class's vtable.
llvm-svn: 94586
|
|
|
|
| |
llvm-svn: 94491
|
|
|
|
| |
llvm-svn: 94262
|
|
|
|
| |
llvm-svn: 94256
|
|
|
|
| |
llvm-svn: 93978
|
|
|
|
|
|
| |
array
llvm-svn: 93764
|
|
|
|
| |
llvm-svn: 93630
|
|
|
|
|
|
|
|
|
| |
its first argument, via function-local metadata (instead of via a bitcast).
This patch also cleans up code that expects there to be a bitcast in the first argument and testcases that call llvm.dbg.declare.
It also strips old llvm.dbg.declare intrinsics that did not pass metadata as the first argument.
llvm-svn: 93531
|
|
|
|
|
|
| |
auto-upgraded
llvm-svn: 93515
|
|
|
|
|
|
|
|
| |
its first argument, via function-local metadata (instead of via a bitcast).
This patch also cleans up code that expects there to be a bitcast in the first argument and testcases that call llvm.dbg.declare.
llvm-svn: 93504
|
|
|
|
|
|
|
| |
Make InsertDbgValueIntrinsic() and get Offset take and recieve a uint64_t.
Get constness correct for getVariable() and getValue().
llvm-svn: 93149
|
|
|
|
| |
llvm-svn: 92760
|
|
|
|
|
|
|
|
|
|
| |
Intrinsic::dbg_stoppoint
Intrinsic::dbg_region_start
Intrinsic::dbg_region_end
Intrinsic::dbg_func_start
AutoUpgrade simply ignores these intrinsics now.
llvm-svn: 92557
|
|
|
|
|
|
|
| |
by moving one method out of line and eliminating redundant checks
from other methods.
llvm-svn: 92337
|
|
|
|
|
|
|
| |
things that occur in types. "operands" are things that occur
in values.
llvm-svn: 92322
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after the MDNode in memory. This eliminates the operands
pointer and saves a new[] per node.
Note that the code in DIDerivedType::replaceAllUsesWith is wrong
and quite scary. A MDNode should not be RAUW'd with something
else: this changes all uses of the mdnode, which may not be debug
info related! Debug info should use something non-mdnode for
declarations.
llvm-svn: 92321
|
|
|
|
| |
llvm-svn: 92263
|
|
|
|
| |
llvm-svn: 92262
|
|
|
|
| |
llvm-svn: 92261
|
|
|
|
|
|
|
|
| |
getMDKindID/getMDKindNames methods to LLVMContext (and add
convenience methods to Module), eliminating MetadataContext.
Move the state that it maintains out to LLVMContext.
llvm-svn: 92259
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I asked Devang to do back on Sep 27. Instead of going through the
MetadataContext class with methods like getMD() and getMDs(), just
ask the instruction directly for its metadata with getMetadata()
and getAllMetadata().
This includes a variety of other fixes and improvements: previously
all Value*'s were bloated because the HasMetadata bit was thrown into
value, adding a 9th bit to a byte. Now this is properly sunk down to
the Instruction class (the only place where it makes sense) and it
will be folded away somewhere soon.
This also fixes some confusion in getMDs and its clients about
whether the returned list is indexed by the MDID or densely packed.
This is now returned sorted and densely packed and the comments make
this clear.
This introduces a number of fixme's which I'll follow up on.
llvm-svn: 92235
|
|
|
|
|
|
|
| |
doesn't exist already, eliminate registerMDKind. Tidy up a bunch
of random stuff.
llvm-svn: 92225
|
|
|
|
|
|
| |
s/errs/dbgs/g except for certain special cases.
llvm-svn: 92032
|
|
|
|
| |
llvm-svn: 91440
|
|
|
|
| |
llvm-svn: 90898
|
|
|
|
| |
llvm-svn: 90807
|
|
|
|
| |
llvm-svn: 90805
|
|
|
|
|
|
|
|
|
|
|
| |
The semantics of llvm.dbg.value are that starting from where it is executed, an offset into the specified user source variable is specified to get a new value.
An example:
call void @llvm.dbg.value(metadata !{ i32 7 }, i64 0, metadata !2)
Here the user source variable associated with metadata #2 gets the value "i32 7" at offset 0.
llvm-svn: 90788
|
|
|
|
| |
llvm-svn: 90474
|
|
|
|
|
|
| |
declaration entry.
llvm-svn: 90282
|
|
|
|
| |
llvm-svn: 89866
|
|
|
|
| |
llvm-svn: 89725
|
|
|
|
| |
llvm-svn: 89689
|
|
|
|
| |
llvm-svn: 89156
|
|
|
|
| |
llvm-svn: 87070
|
|
|
|
| |
llvm-svn: 87059
|
|
|
|
|
|
| |
make it permanent and remove old way of inserting intrinsics to encode debug info for line number and scopes.
llvm-svn: 87014
|
|
|
|
|
|
|
| |
This allows StringRef to skip controversial if(str) check in constructor.
Buildbots, wait for corresponding clang and llvm-gcc FE check-ins!
llvm-svn: 86914
|
|
|
|
| |
llvm-svn: 86748
|
|
|
|
|
|
| |
Update InsertDeclare to return newly inserted llvm.dbg.declare intrinsic.
llvm-svn: 86727
|
|
|
|
| |
llvm-svn: 86269
|
|
|
|
| |
llvm-svn: 86259
|
|
|
|
|
|
|
|
| |
variants encoded as DIDerivedType appropriately.
This improves bitfield support.
llvm-svn: 86073
|
|
|
|
| |
llvm-svn: 85630
|
|
|
|
| |
llvm-svn: 85619
|
|
|
|
|
|
|
|
| |
until one find's dbg.declare intrinsic.
Patch by Sunae Seo.
llvm-svn: 85518
|
|
|
|
|
|
| |
Patch by Talin!
llvm-svn: 85126
|
|
|
|
|
|
| |
not mean "there is no debug info in this module". :)
llvm-svn: 83984
|
|
|
|
|
|
| |
we should allow a "null" with this dyn_cast.
llvm-svn: 83573
|
|
|
|
|
|
| |
to an instruction.
llvm-svn: 83491
|