now that ip sccp *really* subsumes ipcp, remove ipcp again.
[oota-llvm.git] / include /
2009-11-02 Chris Lattnernow that ip sccp *really* subsumes ipcp, remove ipcp...
2009-11-01 Evan ChengAdd PseudoSourceValue::mayAlias. It returns true if...
2009-11-01 Chris Lattnerfix two strange things in the default passmgr:
2009-11-01 Chris LattnerIPSCCP apparently is not a superset of IPCP, this is...
2009-11-01 Duncan SandsImprove the other instance of the comment.
2009-11-01 Chris Lattneronly run GlobalDCE at -O3 and run it late instead of...
2009-11-01 Chris LattnerWe currently only run ipsccp at LTO time, which is...
2009-11-01 Chris Lattnerremove a bunch of locking from LLVMContextImpl. Since...
2009-11-01 Chris Lattnerthe verifier shouldn't modify the IR.
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanAdd a function to Passes.h to allow clients to create...
2009-11-01 Dan GohmanDon't #include Pass.h from CallGraph.h.
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-11-01 Chris Lattnerfix an issue where the verifier would reject a function...
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris Lattnerupdate the comment above llvm::SplitCriticalEdge, and...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-31 Dan GohmanRename forgetLoopBackedgeTakenCount to forgetLoop,...
2009-10-31 Dan GohmanRemove CodeGenLICM. It's largely obsoleted by MachineLI...
2009-10-30 Chris Lattnermake hasAddressTaken() constant time by storing a refco...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Evan ChengAdd option to createGVNPass to disable PRE.
2009-10-30 Evan ChengRather than having llvm-gcc changing the meaning of...
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-30 Devang PatelRemove dead code.
2009-10-30 Dan GohmanAdd a BlockAddress MachineOperand kind.
2009-10-30 Dan GohmanRemove a redundant copy constructor.
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Bill WendlingDon't put in these EH changes.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...
2009-10-29 Bill WendlingReverting r85338 for now. It's causing a bootstrap...
2009-10-29 Dan GohmanAdd a hasAddressTaken for BasicBlock.
2009-10-28 Chris Lattneradd IRBuilder support for IndirectBr
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 David GoodwinMake AntiDepReg.h internal.
2009-10-28 Chris Lattneradd a new 'SetCurrentDebugType' API (requested by Andre...
2009-10-28 Nick LewyckyAdd ABCD, a generalized implementation of the Eliminati...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris Lattnerbasic blocks can now have non-instruction users.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Evan ChengRemove getIEEEFloatParts and getIEEEDoubleParts. They...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Devang PatelFactor out redundancy from clone() implementations.
2009-10-27 Evan ChengAdd new APFloat methods that return sign, exp, and...
2009-10-27 Chris LattnerRandom updates to passes for indbr, I need blockaddress...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-27 Chris Lattnertrim another #include
2009-10-27 Chris Lattnerremove an unneeded #include.
2009-10-27 Chris Lattnerlang points out that the comment is out of date with...
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Owen AndersonForgot to commit these.
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 David GoodwinAllow the aggressive anti-dep breaker to process the...
2009-10-26 David GoodwinDefine virtual destructor in *.cpp file.
2009-10-26 Dan GohmanCheck in the experimental GEP splitter pass. This pass...
2009-10-26 David GoodwinAdd virtual destructor.
2009-10-26 Dan GohmanAdd CreateZExtOrBitCast and CreateSExtOrBitCast to...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Devang PatelAdd support to encode type info using llvm::Constant.
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Evan ChengAdd isIdentityCopy to check for identity copy (or extra...
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-25 Nick LewyckySink isTrueWhenEqual from ICmpInst to CmpInst. Add...
2009-10-24 Dan GohmanMapValue doesn't needs its LLVMContext argument.
2009-10-24 Dan GohmanRename isLoopExit to isLoopExiting, for consistency...
2009-10-24 Dan GohmanMake DominanceFrontier::addBasicBlock return the iterat...
2009-10-24 Dan GohmanAdd an explicit keyword.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Evan ChengIdentity copies should not contribute to spill weight.
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Eric Christophersize_t, not unsigned here to silence a warning.
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelSort handler names to ensure deterministic behavior.
next