whitespace
[oota-llvm.git] / lib /
2013-09-18 Andrew Trickwhitespace
2013-09-18 Reed KotlerFix two issues regarding Got pointer (GP) setup.
2013-09-18 Adrian PrantlDebug info: Get rid of the VLA indirection hack in...
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-18 Chandler CarruthMore XCore TTI cleanup -- remove an unused private...
2013-09-18 Kostya Serebryany[asan] call __asan_stack_malloc_N only if use-after...
2013-09-18 NAKAMURA TakumiTarget/XCore/CMakeLists.txt: Add XCoreTargetTransformIn...
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-09-18 Richard Sandiford[SystemZ] Add unsigned compare-and-branch instructions
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-18 Filip PizloRevert r190921. It broke Windows.
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-18 Craig TopperPrevent extra calls to ToggleFeature for Feature64Bit...
2013-09-18 Craig TopperFix X86 subtarget to not overwrite the autodetected...
2013-09-18 Craig TopperRevert accidental commit I had to make to get the test...
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-18 David Blaikieifndef NDEBUG-out an asserts-only constant committed...
2013-09-17 Matt ArsenaultFix a constant folding address space place I missed.
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Quentin ColombetRevert the load slicing done in r190870.
2013-09-17 Reid KlecknerCOFF: Emit all MCSymbols rather than filtering out...
2013-09-17 Reid KlecknerCOFF: Remove ExportSection, which has been dead since...
2013-09-17 Eric ChristopherMove variable into assert to avoid unused variable...
2013-09-17 Matt ArsenaultCleanup handling of constant function casts.
2013-09-17 Bill Schmidt[PowerPC] Add a FIXME.
2013-09-17 Bill Schmidt[PowerPC] Fix problems with large code model (PR17169).
2013-09-17 Arnold SchwaighoferCostmodel: Add support for horizontal vector reductions
2013-09-17 Arnold SchwaighoferSLPVectorizer: Don't vectorize phi nodes that use invok...
2013-09-17 Quentin Colombet[InstCombiner] Slice a big load in two loads when the...
2013-09-17 Preston GurdRemove unused code, which had been commented out.
2013-09-17 Serge PavlovAdded documentation to getMemsetStores.
2013-09-17 Ben LangmuirAdd llvm.x86.* intrinsics for Intel SHA Extensions
2013-09-17 Kostya Serebryany[asan] inline the calls to __asan_stack_free_* with...
2013-09-17 Joey Gouly[ARM] Fix the deprecation of MCR encodings that map...
2013-09-17 Stepan DyatkovskiyBugfix for PR17099:
2013-09-17 Elena DemikhovskyAVX-512: Converted to Unix style
2013-09-17 Craig TopperAdd AES and SHA instructions to the load folding tables.
2013-09-17 Craig TopperFix column alignment. No functional change.
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-17 Quentin Colombet[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-09-16 Jakub StaszakUse reference instead of copy.
2013-09-16 Bill Schmidt[PowerPC] Fix PR17155 - Ignore COPY_TO_REGCLASS during...
2013-09-16 Arnold SchwaighoferDon't vectorize if there are outside loop users of...
2013-09-16 Evgeniy Stepanov[msan] Check return value of main().
2013-09-16 Vladimir MedicThis patch implements Mips load/store instructions...
2013-09-16 Benjamin KramerARM: Deduplicate ConstantPoolValues.
2013-09-16 Richard Sandiford[SystemZ] Improve extload handling
2013-09-16 Craig TopperMake F16C feature flag imply AVX rather than just check...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-09-15 Kai NackeFix alignment of unwind data.
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-15 Reed KotlerExpand the mask capability for deciding which functions...
2013-09-14 Benjamin KramerRemove unused StringRef that no compiler warned about...
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-14 Robert WilhelmFix spelling.
2013-09-14 Robert WilhelmFix spelling.
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-09-14 Zoran JovanovicFixed bug when generating Load Upper Immediate microMIP...
2013-09-14 Zoran JovanovicSupport for microMIPS DIV instructions.
2013-09-14 Zoran JovanovicSupport for misc microMIPS instructions.
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-09-13 Hal FinkelAdd missing break statement in PPCISelLowering
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-09-13 Quentin Colombet[Peephole] Rewrite copies to avoid cross register banks...
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-13 Evgeniy Stepanov[msan] Add source file:line to stack origin reports.
2013-09-13 Joey Gouly[ARMv8] Emit the proper .fpu directive.
2013-09-13 Zoran JovanovicTest commit to verify that commit access works.
2013-09-13 Richard Sandiford[SystemZ] Use getTarget{Insert,Extract}Subreg rather...
2013-09-13 Richard Sandiford[SystemZ] Try to fold shifts into TMxx
2013-09-13 Duncan SandsAvoid a compiler warning about Found not being used...
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-13 Craig TopperMove operator to end of previous line to match coding...
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-13 Eric ChristopherReformat and hoist section grabbing to top level.
2013-09-12 Vincent LejeuneR600: Move clamp handling code to R600IselLowering.cpp
2013-09-12 Vincent LejeuneR600: Move code handling literal folding into R600ISelL...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
2013-09-12 Chandler CarruthRemove an unused variable, fixing -Werror build with...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!
2013-09-12 Krzysztof ParzyszekIn AliasSetTracker, do not change the alias set to...
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Filip PizloThis switches CrashRecoveryContext to using ManagedStat...
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Elena DemikhovskyLLVM Interpreter: implementation of "insertvalue" and...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
next