aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-9/+19
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-181-0/+5
* Clarify the definition of "latch block" in a comment.Dan Gohman2009-02-181-4/+4
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-182-2/+2
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-2/+7
* Emit debug info for bitfields.Devang Patel2009-02-171-3/+6
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-171-0/+5
* Move dumpPassStructure out of line.Dan Gohman2009-02-171-9/+2
* Tidy whitespace.Dan Gohman2009-02-171-17/+16
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-172-0/+26
* Unbreak the build on win32.Cedric Venet2009-02-141-2/+2
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-131-3/+3
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-121-2/+5
* Add a utility function to LoopInfo to return the exit blockDan Gohman2009-02-121-0/+10
* Simplify some code by using blocks_begin(), blocks_end(), andDan Gohman2009-02-071-9/+5
* Refactor my previous change to maintain the distinction between AliasAnalysis...Owen Anderson2009-02-051-9/+2
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-031-1/+9
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-56/+19
* Fix a post-RA scheduling dependency bug.Dan Gohman2009-01-301-0/+5
* Add dump() routines to help debug debug info :)Devang Patel2009-01-301-0/+27
* Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands2009-01-281-55/+0
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...Evan Cheng2009-01-261-2/+2
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-1/+5
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-231-2/+1
* The operator<() and operator>() were reversing their tests. Have the test the...Bill Wendling2009-01-221-4/+4
* Encode member accessibility.Devang Patel2009-01-211-1/+1
* Appropriately mark fowrad decls.Devang Patel2009-01-201-0/+10
* Need only one set of debug info versions enum.Devang Patel2009-01-201-11/+2
* zap white spaces.Devang Patel2009-01-201-56/+48
* Enable debug info for composite types.Devang Patel2009-01-201-0/+1
* Verify debug info.Devang Patel2009-01-191-0/+17
* DebugInfo is a lightweight APIs and consumers are expected to use light objec...Devang Patel2009-01-191-59/+0
* BasicAliasAnalysis and FunctionAttrs were bothDuncan Sands2009-01-181-0/+29
* introduce typedef for complicated vector, and use it tooGabor Greif2009-01-171-0/+2
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-151-0/+1
* Fix the time regression I introduced in 464.h264ref withDale Johannesen2009-01-141-2/+2
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-133-56/+3
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-121-9/+74
* Extract source location info from DebugInfo.Devang Patel2009-01-051-9/+31
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-051-2/+17
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+1
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-1/+1
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-10/+12
* Now, getTag() is used by DwarfWriter.Devang Patel2009-01-051-3/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-059-17/+11
* Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel2008-12-171-9/+33
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-161-0/+3
* Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin2008-12-161-1/+14
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-151-5/+12
* Fix getFieldAs() to use the parameter instead of 6.Torok Edwin2008-12-131-1/+1