summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*Dan Gohman2010-08-11
* Remove BasicBlockPass::runOnFunction, which was unused.Dan Gohman2010-08-11
* Delete FunctionPass::run, which is unused.Dan Gohman2010-08-11
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-11
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-11
* Use ISD::ADD instead of ISD::SUB with a negated constant. ThisDan Gohman2010-08-11
* Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen2010-08-11
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Consider this code snippet:Bill Wendling2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* ArchV7M implies HW division instructions.Evan Cheng2010-08-11
* ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON.Evan Cheng2010-08-11
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-11
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-11
* MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar2010-08-11
* MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar2010-08-11
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar2010-08-11
* Really control isel of barrier instructions with cpu feature.Evan Cheng2010-08-11
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar2010-08-11
* MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar2010-08-11
* ARM: Mark some disassembler only instructions as not available for matching --Daniel Dunbar2010-08-11
* ARM: Quote $p in an asm string.Daniel Dunbar2010-08-11
* Improve indentation.Owen Anderson2010-08-11
* Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds.Bill Wendling2010-08-11
* Mark ARM compare instructions as isCompare.Bill Wendling2010-08-11
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-11
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-11
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-10
* CBZ and CBNZ are implemented.Evan Cheng2010-08-10
* Add AVX matching patterns to Packed Bit Test intrinsics.Bruno Cardoso Lopes2010-08-10
* Now that we're using ConstantRange to represent potential values, make use of...Owen Anderson2010-08-10
* Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman2010-08-10
* Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling2010-08-10
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-10
* Revert r110718; it broke clang-i386-darwin9.Dan Gohman2010-08-10
* Avoid editing the current live interval during remat.Jakob Stoklund Olesen2010-08-10
* More debug spewJakob Stoklund Olesen2010-08-10
* Turn optimize cmps on by default so that we can get some testing by the nightlyBill Wendling2010-08-10
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-10
* Switch over to using ConstantRange to track integral values.Owen Anderson2010-08-10
* Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel2010-08-10
* Delete some unused instructions.Evan Cheng2010-08-10
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-10
* Implement register class inflation.Jakob Stoklund Olesen2010-08-10
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-10