aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Oops! Fix bug introduced in my recent cleanup change. Thanks to Tobias GrosserNick Lewycky2009-11-271-1/+1
* Fix typo spotted by Gabor Greif.Nick Lewycky2009-11-261-3/+3
* Clean up file, no functionality change.Nick Lewycky2009-11-261-24/+11
* Move FunctionPassManagerImpl's dumpArguments and dumpPasses callsDan Gohman2009-11-231-3/+3
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-231-3/+3
* Start catching LLVMContext misuse in the verifier.Nick Lewycky2009-11-231-0/+3
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-171-0/+15
* BuildIntCast takes an additional parameter, isSigned.Duncan Sands2009-11-161-2/+3
* Special case FixedStackPseudoSourceValueVal as well. Do we really need to dif...Evan Cheng2009-11-161-1/+2
* Remove extraneous commit.Eric Christopher2009-11-131-5/+0
* Print out something, even if it's non-parseable later when we'veEric Christopher2009-11-131-2/+7
* Do not use StringRef in DebugInfo interface. Devang Patel2009-11-121-0/+11
* Reject duplicate case values in a switch, PR5450.Chris Lattner2009-11-111-1/+5
* make this handle redefinition of malloc function with different prototype cor...Victor Hernandez2009-11-101-7/+9
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-101-2/+2
* Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ...Daniel Dunbar2009-11-101-6/+8
* make this handle redefinition of malloc with different prototype correctly.Chris Lattner2009-11-091-3/+3
* prune #include / layering violationChris Lattner2009-11-071-2/+0
* Fit in 80 columnsVictor Hernandez2009-11-071-2/+4
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-072-33/+34
* CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with...Victor Hernandez2009-11-061-2/+4
* Pass StringRef by value.Daniel Dunbar2009-11-067-38/+37
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-062-5/+2
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-062-34/+33
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-052-33/+34
* Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a...Victor Hernandez2009-11-031-37/+5
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-018-87/+0
* the verifier shouldn't modify the IR.Chris Lattner2009-11-013-9/+16
* fix an issue where the verifier would reject a function whose entryChris Lattner2009-11-012-2/+15
* Fix BlockAddress::replaceUsesOfWithOnConstant to correctly Chris Lattner2009-11-011-5/+8
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-013-10/+8
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-313-8/+10
* if basic blocks are destroyed while there are *just* BlockAddress' hanging Chris Lattner2009-10-301-0/+18
* make hasAddressTaken() constant time by storing a refcount in BB's subclass d...Chris Lattner2009-10-302-13/+7
* it isn't valid to take the address of the entry block.Chris Lattner2009-10-301-0/+2
* Simplify this code and avoid an extra space character in the output.Dan Gohman2009-10-301-2/+1
* add sanity check for indbr.Chris Lattner2009-10-291-1/+2
* Add a hasAddressTaken for BasicBlock.Dan Gohman2009-10-291-0/+9
* Previously, all operands to Constant were themselves constant.Chris Lattner2009-10-282-19/+27
* 'static const void *X = &&y' can only be put in the Chris Lattner2009-10-281-0/+3
* asmprinter support for BlockAddress.Chris Lattner2009-10-281-0/+9
* when we tear down a module, we need to be careful to Chris Lattner2009-10-281-1/+14
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-283-21/+22
* IR support for the new BlockAddress constant kind. This isChris Lattner2009-10-282-6/+74
* Rename lib/VMCore/ConstantsContext.h:ValueMap<> to ConstantUniqueMap<> to avoidJeffrey Yasskin2009-10-272-17/+17
* Factor out redundancy from clone() implementations.Devang Patel2009-10-272-289/+92
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-2/+2
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-273-1/+136
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-271-0/+1
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-261-2/+2