oota-llvm.git
2012-12-06 Jordan RoseAllow modifying an ImmutableMap without canonicalizing...
2012-12-06 Jakub StaszakSimplify code.
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
2012-12-06 NAKAMURA TakumiMemorySanitizer.cpp: Suppress a warning. [-Wunused...
2012-12-06 Evgeniy Stepanov[msan] Fix a typo in a comment.
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-06 Craig TopperMark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ...
2012-12-06 Evan ChengProperly fix the tes.
2012-12-06 NAKAMURA Takumillvm/test/CodeGen/ARM/extload-knownzero.ll: Try to...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-06 Bill WendlingSet the 'MadeChange' variable if we are deleting blocks.
2012-12-06 Michael IlsemanHave CannotBeNegativeZero() be aware of the nsz fast...
2012-12-05 Andrew TrickTaking ownership of indvars/lsr.
2012-12-05 Richard SmithPR10867: Analogue of r169441 for when using external...
2012-12-05 Andrew TrickRegPressureTracker::dump(): Remove unnecessary argument.
2012-12-05 Richard SmithPR10867. lit would interpret
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-05 Michael J.... Quick build fix for c++03 clang. This needs a proper...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Jyotsna VermaDefine new-value store instructions with base+immediate...
2012-12-05 Bill WendlingFix name. The array is unboundED.
2012-12-05 Andrew TrickRegisterPressureTracker: fix findUseBetween to handle...
2012-12-05 Andrew TrickRegisterPressureTracker: unify virtual registers and...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 Eli BenderskyRemove unused methods
2012-12-05 Justin Holewinski[NVPTX] Fix crash with unnamed struct arguments
2012-12-05 Michael J.... Add dump of Win64 EH unwind data.
2012-12-05 Michael J.... Updates to Win64EH.h structures.
2012-12-05 David SehrTest commit.
2012-12-05 Jyotsna VermaUse multiclass to define store instructions with base...
2012-12-05 Eli BenderskyRemove the non-const getInst accessor. It wasn't being...
2012-12-05 Bob WilsonAdjust JIT target triple on OS X to match the current...
2012-12-05 Matthew CurtisFix misplaced closing brace.
2012-12-05 Andrew TrickRemove two dead functions resulting from a bad rebase.
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Jakob Stoklund... Remove unused MachineInstr constructors.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-05 Pedro Artigas- Added calls to doInitialization/doFinalization to...
2012-12-05 Evgeniy Stepanov[msan] Instrument bswap intrinsic.
2012-12-05 Evgeniy Stepanov[msan] Initialize callbacks in runOnFunction as opposed...
2012-12-05 Evgeniy Stepanov[msan] Change linkage type of __msan_track_origins.
2012-12-05 Elena DemikhovskySimplified BLEND pattern matching for shuffles.
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Andrew TrickAdded RegisterPressureTracker::dump() for debugging.
2012-12-05 Andrew TrickComment formatting.
2012-12-05 Sean Silvadocs: Explain plain preformatted text
2012-12-05 Shuxin Yangfix a typo
2012-12-05 Michael J.... Copy clang/Driver/<Option parsing stuff> to llvm.
2012-12-05 Sean Silvadocs: Sphinxify `docs/tutorial/`
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-04 Matt Beaumont-GayAppease GCC's -Wparentheses.
2012-12-04 Bill WendlingSplit up the ParseOptionalAttrs method into three diffe...
2012-12-04 Nadav RotemLoopVectorizer: Increase the number of pointers that...
2012-12-04 Nadav RotemEnable if-conversion during vectorization.
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Nadav RotemFix a bug in vectorization of if-converted reduction...
2012-12-04 Jakob Stoklund... Speed up the AllocationOrder class a bit.
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 David BlaikieComment change made in r169304 as requested by Eric...
2012-12-04 Jyotsna VermaDefine store instructions with base+register offset...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Sean Silvadocs: Begin Sphinxification of docs/tutorial/
2012-12-04 Sean Silvadocs: fixup legacy HTML link
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Eli BenderskyRemove a URL from code
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Nadav RotemAdd support for reduction variables when IF-conversion...
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Eli BenderskyA test in thid directory was not being run because...
2012-12-04 Duncan SandsFix comment typo.
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Justin HolewinskiUpdate release notes for NVPTX
2012-12-04 Eli BenderskyGet rid of references to Tcl, DejagGNU, old test struct...
2012-12-04 Eli BenderskyRemove the very out-of-date listing of "very important...
2012-12-04 Evgeniy StepanovImprove MSan tests.
2012-12-04 NAKAMURA TakumiKillTheDoctor.cpp: Restore Win32 SDK headers before...
2012-12-04 Chandler CarruthClean up the sample include orderings, not that it...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-12-04 Chandler CarruthTeach the include sorter to quickly skip files with...
2012-12-04 Chandler CarruthTeach the include sorter to skip files under test trees...
2012-12-04 Chandler CarruthTeach the include sorting script about the gtest header...
2012-12-04 NAKAMURA TakumiVMCoreTests/PassManagerTest.cpp: Appease msvc not to...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Nadav RotemGive scalar if-converted blocks half the score because...
2012-12-04 Chandler CarruthAddress review comments from Matt on the sort_includes...
2012-12-04 Chandler CarruthAdd a comment about the requirement that the Windows...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Nadav RotemAdd the last part that is needed for vectorization...
next