| Commit message (Expand) | Author | Age | Files | Lines |
* | MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand. | Daniel Dunbar | 2010-05-06 | 1 | -4/+4 |
* | fix rdar://7947167 - llvm-mc doesn't match movsq | Chris Lattner | 2010-05-06 | 1 | -4/+10 |
* | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 2010-05-06 | 7 | -64/+32 |
* | MC/X86: Error out if we see a non-constant FK_Data_1 or FK_Data_2 fixup, since | Daniel Dunbar | 2010-05-06 | 1 | -2/+14 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 44 | -118/+137 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 37 | -109/+178 |
* | 80 col violation. | Evan Cheng | 2010-05-06 | 1 | -2/+2 |
* | Add a missing break statement to fix unintentional fall-through | Bob Wilson | 2010-05-06 | 1 | -4/+3 |
* | Fix unintentional fallthrough. Patch by Edmund Grimley-Evans <Edmund.Grimley-... | Jim Grosbach | 2010-05-06 | 1 | -1/+2 |
* | Fix "warning: extra ';' inside a struct or union" when building llvm with clang | Shantonu Sen | 2010-05-06 | 1 | -2/+2 |
* | Revert r103137, fix for $ in labels. It looks like we can't actually handle this | Daniel Dunbar | 2010-05-06 | 1 | -16/+7 |
* | Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa... | Evan Cheng | 2010-05-06 | 6 | -24/+147 |
* | Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.ll | Evan Cheng | 2010-05-06 | 1 | -4/+16 |
* | Revert r103157, which broke test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll. | Dan Gohman | 2010-05-06 | 1 | -4/+2 |
* | Revert r103156 since it was breaking the build bots. | Eric Christopher | 2010-05-06 | 6 | -143/+22 |
* | Handle the case where open(2) or close(2) is interrupted by a signal when | Dan Gohman | 2010-05-06 | 1 | -11/+24 |
* | Fix an obvious bug in isMoveInstr. It needs to return sub-register indices. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
* | Adding pseudo 256-bit registers QQ0 . . . QQ7 to represent pairs of Q registe... | Evan Cheng | 2010-05-06 | 5 | -21/+142 |
* | Cosmetic changes. | Evan Cheng | 2010-05-06 | 1 | -7/+7 |
* | storeRegToStackSlot has forgotten about QPR_8 register class. | Evan Cheng | 2010-05-06 | 1 | -1/+2 |
* | Handle EWOULDBLOCK as EAGAIN. And add a comment explaining why | Dan Gohman | 2010-05-06 | 1 | -3/+22 |
* | Update LabelsBeforeInsn also, when creating unknown-position labels. | Dan Gohman | 2010-05-06 | 1 | -0/+5 |
* | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner | 2010-05-06 | 1 | -1/+7 |
* | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman | 2010-05-06 | 1 | -0/+11 |
* | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman | 2010-05-05 | 1 | -1/+2 |
* | fix rdar://7946934 - in some limited cases, the assembler should | Chris Lattner | 2010-05-05 | 1 | -7/+16 |
* | Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack | Jim Grosbach | 2010-05-05 | 6 | -24/+38 |
* | Emit debug info for MachineInstrs with unknown debug locations, instead | Dan Gohman | 2010-05-05 | 1 | -19/+34 |
* | Fix PR6520. An earlyclobber physreg must not be allocated to anything else. | Jakob Stoklund Olesen | 2010-05-05 | 1 | -2/+12 |
* | Fixed a sign-extension bug in the X86 disassembler | Sean Callanan | 2010-05-05 | 1 | -3/+55 |
* | Use getValue() for PHINodes when direct NodeMap access does not work. | Devang Patel | 2010-05-05 | 1 | -1/+15 |
* | Do not pre-allocate references of D registers pairs if they are extracted fro... | Evan Cheng | 2010-05-05 | 1 | -8/+28 |
* | No-ops emitted for scheduling don't correspond with anything in the | Dan Gohman | 2010-05-05 | 4 | -5/+0 |
* | Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch by | Jim Grosbach | 2010-05-05 | 6 | -20/+49 |
* | Use the right version of "append" to combine two SmallVectors. | Bob Wilson | 2010-05-05 | 1 | -1/+1 |
* | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 4 | -4/+6 |
* | MC: Reject attempts to define a variable symbol. | Daniel Dunbar | 2010-05-05 | 3 | -9/+4 |
* | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar | 2010-05-05 | 1 | -0/+8 |
* | Move REG_SEQUENCE removal to 2addr pass. | Evan Cheng | 2010-05-05 | 3 | -63/+68 |
* | Implement rdar://7415680 - Twine integer support lacks greatness | Chris Lattner | 2010-05-05 | 1 | -4/+4 |
* | Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE. | Evan Cheng | 2010-05-05 | 3 | -4/+38 |
* | Trim include. | Evan Cheng | 2010-05-05 | 1 | -1/+0 |
* | Teach liveintervalanalysis about virtual registers which are defined by reg_s... | Evan Cheng | 2010-05-05 | 1 | -14/+37 |
* | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar | 2010-05-05 | 4 | -6/+6 |
* | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar | 2010-05-05 | 1 | -0/+11 |
* | Try again if write(2) reports an recoverable error. | Benjamin Kramer | 2010-05-05 | 1 | -1/+6 |
* | Revert 102941, we're going to do this via attr and can just | Eric Christopher | 2010-05-05 | 1 | -8/+1 |
* | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson | 2010-05-04 | 2 | -866/+211 |
* | Update comment. | Eric Christopher | 2010-05-04 | 1 | -1/+1 |
* | With -neon-reg-sequence, models forming a Q register from a pair of consecuti... | Evan Cheng | 2010-05-04 | 1 | -2/+11 |