There are two ways to map a variable to its lexical scope. Lexical scope information...
[oota-llvm.git] / lib / Target /
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Jim GrosbachTidy up a bit.
2011-07-20 Jim GrosbachARM: Tidy up representation of PKH instruction.
2011-07-20 Benjamin KramerFix cmake again :)
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Eli FriedmanExtend the hack for _GLOBAL_OFFSET_TABLE_ slightly...
2011-07-20 Jim GrosbachARM assembly parsing of MUL instruction.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-20 NAKAMURA TakumiX86Subtarget.h: Assume "x86_64-cygwin", though it has...
2011-07-20 Benjamin KramerDon't leak CodeGenInfos.
2011-07-20 Akira HatanakaChange name of class.
2011-07-20 Akira HatanakaDefine classes for definitions of atomic instructions.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Jim GrosbachARM assembly parsing of MRS instruction.
2011-07-19 Owen AndersonEnhance the FixedLengthDecoder to be able to generate...
2011-07-19 Akira HatanakaChange variable name.
2011-07-19 Jim GrosbachARM assembly parsing for MRC/MRC2/MRRC/MRRC2.
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Akira HatanakaUse descriptive variable names.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (register).
2011-07-19 Jim GrosbachTidy up.
2011-07-19 Jim GrosbachTighten conditional for 'mov' cc_out.
2011-07-19 Jim GrosbachARM assembly parsing for MOV (immediate).
2011-07-19 Jim GrosbachRemove unused code.
2011-07-19 Akira HatanakaFix comments.
2011-07-19 Akira HatanakaRemove redundant instructions.
2011-07-19 Akira HatanakaSeparate code that modifies control flow from code...
2011-07-19 Jim GrosbachARM range checking for so_imm operands in assembly...
2011-07-19 Jay FoadConvert gep_type_begin and gep_type_end to use ArrayRef.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Richard OsborneAdd intrinsics for the zext / sext instructions.
2011-07-19 Richard OsborneAdd intrinsics for the testct, testwct instructions.
2011-07-19 Richard OsborneAdd intrinsics for the peek and endin instructions.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-19 Akira HatanakaMake EmitAtomic functions return the correct MachineBas...
2011-07-19 Akira HatanakaDo not insert instructions in reverse order.
2011-07-18 Owen AndersonRevamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
2011-07-18 Evan ChengEliminate TargetAsmInfo::getCompactUnwindEncoding....
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Owen AndersonMark the Darwin assembler workout as isCodeGenOnly...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Akira HatanakaDo not treat atomic.load.sub differently than other...
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-18 Owen AndersonRe-apply r135319 with a fix for the constant island...
2011-07-18 Bruno Cardoso LopesBe more smart with VCVTSS2SD. Also place the patterns...
2011-07-18 Bruno Cardoso LopesAdd AVX 128-bit sqrt versions
2011-07-18 Akira HatanakaChange destination register operands of SC instructions...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-16 Bruno Cardoso LopesAdd AVX 128-bit patterns for sint_to_fp
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Bruno Cardoso LopesFix a couple of things:
2011-07-15 Bruno Cardoso LopesAdd a few patterns for 256-bit bitcasts. No testcases...
2011-07-15 Eli FriedmanPR10370: Make sure we know how to relax push correctly...
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-15 Owen AndersonRemove unnecessary duplicate instruction definitions...
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-15 Chris Lattnerremove the InvalidateStructLayoutInfo API, which is...
2011-07-15 Chandler CarruthRemove an unnecessary header from this file. I don...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-15 Chandler CarruthMajor update to CMake build to reflect changes in r1352...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Jim GrosbachARM diagnostic when 's' suffix on mnemonic that can...
2011-07-14 Bill Wendling* Redo the permutation encoding for frameless stacks...
2011-07-14 Benjamin KramerAdd OperandTypes for Thumb branch targets.
2011-07-14 Benjamin KramerPort operand types for ARM and X86 over from EDIS to...
2011-07-14 Jim GrosbachARM MCRR/MCRR2 immediate operand range checking.
2011-07-14 Jim GrosbachARM MCR/MCR2 assembly parsing operand constraints.
2011-07-14 Nicolas GeoffrayAfter type-system-rewrite branch update the Cpp backend...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-14 Eric ChristopherCheck register class matching instead of width of type...
2011-07-14 Jim GrosbachReorganize ARM assembler aliases.
2011-07-14 Bruno Cardoso LopesAdd 256-bit load/store recognition and matching in...
2011-07-14 Benjamin KramerDon't leak operands when putting them into a shift.
2011-07-14 Jim GrosbachUpdate ARM Assembly of LDM/STM.
2011-07-14 Jim GrosbachARM ISB instruction assembly parsing.
2011-07-14 Richard OsborneUpdate XCoreRegisterInfo::eliminateFrameIndex() to...
2011-07-14 Nadav Rotem[VECTOR-SELECT]
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-07-14 Eli FriedmanFix up assertion in r135018 so it doesn't trigger on...
2011-07-14 Jim GrosbachARM Assembler support for DSB instruction.
2011-07-14 Jim GrosbachDMB instalias needs the same predicate as the instruction.
2011-07-13 Jim GrosbachARM Assembler support for DMB instruction.
2011-07-13 Jim GrosbachUpdate comments. These are for assembler, too.
2011-07-13 Owen AndersonAdd a target-indepedent entry to MCInstrDesc to describ...
2011-07-13 Bill WendlingAdd code to handle a "frameless" unwind stack.
2011-07-13 Jim GrosbachARM Assembler support for DBG instruction.
2011-07-13 Jim GrosbachRevert 135093. Think-o.
2011-07-13 Jim GrosbachCorrect range for thumb co-processor immediate
2011-07-13 Jim GrosbachRange checking for CDP[2] immediates.
2011-07-13 Bruno Cardoso LopesMake X86ISD::ANDNP more general and Codegen 256-bit...
2011-07-13 Bruno Cardoso LopesThe target specific node PANDN name is misleading....
2011-07-13 Jim GrosbachCleanup Thumb co-processor instructions a bit.
2011-07-13 Eli FriedmanMake sure we don't combine a large displacement and...
2011-07-13 Jim GrosbachParameterize away the ARM T1Cop class.
2011-07-13 Jim GrosbachFix predicates for Thumb co-processor instructions.
next