summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* lang points out that the comment is out of date with the code.Chris Lattner2009-10-27
* Fix VS build, patch by Marius Wachtler.Mike Stump2009-10-27
* Add objectsize intrinsic and hook it up through codegen. Doesn'tEric Christopher2009-10-27
* Automatically do the equivalent of freeMachineCodeForFunction(F) when F isJeffrey Yasskin2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* Forgot to commit these.Owen Anderson2009-10-26
* Remove FreeInst.Victor Hernandez2009-10-26
* Allow the aggressive anti-dep breaker to process the same region multiple tim...David Goodwin2009-10-26
* Define virtual destructor in *.cpp file.David Goodwin2009-10-26
* Check in the experimental GEP splitter pass. This pass splits complexDan Gohman2009-10-26
* Add virtual destructor.David Goodwin2009-10-26
* Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolderDan Gohman2009-10-26
* Break anti-dependence breaking out into its own class.David Goodwin2009-10-26
* Add support to encode type info using llvm::Constant.Devang Patel2009-10-26
* - Revert some changes from 85044, 85045, and 85047 that broke x86_64 tests andEvan Cheng2009-10-26
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Add isIdentityCopy to check for identity copy (or extract_subreg, etc.)Evan Cheng2009-10-25
* Remove ICmpInst::isSignedPredicate which was a reimplementationNick Lewycky2009-10-25
* Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqualNick Lewycky2009-10-25
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-24
* Rename isLoopExit to isLoopExiting, for consistency with the wordingDan Gohman2009-10-24
* Make DominanceFrontier::addBasicBlock return the iterator for the newlyDan Gohman2009-10-24
* Add an explicit keyword.Dan Gohman2009-10-24
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Identity copies should not contribute to spill weight.Evan Cheng2009-10-23
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-23
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-23
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-22
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-22
* size_t, not unsigned here to silence a warning.Eric Christopher2009-10-22
* Random include cleanup.Benjamin Kramer2009-10-22
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-22
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-22
* Hide MetadataContext implementation details.Devang Patel2009-10-22
* Fix getMDs() interface such that it does not expose implementation details.Devang Patel2009-10-22
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-22
* Sort handler names to ensure deterministic behavior.Devang Patel2009-10-22
* Move some constant folding logic for loads out of instcombine intoChris Lattner2009-10-22
* Forgot a declaration.Mikhail Glushenkov2009-10-22
* Fix getHandlerNames() interface. Now it populate clinet supplied small vector...Devang Patel2009-10-22
* Use StringRef to construct MDString.Devang Patel2009-10-22
* Remove meaningless const.Devang Patel2009-10-22
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-21
* Rename msasm to alignstack per review.Dale Johannesen2009-10-21
* Use StringRef.Devang Patel2009-10-21
* Do not use SmallVector to store MDNode elements.Devang Patel2009-10-21
* Incorporate various suggestions Chris gave during metadata review.Devang Patel2009-10-21
* Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin2009-10-21
* Cosmetic changes.Devang Patel2009-10-20