oota-llvm.git
2011-07-19 Akira HatanakaUse the correct opcodes: SLLV/SRLV or AND must be used...
2011-07-19 Jim GrosbachMove mr[r]c[2] ARM tests and tidy up a bit.
2011-07-19 Jim GrosbachARM testcases for MOVT.
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 GrosbachWhitespace.
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 Bob WilsonRevert "Update docs to reflect r135457."
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 Nick LewyckyRemove bogus test: for all possible inputs of %X, the...
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 Eli FriedmanMake isLoadExtLegal and isTruncStoreLegal check what...
2011-07-19 Devang PatelUpdate docs to reflect r135457.
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-07-19 Devang PatelRevert r135423.
2011-07-19 Jeffrey YasskinDocument how to maintain a git-svn clone of the LLVM...
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-19 Bill WendlingAdd a field for the compact unwind encoding.
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 Eli FriedmanFileCheck-ize a couple tests.
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...
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 Jakob Stoklund... Fix a crash when building 177.mesa for armv6.
2011-07-18 Andrew Trickindvars: Added verification that LFTR and other indvars...
2011-07-18 Andrew Trickindvars: Added isHighCostExpansion. Avoid generating...
2011-07-18 Bruno Cardoso... Be more smart with VCVTSS2SD. Also place the patterns...
2011-07-18 Bruno Cardoso... Add AVX 128-bit sqrt versions
2011-07-18 Akira HatanakaChange destination register operands of SC instructions...
2011-07-18 Jakob Stoklund... Intern all RecTy subclass instances to avoid duplicates.
2011-07-18 Chris Lattnervarious cleanups noticed by Frits
2011-07-18 Chris Lattnerremove pasto
2011-07-18 Frits van BommelHopefully fix some GCC-based buildbots. GCC apparently...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 Frits van BommelIntroduce the 'makeArrayRef(...)' family of functions...
2011-07-18 Nick LewyckyDelete empty unused file.
2011-07-18 Jakob Stoklund... Fix PR10387.
2011-07-18 Chris Lattnerdocument this api change.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-18 Chris Lattnerupdate for recent api changes. I have a hard time...
2011-07-18 Chris Lattnerupdate this to build with a recent IRBuilder change...
2011-07-18 Evan ChengLLC doesn't need to create MCInstrInfo's.
2011-07-18 Chris Lattneradd iteration support to TinyPtrVector for clang's...
2011-07-18 Chris Lattnerfix a warning in TinyPtrVector, adopt it in SSAUpdater...
2011-07-18 Chris Lattnerintroduce a new TinyPtrVector class.
2011-07-18 Benjamin KramerSimplify & microoptimize code. No intended functionalit...
2011-07-17 Nadav RotemMinor code cleanups
2011-07-17 Oscar FuentesFix CMake build on Solaris
2011-07-17 Chris Lattnertidy up
2011-07-16 Benjamin KramerSilence compiler warnings.
2011-07-16 Jakub StaszakRemove unused LoopRanges from RegAllocGreedy.
2011-07-16 Jakub StaszakRemove "LoopInfo.h" include from BranchProbabilityInfo.h.
2011-07-16 Jakub StaszakAdd MachineBlockFrequency analysis.
2011-07-16 Owen AndersonRevert r135319 in an attempt to get to unbreak testers.
2011-07-16 Eric ChristopherMore minor adjustments.
2011-07-16 Matt Beaumont-GaySilence unused variable warning
2011-07-16 Eli FriedmanMake the disassembler able to disassemble a bunch of...
2011-07-16 Andrew Trickindvars: fix a pass-sensitivity issue that would hit...
2011-07-16 Andrew Trickindvars: remove ExprToIVMap because it won't be needed...
2011-07-16 Andrew TrickFix SCEVEXpander to handle arbitrary phi expansion...
2011-07-16 Bruno Cardoso... Add AVX 128-bit patterns for sint_to_fp
2011-07-16 Eric ChristopherFinish propagating %asmtmp->%1 change.
2011-07-16 Jakob Stoklund... He said *before* the last split point.
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-15 Chris Lattnerdeconstify getType()'s.
2011-07-15 Dan GohmanLegalizeDAG doesn't need its own copy of this enum.
2011-07-15 Owen AndersonGet rid of the separate opcodes for the Darwin versions...
2011-07-15 Dan GohmanDelete LegalizeDAG's own version of isTypeLegal and...
next