oota-llvm.git
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Jakob Stoklund... Move ARM subreg index compositions to the SubRegIndex...
2012-02-01 Jakob Stoklund... Specify SubRegIndex components on the index itself.
2012-02-01 Andrew Trickfix cmake
2012-02-01 Jakob Stoklund... Fix a bug in the TopoOrderRC comparison function.
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 Jakob Stoklund... Avoid emitting empty arrays, they're not standard C++.
2012-02-01 Chad RosierTidy up.
2012-02-01 Dylan Noblesmithcmake: make BUILD_SHARED_LIBS a visible option
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Dylan Noblesmithautoconf: generate clang's private config.h header
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 Andrew Trickwhitespace
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 Brendon CahoonRevert test commit
2012-01-31 Lenny Maioranibz11794 : EarlyCSE stack overflow on long functions.
2012-01-31 Brendon Cahoontest commit, adding a blank space
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 Jakob Stoklund... Don't assign a value to NUM_TARGET_NAMED_SUBREGS.
2012-01-31 Jakob Stoklund... Move the composite map into CodeGenSubRegIndex.
2012-01-31 Jakob Stoklund... Add a TableGen CodeGenSubRegIndex class.
2012-01-31 Jim GrosbachRefactor loop for better readability.
2012-01-31 Jim GrosbachAdd explanatory comment.
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
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 Rafael EspindolaRegenerate configure.
2012-01-31 Francois PichetFix BrainF compilation.
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 Lattnerremove commented-out code.
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerupdate this to ConstantDataArray. There are no tests...
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 all references to the old EH.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-31 Bill WendlingUpdate test to new EH model.
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 Ted KremenekRelax constructor for IntrusiveRefCntPtr to not be...
2012-01-31 Ted KremenekUse traits for IntrusiveRefCntPtr to determine how...
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 Dan Gohmanbasic-aa does support AliasAnalysis chaining now.
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...
2012-01-30 Chris LattnerVarious improvements suggested by Duncan
2012-01-30 Douglas GregorEliminate narrowing conversion in initializer list...
2012-01-30 Benjamin KramerX86: Simplify shuffle mask generation code.
2012-01-30 Alexander PotapenkoFix compilation of ASan tests on OS X Lion (see code...
2012-01-30 Craig TopperAdd GCCBuiltin declarations for cmpsd/cmpss/cmppd/cmpps...
2012-01-30 Craig TopperFix pattern for memory form of PSHUFD for use with...
2012-01-30 Chris Lattnerfix a major oversight that is breaking some llvm-test...
2012-01-30 TalinDenseMap::find_as() and unit tests.
2012-01-30 Chris LattnerFirst step of flipping on ConstantDataSequential: enabl...
2012-01-30 Chris Lattnerwhen verbose asm is on, print integers in ConstantDataS...
2012-01-30 Chris Lattnerdon't lose tail padding on ConstantDataAggregate vec3's.
next