summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Merging r168921: into the 3.2 release branch.Pawel Wodnicki2012-11-30
* Merging r168711: into the 3.2 release branch.Pawel Wodnicki2012-11-30
* Merging r168196: into the 3.2 release branch.Pawel Wodnicki2012-11-26
* Merging r168186: into the 3.2 release branch.Pawel Wodnicki2012-11-26
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* ConstantFolding.cpp: Whitespace.NAKAMURA Takumi2012-11-05
* Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands2012-11-04
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* Remove code to saturate profile counts.Bob Wilson2012-10-29
* SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...Benjamin Kramer2012-10-27
* SCEV validator: Add workarounds for some common false positives due to the wa...Benjamin Kramer2012-10-27
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-26
* Fix a crash in SimpliftDemandedBits of vectors of pointers.Nadav Rotem2012-10-26
* Hoist out some work done inside a loop doing a linear scan over allNick Lewycky2012-10-26
* Revert 166726 because it may have broken a number of SPEC tests. PR14183.Nadav Rotem2012-10-25
* Fix a crash in ValueTracking. Add support for vectors of pointers.Nadav Rotem2012-10-25
* DependenceAnalysis: Push #includes down into the implementation.Benjamin Kramer2012-10-25
* getSmallConstantTripMultiple should never return zero.Hal Finkel2012-10-24
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Ignore unreachable blocks when doing memory dependence analysis on non-localBill Wendling2012-10-23
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* fix warningSebastian Pop2012-10-12
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* dependence analysisSebastian Pop2012-10-11
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Make sure always-inline functions get inlined. <rdar://problem/12423986>Bob Wilson2012-10-07
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-04
* Use method to query for NoAlias attribute.Bill Wendling2012-10-04
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-30
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27