oota-llvm.git
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.
2012-01-30 Chris LattnerFix ConstantFoldShuffleVectorInstruction to properly...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2012-01-30 NAKAMURA TakumiCMake: Add the folder "Tablegenning" on llvm-tblgen...
2012-01-30 Chris Lattnerinitialize the Next field to null
2012-01-30 Craig TopperMove some XOP patterns into instruction definition...
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-29 Chandler CarruthCleanup the organization of some methods in llvm::Tripl...
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...
2012-01-29 Anton KorobeynikovCleanups for EABI standard functions
2012-01-29 Anton KorobeynikovUse base AAPCS for varargs functions even for AAPCS...
2012-01-29 Jakob Stoklund... Fix some scavenger performance issues.
2012-01-29 Jakob Stoklund... Avoid creating BitVector temporaries.
2012-01-29 Jakob Stoklund... Add a BitVector::reset(BitVector&) method.
2012-01-28 Nick LewyckyFix typo.
2012-01-28 Bob WilsonAdd a note about a potential optimization for clz/ctz...
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-28 Benjamin KramerSilence GCC's -Wreturn-type warning.
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-28 Kostya Serebryany[asan] correctly use ConstantExpr::getGetElementPtr...
2012-01-28 Bill WendlingReapply r149159 with a fix to add to a PHI node with...
2012-01-28 Lang HamesRemove code that adds live ranges for dead defs. It...
2012-01-28 Bill WendlingRevert r149159 until I can fix tests.
2012-01-28 Bill WendlingDon't always create a separate block for the call to...
2012-01-28 David GreeneFix Record Name Reference
next