| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant match for frame index from imm8 addrmode, it is handled by t... | David Goodwin | 2009-07-30 | 1 | -24/+14 |
* | Darwin assembler now recognizes "orn", so remove workaround. | David Goodwin | 2009-07-30 | 3 | -7/+3 |
* | Darwin assembler now supports "rrx", so remove workaround. | David Goodwin | 2009-07-30 | 2 | -4/+3 |
* | Twine: Directly support int, long, and long long types. | Daniel Dunbar | 2009-07-30 | 2 | -33/+62 |
* | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman | 2009-07-30 | 2 | -6/+36 |
* | Cleanup and include code selection for some frame index cases. | David Goodwin | 2009-07-30 | 2 | -21/+50 |
* | Start using DebugInfoFinder. | Devang Patel | 2009-07-30 | 1 | -13/+11 |
* | Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global... | Devang Patel | 2009-07-30 | 1 | -1/+1 |
* | Fix MetadataBase::classof(). | Devang Patel | 2009-07-30 | 1 | -1/+1 |
* | Twine: Use raw_ostream::write_hex, remove unused itohexstr method. | Daniel Dunbar | 2009-07-30 | 3 | -11/+2 |
* | Remove unintended changes. | Daniel Dunbar | 2009-07-30 | 1 | -51/+0 |
* | s/DebugInfoEnumerator/DebugInfoFinder/g | Devang Patel | 2009-07-30 | 2 | -47/+46 |
* | Add raw_ostream::write_hex | Daniel Dunbar | 2009-07-30 | 2 | -4/+10 |
* | Remove itohexstr, which only had one user. | Daniel Dunbar | 2009-07-30 | 2 | -5/+2 |
* | Add missing D* register clobbers for Thumb-2 call. | David Goodwin | 2009-07-30 | 1 | -0/+1 |
* | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar | 2009-07-30 | 6 | -17/+68 |
* | walk DbgRegionStartInst and DbgRegionEndInst | Devang Patel | 2009-07-30 | 2 | -2/+26 |
* | Fix comment. | Devang Patel | 2009-07-30 | 1 | -2/+2 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-07-30 | 1 | -3/+0 |
* | Rename GRAD to GR32_AD, to follow the naming convention of other | Dan Gohman | 2009-07-30 | 2 | -2/+4 |
* | add a random codegen deficiency. | Chris Lattner | 2009-07-30 | 1 | -0/+46 |
* | fix a unitialized pointer in NamedMDNode (and reenable unittest) | Benjamin Kramer | 2009-07-30 | 2 | -4/+1 |
* | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 3 | -3/+14 |
* | Add a note. | Evan Cheng | 2009-07-30 | 1 | -0/+20 |
* | I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un... | Evan Cheng | 2009-07-30 | 1 | -3/+3 |
* | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng | 2009-07-30 | 8 | -15/+502 |
* | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 5 | -20/+15 |
* | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta | 2009-07-30 | 2 | -2/+41 |
* | Twine: Provide [u]int{32,64} conversions via implicit constructors instead of | Daniel Dunbar | 2009-07-30 | 3 | -26/+56 |
* | Equal SCEVs of a subscript give rise to dependence. | Andreas Bolka | 2009-07-30 | 1 | -1/+11 |
* | Disable the NamedMDNodeTest, it is failing everywhere. | Daniel Dunbar | 2009-07-30 | 1 | -0/+3 |
* | Typo | Nate Begeman | 2009-07-30 | 1 | -1/+1 |
* | Add a new register class to describe operands that can't be SP, | Dan Gohman | 2009-07-30 | 6 | -38/+225 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-07-30 | 1 | -4/+4 |
* | Check null NameMDNode elements. | Devang Patel | 2009-07-30 | 2 | -5/+9 |
* | Eliminate a bunch of redundant tables. | Dan Gohman | 2009-07-30 | 1 | -167/+61 |
* | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. | Bob Wilson | 2009-07-30 | 1 | -1/+19 |
* | Use array_endof instead of doing it manually. | Dan Gohman | 2009-07-30 | 1 | -27/+20 |
* | Add NamedMDNode test. | Devang Patel | 2009-07-30 | 1 | -0/+22 |
* | print single NamedMDNode. | Devang Patel | 2009-07-30 | 1 | -3/+45 |
* | tbb / tbh instructions only branch forward, not backwards. | Evan Cheng | 2009-07-29 | 3 | -2/+128 |
* | Add VFP3 D registers to the DPR register class. | Evan Cheng | 2009-07-29 | 2 | -1/+111 |
* | In TrimAllocationToSize, if a block is below the minimum allocation size, | Nicolas Geoffray | 2009-07-29 | 1 | -1/+4 |
* | Eliminate a few unused-variable warnings | Douglas Gregor | 2009-07-29 | 4 | -7/+0 |
* | Read and write NamedMDNode. | Devang Patel | 2009-07-29 | 5 | -3/+78 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 71 | -439/+287 |
* | Print named metadata. | Devang Patel | 2009-07-29 | 1 | -0/+25 |
* | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar | 2009-07-29 | 2 | -8/+39 |
* | There is no need to keep name ref in NamedMDNode. | Devang Patel | 2009-07-29 | 3 | -21/+12 |
* | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner | 2009-07-29 | 6 | -30/+18 |