| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 18 | -136/+189 |
* | fix a bunch of failing tests now that MCContext::GetSection doesn't create se... | Chris Lattner | 2009-07-31 | 2 | -4/+16 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 8 | -14/+45 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 16 | -164/+157 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 4 | -16/+57 |
* | move the sectionkind and section classes to TargetLoweringObjectFile.h | Chris Lattner | 2009-07-31 | 2 | -189/+191 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 3 | -13/+22 |
* | fix PR4650: we only track sizes for certain objects, so only put something | Chris Lattner | 2009-07-31 | 2 | -1/+21 |
* | Work around a dangling pointer dereference when enumerating NamedMDNodes. | Benjamin Kramer | 2009-07-31 | 1 | -0/+3 |
* | Fix a struct/class mismatch, to silence a MSVC warning. | Benjamin Kramer | 2009-07-31 | 1 | -1/+1 |
* | define target names for std libcalls. | Sanjiv Gupta | 2009-07-31 | 2 | -12/+34 |
* | Add this test back, the check pattern was too strict. | Daniel Dunbar | 2009-07-31 | 1 | -0/+7 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 18 | -187/+136 |
* | Remove this test while I figure out why it is failing. | Daniel Dunbar | 2009-07-31 | 1 | -5/+0 |
* | llvm-mc: Match a few X86 instructions. | Daniel Dunbar | 2009-07-31 | 4 | -9/+316 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 18 | -136/+187 |
* | Fix cmake build. | Benjamin Kramer | 2009-07-31 | 1 | -1/+0 |
* | Add getOrInsertNamedMetadata(). | Devang Patel | 2009-07-30 | 2 | -6/+22 |
* | Add addElement(). | Devang Patel | 2009-07-30 | 1 | -0/+5 |
* | When fp is not eliminated, instructions with T2_i12 modes will be changed to ... | Evan Cheng | 2009-07-30 | 3 | -3/+203 |
* | Removed the BigBlock register allocator. | Lang Hames | 2009-07-30 | 3 | -902/+0 |
* | Do not use abbrev while writing NamedMDNode name. | Devang Patel | 2009-07-30 | 2 | -9/+11 |
* | Enumerate NamedMDNode elements first. | Devang Patel | 2009-07-30 | 1 | -4/+0 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 47 | -236/+188 |
* | Handle NamedMDNode. | Devang Patel | 2009-07-30 | 1 | -0/+2 |
* | 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 |