Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is on...
[oota-llvm.git] / include /
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2012-01-11 Eli FriedmanRe-fix the issue Bill fixed in r147899 in a slightly...
2012-01-11 Jan SjödinAdd XOP Intrinsics and tests
2012-01-11 Andrew TrickClarified the SCEV getSmallConstantTripCount interface...
2012-01-11 Jakob Stoklund OlesenDetect when a value is undefined on an edge to a landin...
2012-01-11 Jakob Stoklund OlesenExclusively use SplitAnalysis::getLastSplitPoint().
2012-01-11 Bill WendlingIf the global variable is removed by the linker, then...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2012-01-10 Chandler CarruthTeach the triple library about the androideabi environment.
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Andrew TrickEnable LSR IV Chains with sufficient heuristics.
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-09 Devang PatelSplit AsmParser into two components - AsmParser and...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Benjamin KramerMake clever use of alignment and padding to shrink...
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2012-01-07 Benjamin KramerPort the trick to skip the check for empty buckets...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2012-01-07 Evan ChengAdded a late machine instruction copy propagation pass...
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2012-01-07 Andrew TrickExpose isNonConstantNegative to users of ScalarEvolution.
2012-01-06 Andrew TrickPut all IVUsers in the processed set. Allow querying...
2012-01-05 Benjamin KramerKill ObjectCodeEmitter and BinaryObject, they were...
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-05 Chris Lattnerallow clients of SmallSet to specify their own comparis...
2012-01-05 Andrew Trickcomment cleanup
2012-01-05 Jakob Stoklund OlesenFreeze reserved registers before starting register...
2012-01-04 Dan GohmanGeneralize isSafeToSpeculativelyExecute to work on...
2012-01-04 Benjamin KramerSimplify more DenseMap.find users.
2012-01-04 Benjamin KramerStringMap.find never points to an empty bucket or tombs...
2012-01-04 Benjamin KramerSimplify code. No functionality change.
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2012-01-03 Chris Lattnergeneralize LLVMContext::emitError to take a twine inste...
2012-01-03 Stepan DyatkovskiyFix for PR11652: assertion failures when Type.cpp is...
2012-01-03 Stepan DyatkovskiyType: replaced usage of ID with getTypeID().
2012-01-01 Benjamin KramerPatternMatch: Introduce a matcher for instructions...
2012-01-01 Benjamin KramerPatternMatch: Simplify code by reusing the Operator...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaFix grammar error noticed by Duncan.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-12-22 Chris Lattnerfix typo
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-22 Lang HamesFixed typo.
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Rafael EspindolaAdd const.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-20 Manuel KlimekFixes a potential compilation error.
2011-12-20 Manuel KlimekPulls the implementation of skip() into JSONParser.
2011-12-20 Manuel KlimekAddressing style issues in JSON parser.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-20 Chris Lattnerfix typo
2011-12-20 Chris Lattneradd a method to improve compatibility with SmallVector.
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
2011-12-19 Evan ChengAdd a if-conversion optimization that allows 'true...
2011-12-19 Eli FriedmanAdd "using" to silence warnings.
2011-12-19 Eli FriedmanAttempt to fix PR11607 by shuffling around which class...
2011-12-19 Jakob Stoklund OlesenEmit a getMatchingSuperRegClass() implementation for...
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-12-17 Chandler CarruthAs Doug pointed out (and I really should know), it...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-16 Chandler CarruthMake GCC happy by using makeAraryRef instead of the...
2011-12-16 Chandler CarruthAdd a generic collection of class templates to ADT...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-15 Eli FriedmanZap unnecessary semicolons.
2011-12-15 Devang PatelUpdate DebugLoc while merging nodes at -O0.
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-12-14 Evan ChengModel ARM predicated write as read-mod-write. e.g.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-14 Evan ChengAllow target to specify register output dependency...
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-13 Michael J. SpencerSupport/FileSystem: Add file_magic and move a vew clien...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
next