aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Delete FunctionPass::runOnModule, which is unused.Dan Gohman2010-08-111-13/+0
* Don't use unsigned char for alignments in TargetData. There aren'tDan Gohman2010-08-111-15/+15
* Use ISD::ADD instead of ISD::SUB with a negated constant. ThisDan Gohman2010-08-111-4/+5
* Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen2010-08-111-5/+3
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-114-2/+11
* Consider this code snippet:Bill Wendling2010-08-112-3/+51
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-114-2/+14
* ArchV7M implies HW division instructions.Evan Cheng2010-08-111-3/+3
* ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON.Evan Cheng2010-08-111-11/+10
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-112-32/+36
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-111-1/+44
* MC/ARM: Split mnemonic on '.' characters.Daniel Dunbar2010-08-111-3/+16
* MC/ARM: Fill in ARMOperand::dump a bit.Daniel Dunbar2010-08-111-1/+21
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-112-1/+16
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-113-4/+4
* MC/ARM: Add an ARMOperand class for condition codes.Daniel Dunbar2010-08-112-4/+30
* Really control isel of barrier instructions with cpu feature.Evan Cheng2010-08-112-4/+4
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-111-0/+5
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-117-55/+54
* MC/ARM: Switch to using the generated match functions instead of stub impleme...Daniel Dunbar2010-08-111-81/+30
* MC/ARM: Enable generation of the ARM asm matcher, not that it can do much.Daniel Dunbar2010-08-112-2/+3
* ARM: Mark some disassembler only instructions as not available for matching --Daniel Dunbar2010-08-111-0/+4
* ARM: Quote $p in an asm string.Daniel Dunbar2010-08-111-2/+2
* Improve indentation.Owen Anderson2010-08-111-27/+28
* Handle ARM compares as well as converting for ARM adds, subs, and thumb2's adds.Bill Wendling2010-08-111-0/+5
* Mark ARM compare instructions as isCompare.Bill Wendling2010-08-111-1/+1
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-111-14/+12
* Add a separate ARM instruction format for Saturate instructions.Bob Wilson2010-08-116-151/+179
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-101-10/+12
* CBZ and CBNZ are implemented.Evan Cheng2010-08-101-5/+0
* Add AVX matching patterns to Packed Bit Test intrinsics.Bruno Cardoso Lopes2010-08-104-33/+78
* Now that we're using ConstantRange to represent potential values, make use of...Owen Anderson2010-08-101-8/+35
* Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman2010-08-101-64/+141
* Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling2010-08-102-2/+2
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-101-1/+10
* Revert r110718; it broke clang-i386-darwin9.Dan Gohman2010-08-101-1/+1
* Avoid editing the current live interval during remat.Jakob Stoklund Olesen2010-08-101-3/+3
* More debug spewJakob Stoklund Olesen2010-08-101-0/+2
* Turn optimize cmps on by default so that we can get some testing by the nightlyBill Wendling2010-08-101-1/+1
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-101-4/+5
* Switch over to using ConstantRange to track integral values.Owen Anderson2010-08-101-7/+44
* Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel2010-08-102-2/+20
* Delete some unused instructions.Evan Cheng2010-08-103-99/+0
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-105-63/+73
* Implement register class inflation.Jakob Stoklund Olesen2010-08-102-0/+42
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-105-68/+63
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-101-5/+7
* Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen2010-08-102-2/+9
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-101-1/+1
* Mark this variable as used.Chandler Carruth2010-08-101-0/+1