oota-llvm.git
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Akira Hatanaka[mips] Guard micromips instructions with predicate...
2013-08-20 Jim GrosbachARM: Fix fast-isel copy/paste-o.
2013-08-20 Andrew KaylorStill more MCJIT PIC test XFAILs
2013-08-20 Andrew KaylorClarifying two MCJIT PIC tests as XFAIL on i686-pc...
2013-08-20 Andrew KaylorRemoving duplicate XFAIL markers
2013-08-20 Andrew KaylorMarking two more MCJIT PIC tests as XFAIL on i686
2013-08-20 Andrew KaylorMarking MCJIT PIC tests as XFAIL on arm
2013-08-20 Vladimir MedicFix style issues in AsmParser.cpp
2013-08-20 Elena DemikhovskyAVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD...
2013-08-20 Daniel Sanders[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 Richard Sandiford[SystemZ] Update README
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-20 Daniel Sanders[mips][msa] Added insve
2013-08-20 Richard SandifordFix test typo and add usual "br %r14" test
2013-08-20 Richard SandifordFix overly pessimistic shortcut in post-RA MachineLICM
2013-08-20 Tim NorthoverARM: implement some simple f64 materializations.
2013-08-20 Michael Gottesman[stackprotector] Small cleanup.
2013-08-20 Michael Gottesman[stackprotector] Small Bit of computation hoisting.
2013-08-20 Michael Gottesman[stackprotector] Added significantly longer comment...
2013-08-20 Michael GottesmanRemoved trailing whitespace.
2013-08-20 Michael Gottesman[stackprotector] Removed stale TODO.
2013-08-20 Daniel Sanders[mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor...
2013-08-20 Michael Gottesman[stackprotector] Added support for emitting the llvm...
2013-08-20 Michael Gottesman[stackprotector] Refactor out the end of isInTailCallPo...
2013-08-20 Michael GottesmanRemove unused variables that crept in.
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-20 Craig TopperFix formatting. No functional change.
2013-08-20 Craig TopperAdd AVX-512 and related features to the CPUID detection...
2013-08-20 Craig TopperMove AVX and non-AVX replication inside a couple multic...
2013-08-20 Craig TopperAdd an error check for a typo I accidentally made in...
2013-08-20 Bill Schmidt[PowerPC] More refactoring prior to real PPC emitProlog...
2013-08-20 Andrew KaylorMarking MCJIT PIC tests as XFAIL on AArch64
2013-08-20 Venkatraman... [Sparc] Use HWEncoding instead of unused Num field...
2013-08-20 Andrew KaylorFixing XPASSes among MCJIT PIC test on i686
2013-08-20 Andrew KaylorSecond attempt to mark Large/PIC MCJIT test as XFAIL...
2013-08-20 Andrew KaylorMarking two MCJIT PIC tests as XFAIL on Darwin
2013-08-19 Andrew KaylorTrying again with PIC tests for MCJIT
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Hal FinkelDon't form PPC CTR-based loops around a copysignl call
2013-08-19 Andrew KaylorAdding PIC support for ELF on x86_64 platforms
2013-08-19 Peter CollingbourneIntroduce non-const overloads for GlobalAlias::{get...
2013-08-19 Jakub StaszakUse pop_back_val() instead of both back() and pop_back().
2013-08-19 Matt ArsenaultTeach InstCombine visitGetElementPtr about address...
2013-08-19 Matt ArsenaultCleanup visitGetElementPtr to make address space change...
2013-08-19 Matt ArsenaultcommonPointerCast cleanups to make address space change...
2013-08-19 Jakub StaszakMake sure that pop_back_val() result is used.
2013-08-19 Andrew KaylorReverting r188709 until I can figure out the proper...
2013-08-19 Matt ArsenaultFix assert with GEP ptr vector indexing structs
2013-08-19 Eric ChristopherUse less verbose code and update comments.
2013-08-19 Matt ArsenaultRevert non-test parts of r188507
2013-08-19 Andrew KaylorAdding tests for PIC with MCJIT
2013-08-19 Eric ChristopherTurn on pubnames by default on linux.
2013-08-19 Reid KlecknerSuppress an annoying CMake warning in ChooseMSVCCRT...
2013-08-19 Paul RedmondImprove the widening of integral binary vector operations
2013-08-19 Andrew KaylorAdding comments to document RuntimeDyld relocation...
2013-08-19 Akira Hatanaka[mips] Fix instruction definitions that were incorrectl...
2013-08-19 Jakub StaszakAdd definition of __warn_unused_result__ attribute...
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Mihai PopaThumb2 add immediate alias for SP
2013-08-19 Elena DemikhovskyAVX-512: added arithmetic and logical operations.
2013-08-19 Richard Sandiford[SystemZ] Add negative integer absolute (load negative)
2013-08-19 Richard Sandiford[SystemZ] Add integer absolute (load positive)
2013-08-19 Richard Sandiford[SystemZ] Add support for sibling calls
2013-08-19 Michael KupersteinAdds missing TLI check for library simplification of
2013-08-19 Hal FinkelAdd ExpandFloatOp_FCOPYSIGN to handle ppcf128-related...
2013-08-19 Elena DemikhovskyAVX-512: compiler intrinsics
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-19 David Blaikiellvm-dwarfdump: Do not include address offsets for...
2013-08-19 David BlaikieDebugInfo: don't emit zero-length names for parameters
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
2013-08-18 Tim NorthoverARM: make sure we keep inline asm operands tied.
2013-08-18 Elena DemikhovskyAVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.
2013-08-18 Craig TopperMake more of the lowering helpers static. Also use...
2013-08-18 Dmitri Gribenkodocs: command guide: cleanups, no text changes
2013-08-18 Dmitri GribenkoRemove unused stdio.h includes
2013-08-18 NAKAMURA TakumiMakefile.rules: Avoid -fomit-frame-pointer also on...
2013-08-18 NAKAMURA TakumiMakefile.rules: Simplify nested if(s) on OmitFramePointer.
2013-08-18 Chandler CarruthPort the detection of zlib from the main autoconf syste...
2013-08-18 Chandler CarruthAdd support for linking librt and using clock_gettime...
2013-08-18 Chandler CarruthUpdate the sample project autoconf setup to include...
2013-08-18 Chandler CarruthGo through the really awkward dance required to delete...
2013-08-18 Hal FinkelFix SCEVExpander creating distinct duplicate PHI entries
2013-08-17 Juergen RibutzkaThe vbroadcastsi256 intrinsic does not exactly resemble...
2013-08-17 Joerg SonnenbergerRecognize NetBSD's terminfo implementation.
2013-08-17 Joerg SonnenbergerPR 16899: Do not modify the basic block using the itera...
2013-08-17 Tom StellardR600: Fix possible use of an uninitialized variable
2013-08-16 Tom StellardR600: Expand vector FRINT ops
2013-08-16 Tom StellardR600: Expand vector FFLOOR ops
2013-08-16 Tom StellardR600: Expand vector float operations for both SI and...
2013-08-16 Jim GrosbachARM: Properly constrain comparison fastisel register...
2013-08-16 Jim GrosbachARM: Fast-isel register class constrain for extends.
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 Jim GrosbachARM: Clean up fast-isel machine verifier errors.
2013-08-16 Daniel Dunbar[lit] Rewrite TODO list, and elaborate on some things.
2013-08-16 Daniel Dunbar[typo] An LLVM.
2013-08-16 Reed KotlerFix a subtle difference between running clang vs llc...
2013-08-16 Reid KlecknerActually, use GNU inline asm for cpuid with clang
next