oota-llvm.git
2011-07-22 Eli FriedmanSome LangRef tweaks, per Dan's comments.
2011-07-22 Jakub StaszakAllow getBlockFreq to return 0.
2011-07-22 Benjamin KramerGCC complains about the angle of this line.
2011-07-22 Jakub StaszakRevert patch which broke some IfConversion tests.
2011-07-22 Benjamin KramerTeach tblgen to emit MCRegisterClasses.
2011-07-22 Jakub StaszakFix typo in #include which revealed in the case-sensiti...
2011-07-22 Bruno Cardoso... Remove the 128-bit special handling from SCALAR_TO_VECT...
2011-07-22 Bruno Cardoso... -Inspected a AVX code block added by someone in early...
2011-07-22 Bruno Cardoso... Although we already support this, add testcases for...
2011-07-22 Bruno Cardoso... Add a DAGCombine for transforming 128->256 casts into...
2011-07-22 Bruno Cardoso... Introduce a new function to lower 256-bit vectors which...
2011-07-22 Bruno Cardoso... Rename function to be more specific and be more strict...
2011-07-21 Jakub StaszakUse MachineBranchProbabilityInfo instead of MachineLoop...
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-07-21 Dan GohmanFix MergeInVectorType to check for vector types with...
2011-07-21 Jim GrosbachARM Asm parser range checking for [0,31] immediates.
2011-07-21 Jim GrosbachARM parsing and encoding tests for SBC instruction.
2011-07-21 Benjamin KramerInitialize DenseSets lazily.
2011-07-21 Jim GrosbachARM testcases for SADD/SASX parsing and encoding.
2011-07-21 Jakub StaszakAdd missing getAnalysisUsage in MachineBlockFrequency.
2011-07-21 Jim GrosbachARM assembly parsing support for RSC instruction.
2011-07-21 Jim GrosbachARM assembly parsing support for RSB instruction.
2011-07-21 Jim GrosbachARM parsing and encoding tests for RBIT, REV, REV16...
2011-07-21 Jim GrosbachARM parsing and encodings tests for saturating arithmet...
2011-07-21 Jim GrosbachTidy up.
2011-07-21 Nicolas GeoffrayUpdate generated CPP code with the new API on CallInst...
2011-07-21 Jim GrosbachARM assembly parsing POP/PUSH mnemonics.
2011-07-21 Oscar FuentesFix CMake build
2011-07-21 Jim GrosbachAdd tests for ARM PKH assembly parsing.
2011-07-21 Owen AndersonSplit up the ARM so_reg ComplexPattern into so_reg_reg...
2011-07-21 Andrew TrickCleanup: make std::pair usage slightly less indeciphera...
2011-07-21 Benjamin KramerSink parts of TargetRegisterClass into MCRegisterClass.
2011-07-21 Jim GrosbachARM assembly parsing and encoding for PKHBT and PKHTB...
2011-07-21 Bruno Cardoso... Added the infrastructute necessary for MIPS JIT support...
2011-07-21 Jay FoadMake better use of ConstantExpr::getGetElementPtr's...
2011-07-21 Jay FoadSort case-insensitively.
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Jay FoadUpdate llvm-gcc-4.2 and dragonegg after converting...
2011-07-21 Jay FoadConvert ConstantFolder APIs to use ArrayRef.
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-21 Bruno Cardoso... - Register v16i16 as valid VR256 register class
2011-07-21 Bruno Cardoso... Add support for 256-bit versions of VPERMIL instruction...
2011-07-21 Bruno Cardoso... Improve splat promotion to handle AVX types: v32i8...
2011-07-21 Bruno Cardoso... Add aditional patterns for vextractf128 instruction
2011-07-21 Bruno Cardoso... Add aditional patterns for vinsertf128 instruction
2011-07-21 Bruno Cardoso... Add v16i16 type to VR256 class
2011-07-21 Bruno Cardoso... Move code around. No functionality changes
2011-07-21 Bruno Cardoso... Tidy 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 NAKAMURA Takumidocs/GettingStarted.html: Tweak style.
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 NAKAMURA Takumidocs/GettingStarted.html: Fix a typo and tweak a comman...
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 Eli FriedmanCommit LangRef changes for LLVM concurrency model....
2011-07-20 Francois PichetUnbreak the MSVC build. Since the "next" function alrea...
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 Benjamin KramerFix cmake.
2011-07-20 Benjamin KramerSketch out an CFG reconstruction mode for llvm-objdump.
2011-07-20 Eli FriedmanExtend the hack for _GLOBAL_OFFSET_TABLE_ slightly...
2011-07-20 Jim GrosbachAdd parsing/encoding tests for ARM ORR instruction.
2011-07-20 Jim GrosbachConsolidate ARM NOP encoding test.
2011-07-20 Jim GrosbachARM parsing and encoding tests for MVN
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 Eric ChristopherRegenerate configure and friends for Chad.
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 ChristopherNew pointer rotate test.
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-20 Andrew Trickindvars test case for r135558.
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 Bill WendlingBuild and install the archive when building the Apple...
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 Benjamin KramerFix off-by-one.
next