summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* CMake: Add a new configuration option LLVM_BUILD_CLANG that'sDouglas Gregor2011-07-14
* * If we have an LSDA, we need to mark it in the encoding.Bill Wendling2011-07-14
* Refactor.Devang Patel2011-07-14
* cmake/modules/LLVMLibDeps.cmake: Update since r135184.NAKAMURA Takumi2011-07-14
* Eliminate redundant LLVMContext argument.Devang Patel2011-07-14
* Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first,...Devang Patel2011-07-14
* Link NamedMDNode before linking function bodies.Devang Patel2011-07-14
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-14
* * Redo the permutation encoding for frameless stacks to be more like what theBill Wendling2011-07-14
* Add dump()Devang Patel2011-07-14
* Add OperandTypes for Thumb branch targets.Benjamin Kramer2011-07-14
* Port operand types for ARM and X86 over from EDIS to the .td files.Benjamin Kramer2011-07-14
* Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer2011-07-14
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-14
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-14
* revert r135172 until Devang and I figure out the right answer.Chris Lattner2011-07-14
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-14
* After type-system-rewrite branch update the Cpp backend to not use OpaqueType.Nicolas Geoffray2011-07-14
* Enable some tests we now handle correctly.Jim Grosbach2011-07-14
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* simplify this logic now that GlobalAlias::isDeclaration is fixed.Chris Lattner2011-07-14
* Fix GlobalValue::isDeclaration() to always consider aliases to be definitions.Chris Lattner2011-07-14
* Check register class matching instead of width of type matchingEric Christopher2011-07-14
* Reorganize ARM assembler aliases.Jim Grosbach2011-07-14
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-14
* DebugLoc's don't hide any interesting types for TypeFinder to find.Chris Lattner2011-07-14
* manually copy debugloc over to a new instruction in clone() insteadChris Lattner2011-07-14
* Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc intoChris Lattner2011-07-14
* Add 256-bit load/store recognition and matching in several places.Bruno Cardoso Lopes2011-07-14
* Don't leak operands when putting them into a shift.Benjamin Kramer2011-07-14
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-14
* The key of a StringMap can contain nul's in it, so having first() returnChris Lattner2011-07-14
* though it isn't the case here, the key of a StringMap canChris Lattner2011-07-14
* add comments.Chris Lattner2011-07-14
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-14
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-14
* code cleanupChris Lattner2011-07-14
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-14
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-14
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Update XCoreRegisterInfo::eliminateFrameIndex() to handle DBG_VALUERichard Osborne2011-07-14
* Simplify some functions in the C API by using an ArrayRef to directly referen...Frits van Bommel2011-07-14
* [VECTOR-SELECT]Nadav Rotem2011-07-14
* Add assertion for the chain value typeNadav Rotem2011-07-14
* Mention all API changes I've made since 2.9 was branched.Jay Foad2011-07-14
* Add a testcase for r135123.Eric Christopher2011-07-14
* add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Reapply r135121 with a fixed copy constructor.Jakob Stoklund Olesen2011-07-14
* Simplify.Devang Patel2011-07-14