oota-llvm.git
2012-01-24 Jim GrosbachTidy up. Trailing whitespace.
2012-01-24 Matt Beaumont-GaySink assert-only variables into the asserts
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-24 Jim GrosbachNEON VST4(one lane) assembly parsing and encoding.
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-24 Jim GrosbachNEON VLD4(one lane) assembly parsing and encoding.
2012-01-24 Jakob Stoklund... Fix old doxygen comment.
2012-01-24 Jakob Stoklund... Add an (interleave A, B, ...) SetTheory operator.
2012-01-24 Chandler CarruthUndo an over zealous rename. This bit of the CMake...
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRA.
2012-01-24 Jim GrosbachRemove redundant test file.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSLI.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRI.
2012-01-24 Jim GrosbachTidy up.
2012-01-24 Jim GrosbachNEON add correct predicates for some asm aliases.
2012-01-24 David BlaikieReword comment based on feedback by Duncan Sands.
2012-01-24 Chris Lattnerbasic instcombine support for CDS.
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-24 Chris LattnerRearrange argument order of ::get methods so that LLVMC...
2012-01-24 Elena DemikhovskyZERO_EXTEND operation is optimized for AVX.
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Benjamin KramerBit pack DIE structures better.
2012-01-24 Eric ChristopherFix the testcases for the previous patch.
2012-01-24 Eric ChristopherRemove generation of DW_AT_sibling. Nothing as far...
2012-01-24 Chris LattnerAdd AsmPrinter (aka MCLowering) support for ConstantDat...
2012-01-24 Chris LattnerAdd various "string" methods to ConstantDataSequential...
2012-01-24 Chris Lattneradd ::drop_back() and ::drop_front() methods, which...
2012-01-24 Chris Lattnerteach valuetracking about ConstantDataSequential
2012-01-24 Chris Lattnerswitch SCEV to use the new ConstantFoldLoadThroughGEPIn...
2012-01-24 Chris LattnerSplit the interesting bits of ConstantFoldLoadThroughGE...
2012-01-24 Chris LattnerAdd some accessor methods to CAZ and UndefValue that...
2012-01-24 Anton KorobeynikovUse correct register class for am2offset register operands.
2012-01-24 Jakob Stoklund... Preserve <def,undef> flags in CoalesceExtSubRegs.
2012-01-24 Chris Lattnerimplement the ConstantDataSequential accessor methods.
2012-01-24 Craig TopperAdd comments near load pattern fragments indicating...
2012-01-24 Jim GrosbachNEON VST4(multiple 4 element structures) assembly parsing.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-24 Jim GrosbachTidy up. Remove some vertical space for readability.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-24 Jim GrosbachFix typo.
2012-01-24 Jim GrosbachNEON VST3(single element from one lane) assembly parsing.
2012-01-23 Devang PatelFix typo.
2012-01-23 Jim GrosbachNEON VST3(multiple 3-element structures) assembly parsing.
2012-01-23 David BlaikieChanging bitfield enums to unsigned ints.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2012-01-23 Anton KorobeynikovAdd missed mayStore flag to STREXD / t2STREXD
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-23 David BlaikieRemove dead default.
2012-01-23 Devang PatelIntel syntax: Robustify parsing of memory operand's...
2012-01-23 David BlaikieSimplify llvm::cl::Option by using a bit field instead...
2012-01-23 Jim GrosbachNEON VLD3 lane-indexed assembly parsing and encoding.
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-23 Chris LattnerVarious public StringMap methods take or return "MapEnt...
2012-01-23 Lang HamescopyImplicitOps is redundant here - the loop above...
2012-01-23 Jakob Stoklund... Fix PR11829. PostRA LICM was too aggressive.
2012-01-23 Jakob Stoklund... Simplify debug output.
2012-01-23 Devang PatelIntel syntax: Parse memory operand with empty base...
2012-01-23 Jim GrosbachSimplify some NEON assembly pseudo definitions.
2012-01-23 Matt Beaumont-GaySilence warnings in -asserts build
2012-01-23 Devang PatelIntel syntax: Parse segment registers.
2012-01-23 Chris Lattnerconvert CAZ, UndefValue, and CPN to use DenseMap's...
2012-01-23 Chris Lattnerrevert r148688 too, this isn't safe for DenseMap use...
2012-01-23 Chris Lattnerrevert r148691 and 148693
2012-01-23 Alexander PotapenkoImplemented AddressSanitizer::getPassName()
2012-01-23 NAKAMURA TakumiARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHAB...
2012-01-23 Chris Lattnerswitch UndefValue and ConstantPointerNull over to Dense...
2012-01-23 Nick LewyckyFix broken link.
2012-01-23 Chris LattnerReplace a use of ConstantUniqueMap for CAZ constants...
2012-01-23 Chris Lattnerallow OwningPtr to be copy constructed if null, which...
2012-01-23 Craig TopperCustom lower PCMPEQ/PCMPGT intrinsics to target specifi...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-23 Craig TopperUpdate more places to use target specific nodes for...
2012-01-23 Craig TopperCustom lower vector shift intrinsics to target specific...
2012-01-23 Rafael EspindolaAvoid using an invalidated iterator.
2012-01-23 Rafael EspindolaThe iteration order over a std::set<Module*> depends...
2012-01-23 Craig TopperRemove pattern fragments for v32i8, v16i16, v8i32,...
2012-01-23 Nick LewyckyMake Value::isDereferenceablePointer() handle unreachab...
2012-01-22 Craig TopperCombine X86 CMPPD and CMPPS node types. Simplifies...
2012-01-22 Craig TopperMerge PCMPEQB/PCMPEQW/PCMPEQD/PCMPEQQ and PCMPGTB/PCMPG...
2012-01-22 Nicolas GeoffrayUse Attributes::None instead of 0 after r148553 change...
2012-01-22 Craig TopperAdd target specific ISD node types for SSE/AVX vector...
2012-01-22 Anton KorobeynikovAdd an option to disable buggy copy propagation pass
2012-01-22 NAKAMURA Takumiunittests/Support/Casting.cpp: [PR8226] Workaround...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyRemove trailing spaces
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-22 Craig TopperMake code a little less verbose.
2012-01-22 David BlaikieHelp GCC along with code that's actually unreachable.
2012-01-22 Craig TopperRemove unused X86 ISD node type defines.
2012-01-22 Craig TopperMove some vector shift patterns into their instruction...
2012-01-21 Craig TopperAdd memory patterns for some of the fp<->integer conver...
2012-01-21 David BlaikieRemove unreachable defaults from gtest.
2012-01-21 Benjamin KramerRemove unused variables.
2012-01-21 Craig TopperFix PR11819 introduced by r148537. I'd commit the test...
2012-01-21 Evan ChengFix an obvious typo.
2012-01-21 Jakob Stoklund... Handle register masks in LiveVariables.
next