ArrayRef'ize MI::setPhysRegsDeadExcept().
[oota-llvm.git] / lib /
2012-02-03 Jakob Stoklund OlesenArrayRef'ize MI::setPhysRegsDeadExcept().
2012-02-03 Jakob Stoklund OlesenHandle all live physreg defs in the same place.
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Andrew TrickInitialize all common codegen passes before configurati...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Duncan SandsSimplify some GEP checks in the verifier.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Craig TopperRemove getShuffleVPERMILPImmediate function, getShuffle...
2012-02-03 Craig TopperRemove unnecessary qualification on 256-bit vector...
2012-02-03 Craig TopperAdd auto upgrade support for x86 pcmpgt/pcmpeq intrinic...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Andrew Trickwhitespace
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-03 Lang HamesIncorporate suggestions Chad, Jakob and Evan's suggesti...
2012-02-03 Jim GrosbachNarrow test further. Make bot and test happy.
2012-02-03 Jim GrosbachTidy up. Trailing whitespace.
2012-02-03 Jim GrosbachRestrict InstCombine from converting varargs to or...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-02-02 Jakob Stoklund OlesenAdd pseudo-registers for pairs, triples, and quads...
2012-02-02 Benjamin KramerBBVectorize: Simplify code, no functionality change.
2012-02-02 Hal FinkelMinor changes from review.
2012-02-02 Elena DemikhovskyMinor change in signature of the getZeroVector()
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Francois PichetUnbreak the MSVC build.
2012-02-02 Lang HamesRe-apply the coalescer fix from r149147. Commit r149597...
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesBreak as soon as the MustMapCurValNos flag is set ...
2012-02-02 Hal FinkelVectorize long blocks in groups.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-02 Akira HatanakaSet the correct stack pointer register.
2012-02-02 Akira HatanakaExpand EHSELECTION and EHSELECTION nodes. Set the corre...
2012-02-02 Akira HatanakaAdd DWARF numbers of 64-bit registers.
2012-02-01 Pete CooperTypo
2012-02-01 Rafael EspindolaFix the cmake build
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Jakob Stoklund OlesenMove ARM subreg index compositions to the SubRegIndex...
2012-02-01 Andrew Trickfix cmake
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 Chad RosierTidy up.
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyShortened code in shuffle masks
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2012-02-01 Craig TopperDon't create VBROADCAST nodes if any nodes use the...
2012-02-01 NAKAMURA TakumiBBVectorize.cpp: Try to fix MSVC build. map::iterator...
2012-02-01 Hal FinkelA few of the changes suggested in code review (by Nick...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2012-01-31 Jim GrosbachTidy up. One more return type mismatch fix.
2012-01-31 Lenny Maioranibz11794 : EarlyCSE stack overflow on long functions.
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-31 Bob WilsonAdd Triple::getMacOSXVersion to replace crufty code...
2012-01-31 Jim GrosbachRefactor loop for better readability.
2012-01-31 Jim GrosbachAdd explanatory comment.
2012-01-31 Andrew TrickObvious unnecessary loop removal. Follow through from...
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-31 Bill WendlingIncrease the initial vector size to be equivalent to...
2012-01-31 Bill WendlingCache the size of the vector instead of calling .size...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Andrew TrickRAFast: Generalize the logic for return operands.
2012-01-31 Chris Lattnerfix a small oversight that broke the fhourstones app.
2012-01-31 Chris Lattnerremove the last vestiges of llvm::GetConstantStringInfo...
2012-01-31 Chris Lattnereliminate the last uses of GetConstantStringInfo from...
2012-01-31 Chandler CarruthAdd various coarse bit-width architecture predicates...
2012-01-31 Chris Lattnerstart moving SimplifyLibcalls over to getConstantString...
2012-01-31 Chris LattnerChange ConstantArray::get to form a ConstantDataArray...
2012-01-31 Chris Lattnerrework this logic to not depend on the last argument...
2012-01-31 Chris Lattnerdon't emit a 1-byte object as a .fill. This is silly...
2012-01-31 Chris Lattneruse the right accessor for ConstantDataArray.
2012-01-31 Chris Lattnerfix asmwriting of ConstantDataArray to use the right...
2012-01-31 Chris Lattnerenhance logic to support ConstantDataArray.
2012-01-31 Bill WendlingRemove the now-dead llvm.eh.exception and llvm.eh.selec...
2012-01-31 Bill Wendlings/getInnerUnwindDest/getInnerResumeDest/g
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-31 Bill WendlingRemove ivar which is identical to another ivar.
2012-01-31 Bill WendlingRemove unused ivars and s/getOuterUnwindDest/getOuterRe...
2012-01-31 Bill WendlingRemove more dead functions.
2012-01-31 Bill Wendlings/getInnerUnwindDestNewEH/getInnerUnwindDest/g
2012-01-31 Bill WendlingRemove some unused, old-EH methods.
2012-01-31 Eli FriedmanUse the correct ShiftAmtTy for creating shifts after...
2012-01-31 Bill WendlingGet rid of references to dead intrinsics.
2012-01-31 Bill WendlingFormatting cleanups. No functionality change.
2012-01-31 Bill WendlingRemove no-longer-useful dyn_casts and pals.
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2012-01-30 Kostya Serebryany[asan] fix the ObjC support (asan Issue #33)
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Evan ChengPR11834: Use macros which are defined on Windows. Patch...
2012-01-30 Devang PatelIntel syntax. Adjust special code, used to recognize...
2012-01-30 Chad RosierTypo.
2012-01-30 Chad RosierTypo.
2012-01-30 David GreeneImplement String Cast from Integer
2012-01-30 Devang PatelIntel syntax. Support .intel_syntax directive.
2012-01-30 Benjamin KramerFix refacto.
2012-01-30 Matt Beaumont-GayHere's a new one: GCC was complaining about an only...
next