index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
make this handle redefinition of malloc with different prototype correctly.
Chris Lattner
2009-11-09
1
-3
/
+3
*
prune #include / layering violation
Chris Lattner
2009-11-07
1
-2
/
+0
*
Fit in 80 columns
Victor Hernandez
2009-11-07
1
-2
/
+4
*
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
2
-33
/
+34
*
CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with...
Victor Hernandez
2009-11-06
1
-2
/
+4
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
7
-38
/
+37
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
2
-5
/
+2
*
Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM
Victor Hernandez
2009-11-06
2
-34
/
+33
*
Update CreateMalloc so that its callers specify the size to allocate:
Victor Hernandez
2009-11-05
2
-33
/
+34
*
Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...
Victor Hernandez
2009-11-03
1
-37
/
+5
*
remove a bunch of locking from LLVMContextImpl. Since only one thread
Chris Lattner
2009-11-01
8
-87
/
+0
*
the verifier shouldn't modify the IR.
Chris Lattner
2009-11-01
3
-9
/
+16
*
fix an issue where the verifier would reject a function whose entry
Chris Lattner
2009-11-01
2
-2
/
+15
*
Fix BlockAddress::replaceUsesOfWithOnConstant to correctly
Chris Lattner
2009-11-01
1
-5
/
+8
*
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-11-01
3
-10
/
+8
*
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-31
3
-8
/
+10
*
if basic blocks are destroyed while there are *just* BlockAddress' hanging
Chris Lattner
2009-10-30
1
-0
/
+18
*
make hasAddressTaken() constant time by storing a refcount in BB's subclass d...
Chris Lattner
2009-10-30
2
-13
/
+7
*
it isn't valid to take the address of the entry block.
Chris Lattner
2009-10-30
1
-0
/
+2
*
Simplify this code and avoid an extra space character in the output.
Dan Gohman
2009-10-30
1
-2
/
+1
*
add sanity check for indbr.
Chris Lattner
2009-10-29
1
-1
/
+2
*
Add a hasAddressTaken for BasicBlock.
Dan Gohman
2009-10-29
1
-0
/
+9
*
Previously, all operands to Constant were themselves constant.
Chris Lattner
2009-10-28
2
-19
/
+27
*
'static const void *X = &&y' can only be put in the
Chris Lattner
2009-10-28
1
-0
/
+3
*
asmprinter support for BlockAddress.
Chris Lattner
2009-10-28
1
-0
/
+9
*
when we tear down a module, we need to be careful to
Chris Lattner
2009-10-28
1
-1
/
+14
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
3
-21
/
+22
*
IR support for the new BlockAddress constant kind. This is
Chris Lattner
2009-10-28
2
-6
/
+74
*
Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoid
Jeffrey Yasskin
2009-10-27
2
-17
/
+17
*
Factor out redundancy from clone() implementations.
Devang Patel
2009-10-27
2
-289
/
+92
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-2
/
+2
*
add enough support for indirect branch for the feature test to pass
Chris Lattner
2009-10-27
3
-1
/
+136
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
1
-2
/
+2
*
Remove FreeInst.
Victor Hernandez
2009-10-26
3
-38
/
+45
*
Do not use expensive sort().
Devang Patel
2009-10-26
1
-4
/
+6
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
2
-2
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
3
-5
/
+4
*
Remove ICmpInst::isSignedPredicate which was a reimplementation
Nick Lewycky
2009-10-25
1
-11
/
+0
*
Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual
Nick Lewycky
2009-10-25
1
-1
/
+18
*
Make DominanceFrontierBase::print's output prettier.
Dan Gohman
2009-10-24
1
-3
/
+5
*
Auto-upgrade free instructions to calls to the builtin free function.
Victor Hernandez
2009-10-24
1
-0
/
+45
*
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-23
4
-17
/
+51
*
Hide MetadataContext implementation details.
Devang Patel
2009-10-22
2
-32
/
+170
*
Fix getMDs() interface such that it does not expose implementation details.
Devang Patel
2009-10-22
2
-16
/
+21
*
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-22
2
-12
/
+8
*
Sort handler names to ensure deterministic behavior.
Devang Patel
2009-10-22
1
-2
/
+3
*
Fix getHandlerNames() interface. Now it populate clinet supplied small vector...
Devang Patel
2009-10-22
2
-9
/
+13
*
Use StringRef to construct MDString.
Devang Patel
2009-10-22
1
-1
/
+2
*
Remove meaningless const.
Devang Patel
2009-10-22
1
-4
/
+4
[next]