oota-llvm.git
2013-11-18 Ahmed BougachaDocs: tweak code-block spacing.
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Matt ArsenaultR600/SI: Fix moveToVALU when the first operand is VSrc.
2013-11-18 Matt ArsenaultR600/SI: Fix multiple SGPR reads when using VCC.
2013-11-18 Matt ArsenaultR600/SI: Implement add i64, but do not yet enable.
2013-11-18 Matt ArsenaultR600/SI: Specify SSrc operands
2013-11-18 Matt ArsenaultR600/SI: addc / adde i32 are legal
2013-11-18 Matt ArsenaultR600/SI: Match addc to S_ADD_U32.
2013-11-18 Matt ArsenaultR600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32
2013-11-18 Matt ArsenaultR600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
2013-11-18 Matt ArsenaultR600/SI: Move patterns to match add / sub to scalar...
2013-11-18 Matt ArsenaultR600/SI: Fix extra defs of VCC / SCC.
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Fix a crash in the AMDILCFGStrucurizer
2013-11-18 Tom StellardR600: Add a SubtargetFeatture for disabling the ifcvt...
2013-11-18 Tom StellardR600: Use lower-case for EnableIRStructurizer feature
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-18 Aaron BallmanChecking for a return value with FormatMessage; if...
2013-11-18 Aaron BallmanFixing a possible memory leak from a failing realloc...
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey Samsonov[ASan] Fix PR17867 - make sure ASan doesn't crash if...
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-11-18 Arnold SchwaighoferLoopVectorizer: Extend the induction variable to a...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-18 Matheus Almeida[mips][msa] Update encoding of bnz.v (typo).
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-18 Alexey SamsonovFix forgotten member initialization detected by MSan...
2013-11-18 Daniel Sanders[mips][msa] Add MSA to the release notes.
2013-11-18 Arnaud A. de... test-release.sh: tweak RPATH for the binary packages.
2013-11-18 Alexey SamsonovUnbreak the build after r194997
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Kevin Qin[AArch64 NEON]Add mov alias for simd copy instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-18 Manman RenDebug Info Verifier: disable it by default.
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-17 David BlaikieRemove unnecessary temporary construction.
2013-11-17 David BlaikieRemove redundant explicit default initialization.
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-17 Ahmed BougachaTableGen: Generate an enum for all named Operand types...
2013-11-17 Ahmed BougachaDocs: Clearly separate Operand-related paragraphs.
2013-11-17 Ahmed BougachaDocs: Fix typo: NoIntinerary -> NoItinerary.
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-17 NAKAMURA TakumiUtils/LoopUnroll.cpp: Tweak (StringRef)OldName to be...
2013-11-17 Hal FinkelAdd a loop rerolling flag to the PassManagerBuilder
2013-11-17 Anders Waldenborgpython: Fix check for disasm creation failure
2013-11-17 Anders Waldenborgpython: Properly initialize before trying to create...
2013-11-17 Alp TokerUpdate CREDITS
2013-11-17 Bill WendlingTestcase for PR17964
2013-11-17 Bill WendlingRevert "Micro-optimization"
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Yaron KerenDebugLoc defines LineCol as 32 bit in comment but unsig...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
2013-11-17 Matt ArsenaultUse more getZExtOrTruncs
2013-11-17 Matt ArsenaultUse getZExtOrTrunc instead of repeating the same logic.
2013-11-17 Hal FinkelAdd the cold attribute to error-reporting call sites
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Hal FinkelFix ndebug-build unused variable in loop rerolling
2013-11-17 Matt ArsenaultUse right address space pointer size
2013-11-16 Hal FinkelAdd a loop rerolling pass
2013-11-16 Juergen RibutzkaThe WebKit_JS CC preserves the same registers as the...
2013-11-16 Hal FinkelApply the InstCombine fptrunc sqrt optimization to...
2013-11-16 Matt ArsenaultFix assert on unaligned access to global with different...
2013-11-16 Matt ArsenaultFix codegen for null different sized pointer.
2013-11-16 Benjamin KramerScalarEvolution: Warn if the result of setFlags/clearFl...
2013-11-16 Benjamin KramerAnnotate APInt methods where it's not clear whether...
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-16 Duncan P. N... Use array_pod_sort instead of std::sort
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-11-16 Duncan P. N... Fix filename in header comment
2013-11-16 NAKAMURA Takumigtest-death-test.cc: Move ~DeathTestFactory() to unbrea...
2013-11-16 Manman RenDebug Info Verifier: remove un-used argument in verifyD...
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-16 Matt ArsenaultMention address space related changes in release notes.
2013-11-16 Matt ArsenaultUse correct size for address space in BasicAA.
2013-11-16 David BlaikieDwarfCompileUnit: Push type safety of DIDescriptor...
2013-11-16 David BlaikieDwarfCompileUnit: Remove unnecessary OwningPtr<T>:...
2013-11-16 Owen AndersonSmall improvement to InstrinsicEmitter::EmitAttributes...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfCompileUnit: Simplify getLanguage() calls to use...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Adrian PrantlReplace the dangling context hotfix with an assertion.
2013-11-15 Lang HamesRemove unused arguments.
2013-11-15 Lang HamesDuring folding for patchpoint/stackmap instructions...
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-11-15 Arnold SchwaighoferLoopVectorizer: Use abi alignment for accesses with...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 Juergen RibutzkaFix previous commit (r194865)
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptor usage out from...
2013-11-15 Matt ArsenaultFix typos.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Matt ArsenaultFix confusing machine verifier error.
2013-11-15 Andrew KaylorFix a problem in MCJIT identifying the module containin...
2013-11-15 Matt ArsenaultMake method static
2013-11-15 Chandler Carruth[PM] Fix an iterator problem spotted by the MSVC debug...
next