oota-llvm.git
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
2012-01-27 Lang HamesSilence warning about parens for && within ||
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 David GreeneRemove Deprecated Features
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Lang HamesAdd a "moveInstr" method to LiveIntervals. This can...
2012-01-27 Lang HamesBacking out ill-considered 'refactor'.
2012-01-27 Lang HamesMove some duplicate loops in the coalescer into their...
2012-01-27 Devang PatelIntel Syntax: Parse mem operand with seg reg. QWORD...
2012-01-27 Jim GrosbachFix typo.
2012-01-27 Craig TopperMove some patterns back near their instructions and...
2012-01-27 Lang HamesPhysreg dead defs should be handled too.
2012-01-27 Chris Lattnersmallvectorize.
2012-01-27 Chris Lattnercontinue making the world safe for ConstantDataVector...
2012-01-27 Matt Beaumont-GayUnix line endings
2012-01-27 Bill WendlingPlace the GEP instructions nearer to the instructions...
2012-01-27 Chris Lattnermake sure the file's matching header is #include'd...
2012-01-27 Chris LattnerRewrite CanShareConstantPoolEntry to be implemented...
2012-01-27 Chris Lattnerenhance constant folding to be able to constant fold...
2012-01-27 Jim GrosbachKeep source location information for X86 MCFixup's.
2012-01-27 Jim GrosbachSource information in 'expected relocatable expression...
2012-01-27 Jim GrosbachBetter user diagnostics for more ARM MachO relocation...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Jim GrosbachTidy up.
2012-01-26 Jim GrosbachKeep source information, if available, around for ARM...
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim Grosbachllvm-mc pass through SourceMgr to MCContext.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2012-01-26 Jakob Stoklund... Handle call-clobbered ymm registers on Win64.
2012-01-26 Eric ChristopherUse -H on darwin as well.
2012-01-26 Chris Lattnerprogress making the world safe to ConstantDataVector...
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 Chris Lattnersmallvectorize and ArrayRef'ize some stuff.
2012-01-26 Chris LattnerReduce a lot of code duplication by implementing
2012-01-26 Chad RosierUpdate comment for r149070.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund... Clear kill flags before propagating a copy.
2012-01-26 Jim GrosbachTidy up. Fix mismatched return types for error handling.
2012-01-26 Gabor Greifcomment tweaks
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-26 Victor UmanskyFix for the following bug in AVX codegen for double...
2012-01-26 Craig TopperAdd HasXOP predicate check covering a bunch of XOP...
2012-01-26 Craig TopperFix AVX vs SSE patterns ordering issue for VPCMPESTRM...
2012-01-26 Craig TopperRemove some more patterns by custom lowering intrinsics...
2012-01-26 Chris Lattnerunbreak test/Bitcode/shuffle.ll.
2012-01-26 Chris Lattnersimplify by using ShuffleVectorInst::getMaskValue.
2012-01-26 Chris Lattnereliminate the Constant::getVectorElements method. ...
2012-01-26 Chris LattnerContinue improving support for ConstantDataAggregate...
2012-01-26 Chris LattnerAdd a ConstantDataVector::getSplatValue() method, for...
2012-01-26 Peter Collingbournellvm-config: Add support for CMake build trees in which...
2012-01-26 Chris Lattnersome general cleanup, using new methods and tidying...
next