Age | Commit message (Expand) | Author |
2009-07-31 | Fix cmake build. | Benjamin Kramer |
2009-07-30 | Add getOrInsertNamedMetadata(). | Devang Patel |
2009-07-30 | When fp is not eliminated, instructions with T2_i12 modes will be changed to ... | Evan Cheng |
2009-07-30 | Removed the BigBlock register allocator. | Lang Hames |
2009-07-30 | Do not use abbrev while writing NamedMDNode name. | Devang Patel |
2009-07-30 | Enumerate NamedMDNode elements first. | Devang Patel |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-30 | Remove redundant match for frame index from imm8 addrmode, it is handled by t... | David Goodwin |
2009-07-30 | Darwin assembler now recognizes "orn", so remove workaround. | David Goodwin |
2009-07-30 | Darwin assembler now supports "rrx", so remove workaround. | David Goodwin |
2009-07-30 | Twine: Directly support int, long, and long long types. | Daniel Dunbar |
2009-07-30 | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman |
2009-07-30 | Cleanup and include code selection for some frame index cases. | David Goodwin |
2009-07-30 | Start using DebugInfoFinder. | Devang Patel |
2009-07-30 | Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global... | Devang Patel |
2009-07-30 | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar |
2009-07-30 | s/DebugInfoEnumerator/DebugInfoFinder/g | Devang Patel |
2009-07-30 | Add raw_ostream::write_hex | Daniel Dunbar |
2009-07-30 | Add missing D* register clobbers for Thumb-2 call. | David Goodwin |
2009-07-30 | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar |
2009-07-30 | walk DbgRegionStartInst and DbgRegionEndInst | Devang Patel |
2009-07-30 | Minor whitespace tidiness. | Dan Gohman |
2009-07-30 | Rename GRAD to GR32_AD, to follow the naming convention of other | Dan Gohman |
2009-07-30 | add a random codegen deficiency. | Chris Lattner |
2009-07-30 | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer |
2009-07-30 | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta |
2009-07-30 | Add a note. | Evan Cheng |
2009-07-30 | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng |
2009-07-30 | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar |
2009-07-30 | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta |
2009-07-30 | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar |
2009-07-30 | Equal SCEVs of a subscript give rise to dependence. | Andreas Bolka |
2009-07-30 | Typo | Nate Begeman |
2009-07-30 | Add a new register class to describe operands that can't be SP, | Dan Gohman |
2009-07-30 | Check null NameMDNode elements. | Devang Patel |
2009-07-30 | Eliminate a bunch of redundant tables. | Dan Gohman |
2009-07-30 | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. | Bob Wilson |
2009-07-30 | Use array_endof instead of doing it manually. | Dan Gohman |
2009-07-30 | print single NamedMDNode. | Devang Patel |
2009-07-29 | tbb / tbh instructions only branch forward, not backwards. | Evan Cheng |
2009-07-29 | Add VFP3 D registers to the DPR register class. | Evan Cheng |
2009-07-29 | In TrimAllocationToSize, if a block is below the minimum allocation size, | Nicolas Geoffray |
2009-07-29 | Eliminate a few unused-variable warnings | Douglas Gregor |
2009-07-29 | Read and write NamedMDNode. | Devang Patel |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Print named metadata. | Devang Patel |
2009-07-29 | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar |
2009-07-29 | There is no need to keep name ref in NamedMDNode. | Devang Patel |
2009-07-29 | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner |
2009-07-29 | Make sure Thumb2 uses the right call instructions. | Evan Cheng |