oota-llvm.git
2013-08-07 Alexander KornienkoDisabled columnWidth test for OSX, need someone with...
2013-08-07 Alexander KornienkoUse correct platform detection macro: __MACOSX__ -...
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-07 Alexander KornienkoDisable tests on WIN32 (which has incorrect implementat...
2013-08-07 Reid KlecknerCheck for _strtoi64 in the cmake build if strtoll is...
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Aaron BallmanReplacing /GR with /GR- instead of applying both option...
2013-08-06 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Bill WendlingChange the linkage of these global values to 'internal'.
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-06 Arnold SchwaighoferLoopVectorize: Allow vectorization of loops with lifeti...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 Shuxin YangChange private functions of LTOCodeGenerator from ret...
2013-08-06 Reid KlecknerUse gnu style builtins in MathExtras.h with clang on...
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-06 Sean Silva[LangRef] Alphabetize function attribute listing.
2013-08-06 Jakub StaszakAdjust file to the coding standard.
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 Jakub StaszakRemove extraneous semicolon.
2013-08-06 Mihai PopaThis corrects creation of operands for t2PLDW. It also...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-08-06 Justin Holewinski[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-08-06 Tim NorthoverARM: implement allowTruncateForTailCall
2013-08-06 Rafael EspindolaAdd a release not about llvm-ar.
2013-08-06 Tim NorthoverRemove oddly named libraries with "make uninstall-local"
2013-08-06 Alexey SamsonovStore compile unit corresponding to each chain of inlin...
2013-08-06 Elena DemikhovskyLLVM Interpreter: fixed bug 16694
2013-08-06 Alexey SamsonovAdd LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Serge PavlovUnbreak Debug build on Windows
2013-08-06 Craig TopperSimplify vector lane handling math a bit. No functional...
2013-08-06 Craig TopperSimplify math a little bit.
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-06 Craig TopperReplace EVT with MVT in isHorizontalBinOp as it is...
2013-08-06 NAKAMURA TakumiAsmPrinter/CMakeLists.txt: Add explicit dependency...
2013-08-06 NAKAMURA TakumiOption/CMakeLists.txt: Don't use target_link_libraries...
2013-08-06 Craig TopperPut an llvm_unreachable at the end of getSplatIndex...
2013-08-06 Craig TopperCheck against >= 0 instead of != -1 in getSplatIndex...
2013-08-06 Craig TopperRemove trailing whitespace and fix an 80-column violati...
2013-08-06 Craig TopperSimplify code slightly. No functional change.
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Eric ChristopherAllow 4 as a valid debug info version.
2013-08-06 Shuxin YangAdd some comment to LTOCodeGenerator class
2013-08-06 Matt ArsenaultFix missing -*- C++ -*-s
2013-08-05 Bill WendlingFileCheckize some of the testcases.
2013-08-05 Bill WendlingFix grammar.
2013-08-05 Tom StellardR600/SI: Add missing test for r187749
2013-08-05 Eric ChristopherRecommit previous cleanup with a fix for c++98 ambiguity.
2013-08-05 Tom StellardR600: Implement TargetLowering::getVectorIdxTy()
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-05 Eric ChristopherRevert "Use existing builtin hashing functions to make...
2013-08-05 Eric ChristopherUse existing builtin hashing functions to make this...
2013-08-05 Eric ChristopherChange parent hashing algorithm to be non-recursive...
2013-08-05 Michael Gottesman[bugpoint] Allow the user to specify the path to opt...
2013-08-05 Peter CollingbourneIntroduce an optimisation for special case lists with...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-08-05 Aaron BallmanSilencing an MSVC11 type conversion warning.
2013-08-05 Alexey Samsonov80-cols
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Benjamin KramerDon't leak passes if added outside of the area determin...
2013-08-05 Richard Sandiford[SystemZ] Add definitions for BRCT and BRCTG
2013-08-05 Richard Sandiford[SystemZ] Use LOAD AND TEST to eliminate comparisons...
2013-08-05 Richard Sandiford[SystemZ] Add LOAD AND TEST instructions
2013-08-05 Richard Sandiford[SystemZ] Split out comparison elimination into a separ...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-05 Nadav RotemUpdate the release notes about the status of the vector...
2013-08-05 Nadav RotemUpdate the docs.
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Bob WilsonRemove "lto_on_osx" xfails, now that -rdynamic works...
2013-08-04 Bob WilsonBuild with the $RDYNAMIC flag on Darwin as well as...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: specify CPU on new test to fix atom buildbot
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Benjamin KramerAsmParser: Store MacroLikeBodies on the side so they...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Benjamin KramerUnbreak llvm-rtdyld build.
2013-08-03 Benjamin KramerMachObjectFile: Don't leak on error.
2013-08-03 Benjamin Kramerllvm-rtdyld: Don't leak memory managers.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-03 Matt ArsenaultMinor address space code simplification.
2013-08-02 Bob WilsonRegenerate with changes for -rdynamic.
2013-08-02 Bob WilsonLink with -rdynamic instead of -Wl,-export-dynamic.
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
next