aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Don't include the is-function-local bit in the FoldingSetNodeIDDan Gohman2010-08-241-15/+15
* Verify that a non-uniqued non-temporary MDNode is not deleted viaDan Gohman2010-08-231-1/+3
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-231-3/+3
* Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!Nick Lewycky2010-08-221-6/+15
* Use MDNode::destroy(). Fixes a delete/free mismatch.Benjamin Kramer2010-08-211-3/+1
* Add an assert to MDNode::deleteTemporary check that the node being deletedDan Gohman2010-08-211-1/+3
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-203-0/+12
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-201-0/+23
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-201-0/+8
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-201-0/+29
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-192-20/+12
* The plural of analysis is analyses.Dan Gohman2010-08-161-2/+2
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-162-12/+20
* Remove redundant inline keywords.Dan Gohman2010-08-162-3/+3
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-161-14/+6
* Revert r111082. No warnings for this common pattern.Argiris Kirtzidis2010-08-151-2/+2
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argiris Kirtzidis2010-08-141-2/+2
* Move some code from Verifier into SVI::isValidOperands. This allows us to ca...Nate Begeman2010-08-132-23/+17
* Trim #includes.Dan Gohman2010-08-122-7/+0
* Tidy up whitespace.Dan Gohman2010-08-121-85/+87
* Use .empty() instead of .size().Dan Gohman2010-08-121-1/+1
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-111-10/+0
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-111-11/+0
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-111-13/+0
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-081-2/+7
* More #include cleanups.Dan Gohman2010-08-071-0/+1
* Oops, check in this file too.Dan Gohman2010-08-071-2/+2
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-073-41/+37
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-065-84/+101
* Revert r110396 to fix buildbots.Owen Anderson2010-08-065-90/+75
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-055-75/+90
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-051-1/+1
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-041-1/+1
* Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman2010-08-021-4/+1
* Add Verifier logic for indirectbr.Dan Gohman2010-08-021-0/+11
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-022-3/+3
* Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer2010-08-011-0/+1
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-281-1/+8
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-281-0/+8
* After updating value handles for RAUW, check that no weak or tracking handlesDuncan Sands2010-07-271-1/+19
* Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:Dan Gohman2010-07-261-52/+64
* Avoid copying and recopying a std::set.Dan Gohman2010-07-261-6/+2
* Exit a search loop when the search goal is found.Dan Gohman2010-07-261-1/+3
* Fix formatting.Dan Gohman2010-07-261-2/+2
* Reduce string trashing.Benjamin Kramer2010-07-251-1/+1
* PR7704: A function is not allowed to return a function; make sure to enforceEli Friedman2010-07-241-2/+2
* Clarify that if a new value handle is added while dropping value handlesDuncan Sands2010-07-241-4/+9
* undo 80 column trespassing I causedGabor Greif2010-07-221-1/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-216-77/+28
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-212-8/+8