Age | Commit message (Expand) | Author |
2009-02-27 | Make LoopInfo::print() identify header, exit, and latch blocks, | Dan Gohman |
2009-02-24 | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman |
2009-02-18 | Use a sign-extend instead of a zero-extend when promoting a | Dan Gohman |
2009-02-18 | Clarify the definition of "latch block" in a comment. | Dan Gohman |
2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |
2009-02-17 | The debugger sometimes lookup dynamically in the runtime to find ivar info of... | Devang Patel |
2009-02-17 | Emit debug info for bitfields. | Devang Patel |
2009-02-17 | Add a method to ScalarEvolution for telling it when a loop has been | Dan Gohman |
2009-02-17 | Move dumpPassStructure out of line. | Dan Gohman |
2009-02-17 | Tidy whitespace. | Dan Gohman |
2009-02-17 | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng |
2009-02-14 | Unbreak the build on win32. | Cedric Venet |
2009-02-13 | Correct a comment: since AccessArguments is now | Duncan Sands |
2009-02-12 | Teach IndVarSimplify to optimize code using the C "int" type for | Dan Gohman |
2009-02-12 | Add a utility function to LoopInfo to return the exit block | Dan Gohman |
2009-02-07 | Simplify some code by using blocks_begin(), blocks_end(), and | Dan Gohman |
2009-02-05 | Refactor my previous change to maintain the distinction between AliasAnalysis... | Owen Anderson |
2009-02-03 | Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp since | Dan Gohman |
2009-01-30 | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel |
2009-01-30 | Fix a post-RA scheduling dependency bug. | Dan Gohman |
2009-01-30 | Add dump() routines to help debug debug info :) | Devang Patel |
2009-01-28 | Fix PR3415 (infinite loop in EscapeAnalysis) by | Duncan Sands |
2009-01-26 | LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un... | Evan Cheng |
2009-01-23 | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel |
2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
2009-01-22 | The operator<() and operator>() were reversing their tests. Have the test the... | Bill Wendling |
2009-01-21 | Encode member accessibility. | Devang Patel |
2009-01-20 | Appropriately mark fowrad decls. | Devang Patel |
2009-01-20 | Need only one set of debug info versions enum. | Devang Patel |
2009-01-20 | zap white spaces. | Devang Patel |
2009-01-20 | Enable debug info for composite types. | Devang Patel |
2009-01-19 | Verify debug info. | Devang Patel |
2009-01-19 | DebugInfo is a lightweight APIs and consumers are expected to use light objec... | Devang Patel |
2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
2009-01-17 | introduce typedef for complicated vector, and use it too | Gabor Greif |
2009-01-15 | Use lightweight DebugInfo objects directly. | Devang Patel |
2009-01-14 | Fix the time regression I introduced in 464.h264ref with | Dale Johannesen |
2009-01-13 | Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, | Nick Lewycky |
2009-01-12 | Add classof() methods to support isa<> and other related facilities. | Devang Patel |
2009-01-05 | Extract source location info from DebugInfo. | Devang Patel |
2009-01-05 | Add classof() methods so that dwarf writer can decide what DIDescriptor is in... | Devang Patel |
2009-01-05 | Construct stuct field DIEs. | Devang Patel |
2009-01-05 | Construct enumerator DIE using DebugInfo. | Devang Patel |
2009-01-05 | Construct array/vector type DIEs using DebugInfo. | Devang Patel |
2009-01-05 | Now, getTag() is used by DwarfWriter. | Devang Patel |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-17 | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel |
2008-12-16 | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Torok Edwin |
2008-12-16 | Add utility functions to search for DbgStopPointInst corresponding to an | Torok Edwin |
2008-12-15 | Implement initial support for PHI translation in memdep. This means that | Chris Lattner |