oota-llvm.git
2012-04-16 Chandler CarruthTweak the loop rotation logic to check whether the...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Eli BenderskyDocumentation fixes to LLVMBuild.html [PR 11563]
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Craig TopperReplace vpermd/vpermps intrinic patterns with custom...
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-16 Craig TopperChange type profile for vpermv back to using operand...
2012-04-16 Craig TopperFlip the arguments when converting vpermd/vpermps intri...
2012-04-16 Bill WendlingAdd credit and release notes for r150307. By Kai Nacke.
2012-04-16 Bill WendlingAdd a Fixme.
2012-04-16 Sebastian Popadd configure flag --with-default-sysroot
2012-04-16 Hal FinkelSay something about -vectorize in the release notes.
2012-04-16 Hal FinkelSimplify checking for pointer types in BBVectorize...
2012-04-16 Hal FinkelRemove dead SD nodes after the combining pass. Fixes...
2012-04-16 Chandler CarruthRewrite how machine block placement handles loop rotation.
2012-04-16 Craig TopperMerge vpermps/vpermd and vpermpd/vpermq SD nodes.
2012-04-16 Craig TopperFix SDTypeProfile for vpermps. The mask operand should...
2012-04-15 Craig TopperSpacing fixes and 80 column fixes. Use 0 instead of...
2012-04-15 Craig TopperRemove AVX2 vpermq and vpermpd intrinsics. These can...
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-15 Jakub StaszakFix class name.
2012-04-15 Nadav RotemDo not convert between fp128 <-> ppc_fp128 since there...
2012-04-15 Jakub StaszakFix filename and register numbers.
2012-04-15 Nadav RotemFix PR12529. The Vxx family of instructions are only...
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-15 Benjamin KramerWire up support for diagnostic ranges in the ARMAsmParser.
2012-04-15 Nadav RotemWhen emulating vselect using OR/AND/XOR make sure to...
2012-04-15 Elena DemikhovskyAdded VPERM optimization for AVX2 shuffles
2012-04-15 NAKAMURA TakumiHexagonCopyToCombine.cpp: Silence two warnings, -Wunuse...
2012-04-15 NAKAMURA TakumiTarget/Hexagon: Tweak to fix msvc build.
2012-04-14 Anshuman DasguptaRemove trailing whitespace.
2012-04-14 Anshuman DasguptaAdd VLIW packetizer to ReleaseNotes.html and CREDITS...
2012-04-14 Brendon CahoonAdd the loop unrolling info to ReleaseNotes.html and...
2012-04-14 Duncan SandsThere is no need for setIsExact to be public. Make...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-14 Benjamin KramerMake StringMap's copy ctor non-explicit.
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-13 Bob WilsonRemove old code to strip out unwanted PPC slices for...
2012-04-13 Richard SmithFix X86 codegen for 'atomicrmw nand' to generate *x...
2012-04-13 Sirish PandeRemove iostream from New Value Jump.
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Sirish PandePass to replace tranfer/copy instructions into combine...
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-04-13 Tony LinthicumSupport for Hexagon backend.
2012-04-13 Tony LinthicumSupport for Hexagon backend.
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-13 Dan GohmanAdd some comments, and fix a few places that missed...
2012-04-13 Kevin EnderbyFor ARM disassembly only print 32 unsigned bits for...
2012-04-13 Dan GohmanConsider ObjC runtime calls objc_storeWeak and others...
2012-04-13 Hal FinkelBy default, use Early-CSE instead of GVN for vectorizat...
2012-04-13 Sylvestre LedruCatch the Python exception when subprocess.Popen is...
2012-04-13 Benjamin KramerRemove unused variable.
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-13 Craig TopperFix target specific intrinsic handling to adjust intrin...
2012-04-13 Craig TopperRemove getElfArchType from ELF.h. It's only used in...
2012-04-13 Dan GohmanUse the new Use-aware dominates method to apply the...
2012-04-13 Bill WendlingCode-gen may inject code into the IR before it emits...
2012-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-04-13 Dan GohmanDef here is an Instruction, so !isa<Instruction>(Def...
2012-04-12 Dan GohmanAdd forms of dominates and isReachableFromEntry that...
2012-04-12 Kevin EnderbyFix a few more places in the ARM disassembler so that...
2012-04-12 Ted KremenekUpdate CMake build.
2012-04-12 Evandro MenezesHexagon: fix CMake error.
2012-04-12 Sirish PandeDisable Hexagon test temporarily.
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-12 Evan ChengGeneralize r153635 to deal with TokenFactor chains...
2012-04-12 Evandro MenezesHexagon: enable assembler output through the MC layer.
2012-04-12 Anshuman DasguptaAdd DFA generator for VLIW targets to ReleaseNotes...
2012-04-12 Benjamin KramerRemove README entry obsoleted by register masks.
2012-04-12 Jean-Daniel... Remove a remaining reference to the obsolete C backend...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2012-04-12 Jim GrosbachARM 'adr' fixups don't need the interworking addend...
2012-04-11 Akira HatanakaRevert changes that were accidentally committed.
2012-04-11 Akira HatanakaFix string that is being checked.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Kevin EnderbyFixed a case of ARM disassembly getting an assert on...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-11 Jim GrosbachRemove incorrect comment.
2012-04-11 Jim GrosbachTidy up. Remove hard tab characters.
2012-04-11 Jim GrosbachTidy up. Whitespace.
2012-04-11 Benjamin KramerFix pasto.
2012-04-11 Chad RosierTypo.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-11 Jim GrosbachARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Andrew TrickTableGen'd regpressure: register unit set pruning.
2012-04-11 Jim GrosbachARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-11 Benjamin KramerCache the hash value of the operands in the MDNode.
2012-04-11 Benjamin KramerFoldingSet: Push the hash through FoldingSetTraits...
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2012-04-11 Nadav Rotemremove unused argument
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...
2012-04-11 Chandler CarruthAdd two statistics to help track how we are computing...
2012-04-11 Nadav RotemReapply 154397. Original message:
2012-04-11 Duncan SandsComment typo fix.
next