summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Add comments explaining why it's not necessary to include theDan Gohman2010-08-30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-30
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-29
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* zap dead codeChris Lattner2010-08-28
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* Don't include the is-function-local bit in the FoldingSetNodeIDDan Gohman2010-08-24
* Verify that a non-uniqued non-temporary MDNode is not deleted viaDan Gohman2010-08-23
* Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson2010-08-23
* Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin!Nick Lewycky2010-08-22
* Use MDNode::destroy(). Fixes a delete/free mismatch.Benjamin Kramer2010-08-21
* Add an assert to MDNode::deleteTemporary check that the node being deletedDan Gohman2010-08-21
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Introduce a new temporary MDNode concept. Temporary MDNodes areDan Gohman2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-20
* Revert r111199; it breaks -debug-pass=Structure output.Dan Gohman2010-08-19
* The plural of analysis is analyses.Dan Gohman2010-08-16
* Make dumpPassStructure be a PMDataManager abstraction, rather thanDan Gohman2010-08-16
* Remove redundant inline keywords.Dan Gohman2010-08-16
* Eliminate the TopLevelManagerType enum; instead, just makeDan Gohman2010-08-16
* Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis2010-08-15
* Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis2010-08-14
* Move some code from Verifier into SVI::isValidOperands. This allows us to ca...Nate Begeman2010-08-13
* Trim #includes.Dan Gohman2010-08-12
* Tidy up whitespace.Dan Gohman2010-08-12
* Use .empty() instead of .size().Dan Gohman2010-08-12
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-11
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-11
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-11
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* More #include cleanups.Dan Gohman2010-08-07
* Oops, check in this file too.Dan Gohman2010-08-07
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-05
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* Fix visitInvokeInst to call visitTerminatorInst, and removeDan Gohman2010-08-02
* Add Verifier logic for indirectbr.Dan Gohman2010-08-02
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Preallocate vector, avoid unnecessary vector growth.Benjamin Kramer2010-08-01
* Make GlobalValue alignment consistent with load, store, and allocaDan Gohman2010-07-28
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-28
* After updating value handles for RAUW, check that no weak or tracking handlesDuncan Sands2010-07-27
* Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:Dan Gohman2010-07-26
* Avoid copying and recopying a std::set.Dan Gohman2010-07-26
* Exit a search loop when the search goal is found.Dan Gohman2010-07-26
* Fix formatting.Dan Gohman2010-07-26