Cleanup: make std::pair usage slightly less indecipherable without actually naming...
[oota-llvm.git] / lib /
2011-07-21 Andrew TrickCleanup: make std::pair usage slightly less indeciphera...
2011-07-21 Jim GrosbachARM assembly parsing and encoding for PKHBT and PKHTB...
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-21 Bruno Cardoso Lopes- Register v16i16 as valid VR256 register class
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-21 Bruno Cardoso LopesImprove splat promotion to handle AVX types: v32i8...
2011-07-21 Bruno Cardoso LopesAdd aditional patterns for vextractf128 instruction
2011-07-21 Bruno Cardoso LopesAdd aditional patterns for vinsertf128 instruction
2011-07-21 Bruno Cardoso LopesAdd v16i16 type to VR256 class
2011-07-21 Bruno Cardoso LopesMove code around. No functionality changes
2011-07-21 Bruno Cardoso LopesTidy up code
2011-07-21 Andrew TrickLSR, correct fix for rdar://9786536. Silly casting...
2011-07-21 Andrew TrickLSR must sometimes sign-extend before generating double...
2011-07-21 Bill WendlingMark instructions which are part of the frame setup...
2011-07-21 Andrew TrickLSR crashes on an empty IVUsers list.
2011-07-20 Evan ChengX86 is the only target that uses coff format. This...
2011-07-20 Evan ChengSink ARMMCExpr and ARMAddressingModes into MC layer...
2011-07-20 Bill WendlingRemove unused function.
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
2011-07-20 Devang PatelRefactor.
2011-07-20 Devang PatelThere are two ways to map a variable to its lexical...
2011-07-20 Eli FriedmanClean up includes of llvm/Analysis/ConstantFolding...
2011-07-20 Devang PatelWhile emitting constant value, look through derived...
2011-07-20 Jim GrosbachARM PKH shift ammount operand printing tweaks.
2011-07-20 Eli FriedmanBring LICM into compliance with the new "Memory Model...
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 Eli FriedmanPR10421: Fix a straightforward bug in the widening...
2011-07-20 Benjamin KramerInitialize the EHFrameSection pointer to zero.
2011-07-20 Jay FoadFix a GCC warning.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Evan ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Francois PichetFix the CMake build.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-20 Andrew Trickindvars: Added getInsertPointForUses to find a valid...
2011-07-20 Andrew Trickindvars -disable-iv-rewrite: Add NarrowIVDefUse to...
2011-07-20 NAKAMURA TakumiX86Subtarget.h: Assume "x86_64-cygwin", though it has...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-20 Andrew Trickindvars -disable-iv-rewrite fix: derived GEP IVs
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 Evan ChengFix an obvious typo that's preventing x86 (32-bit)...
2011-07-19 Eli FriedmanPR10386: Don't try to split an edge from an indirectbr.
2011-07-19 Jim GrosbachTweak ARM assembly parsing and printing of MSR instruction.
2011-07-19 Devang PatelDistinguish between two copies of one inlined variable.
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 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
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 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Jay FoadConvert ConstantFoldGetElementPtr to use ArrayRef.
2011-07-19 Jay FoadConvert SimplifyGEPInst to use ArrayRef.
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 Jay FoadUse ArrayRef in ConstantFoldInstOperands and ConstantFo...
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-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-07-19 Devang PatelRevert r135423.
2011-07-19 Bill WendlingMicro-opt: Only emit compact unwind if there is a compa...
2011-07-19 Bill WendlingUse the CompactUnwindEncoding from the Frame, if it...
2011-07-19 Bill WendlingAdd a frame with the compact unwind encoding if it...
2011-07-19 Bill WendlingAdd a method to set compact unwind encoding information...
2011-07-19 Bill WendlingRename CompactEncoding to CompactUnwindEncoding.
2011-07-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Bill WendlingMove the compact encoding from the target-specific...
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 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Andrew TrickCompiler warning.
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
next