aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
| * Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-47/+15
| * ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-291-5/+7
| * TBAA: try to fix the dragonegg bots.Manman Ren2013-09-271-1/+3
| * Minor code simplificationMatt Arsenault2013-09-271-11/+8
| * Use type helper functionsMatt Arsenault2013-09-271-3/+2
| * TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-10/+81
| * MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.Benjamin Kramer2013-09-241-1/+1
| * MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.Benjamin Kramer2013-09-241-7/+7
| * MemoryBuiltins: Fix operator new bits.Benjamin Kramer2013-09-241-3/+3
| * Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...Benjamin Kramer2013-09-243-6/+20
| * InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-231-2/+15
| * Fix a constant folding address space place I missed.Matt Arsenault2013-09-171-3/+4
| * Move variable into assert to avoid unused variable warning.Eric Christopher2013-09-171-2/+1
| * Costmodel: Add support for horizontal vector reductionsArnold Schwaighofer2013-09-172-0/+281
| * In AliasSetTracker, do not change the alias set to "mod/ref" when addingKrzysztof Parzyszek2013-09-121-2/+0
| * Move variable under condition where it is usedMatt Arsenault2013-09-121-1/+2
| * Add getUnrollingPreferences to TTIHal Finkel2013-09-111-0/+7
| * Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-102-12/+22
| * TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-0/+19
| * Revert: r189565 - Add getUnrollingPreferences to TTIHal Finkel2013-08-291-9/+0
| * Add getUnrollingPreferences to TTIHal Finkel2013-08-291-0/+9
| * Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-281-7/+15
| * Fix lint assert on integer vector divisionMatt Arsenault2013-08-261-6/+34
| * Remove trailing spaces.Jakub Staszak2013-08-241-45/+44
| * Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+8
| * Reorder headers according to lint.Bill Wendling2013-08-211-4/+2
| * Add some constantness.Jakub Staszak2013-08-201-5/+6
| * Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-201-33/+54
| * Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-191-2/+12
| * Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel2013-08-181-0/+5
| * Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-131-53/+70
| * Slightly simplify code with helper functionsMatt Arsenault2013-08-121-14/+16
| * Add some braces, and spaces around operatorsMatt Arsenault2013-08-121-26/+42
| * Teach ValueTracking about address spacesMatt Arsenault2013-08-101-8/+12
| * Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-081-5/+23
| * Add ISD::FROUND for libm round()Hal Finkel2013-08-071-0/+1
* | Update LLVM for merge to r187913.Stephen Hines2013-08-091-0/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0721-122/+431
|\ \ | |/
| * Remove extraneous semicolon.Jakub Staszak2013-08-061-1/+1
| * Minor address space code simplification.Matt Arsenault2013-08-031-9/+3
| * Teach InstructionSimplify about pointer address spacesMatt Arsenault2013-08-021-4/+9
| * Fix a severe compile time problem when forming large SCEV expressions.Andrew Trick2013-07-311-0/+3
| * isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-301-16/+30
| * Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-271-0/+1
| * Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-272-22/+230
| * SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+6
| * Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-211-4/+10
| * Comment: try to clarify loop iteration order.Andrew Trick2013-07-201-0/+4
| * Have InlineCost check constant fcmpsMatt Arsenault2013-07-201-4/+8
| * Give 'hasPath' a longer but clearer name 'isPotentiallyReachable'. Also expandNick Lewycky2013-07-181-5/+7