oota-llvm.git
2016-01-08 Sanjay Pateldon't repeat variable/function names in comments; NFC
2016-01-08 Sanjay Patelrangify; NFCI
2016-01-08 Xinliang David Li[PGO] Introducing version mask macro/NFC
2016-01-08 Dan LiewTeach the CMake build system to run lit's test suite...
2016-01-08 Tobias Edler... [Hexagon] Replace a static member variable in HexagonCV...
2016-01-08 Sanjay Patelvariable names start with an upper case letter; NFC
2016-01-08 Sanjay Patel[DAGCombiner] don't dereference an operand that doesn...
2016-01-08 Haicheng Wu[JumpThreading] Split select that has constant conditio...
2016-01-08 Matthias BraunLiveInterval: Adapt commen to the LI->LR change.
2016-01-08 Xinliang David LiMinor fix -- use the right version enum/NFC
2016-01-08 Tim ShenTest commit access - add a blank line in comment.
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Weiming ZhaoRBIT Instruction only available for ARMv6t2 and above.
2016-01-08 Weiming ZhaoDisable shrink-wrap for Thumb1
2016-01-08 Easwaran RamanRemove CloningDirector and associated code
2016-01-08 Pirama Arumuga... Do not ASSERTZEXT for i16 result of bitcast from f16...
2016-01-08 David Majnemer[WinEH] CatchHandler which don't have catch objects...
2016-01-08 Teresa Johnson[ThinLTO] Use new in-place symbol changes for exporting...
2016-01-08 Paul RobinsonHow to close a review manually.
2016-01-08 Teresa Johnson[ThinLTO] Enable in-place symbol changes for exporting...
2016-01-08 Tom StellardAMDGPU/SI: Emit global variable sizes when targeting HSA
2016-01-08 Tom StellardAMDGPU: Emit functions sizes
2016-01-08 Teresa Johnson[ThinLTO] Delay metadata materializtion in function...
2016-01-08 Nemanja IvanovicPrevent renaming of CR fields in AADB when a CR restore...
2016-01-08 NAKAMURA TakumiInstCombineCompares.cpp: Fix a warning. [-Wbraced-scala...
2016-01-08 Silviu BarangaRe-commit r257064, this time with a fixed assert
2016-01-08 Chandler Carruth[attrs] Split the late-revisit pattern for deducing...
2016-01-08 Chandler Carruth[LCG] Re-order the lazy node iterator below the node...
2016-01-08 David Majnemer[WinEH] Update WinEHFuncInfo if StackColoring merges...
2016-01-08 NAKAMURA TakumiInstrProfTest.cpp: Fix a warning. [-Wsign-compare]
2016-01-08 Craig Topper[TableGen] Use range-based for loops. Also fix one...
2016-01-08 Craig Topper[TableGen] Combine variable declaration and initializat...
2016-01-08 Xinliang David LiAdd value site truncation unit test
2016-01-08 Dylan McKay[AVR] Added AVRSelectionDAGInfo header file
2016-01-08 Craig Topper[AVX-512] Remove superfluous spaces from some asm strings.
2016-01-08 Craig Topper[X86] Don't print the aliased version of CVTSD2SI64rm...
2016-01-08 Craig Topper[X86] Use \t instead of space after mnemonics in a...
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-08 Junmo ParkRemove extra whitespace. NFC.
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-08 Mehdi AminiRemove static global GCNames from Function.cpp and...
2016-01-08 Kyle ButtAdd call sequence start and end for __tls_get_addr
2016-01-08 Kyle Butt[Vectorization] Actually return from error case in...
2016-01-08 Sanjay Patel[InstCombine] insert a new shuffle in a safe place...
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Matthias BraunIntEqClasses: Let join() return the new leader
2016-01-08 Matthias BraunLiveInterval: A LiveRange is enough for ConnectedVNInfo...
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2016-01-08 Dan Gohman[WebAssembly] Remove an unused def : Pat.
2016-01-08 Dan Gohman[WebAssembly] Remove unused arguments, unused functions...
2016-01-08 Xinliang David Li[PGO] : Removing trailing space/define new macro/NFC
2016-01-08 Eric ChristopherAdd some testing for thumb1 and thumb2 inline asm immed...
2016-01-07 Mike Aizatsky[llvm-symbolizer] Print out non-address lines verbatim.
2016-01-07 Alexey Samsonov[LiveDebugValues] Replace several lines of code with...
2016-01-07 Aditya NandakumarInstructions to be redone only if from the same BB
2016-01-07 JF BastienWebAssembly: use .skip instead of .zero directive
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Dimitry AndricTurn off lldb debug tuning by default for FreeBSD
2016-01-07 David Majnemer[SCCP] Don't violate the lattice invariants
2016-01-07 JF BastienWebAssembly: update expected failures, more assert...
2016-01-07 Mehdi AminiFix crash when printing instructions that have a metada...
2016-01-07 JF BastienWebAssembly: update expected failures, assert got resol...
2016-01-07 Xinliang David Li[PGO] Simplify coverage mapping lowering
2016-01-07 David MajnemerRemove junk accidentally commited with r257087
2016-01-07 David MajnemerAdd test for r256912
2016-01-07 David Majnemer[SCCP] Can't go from overdefined to constant
2016-01-07 Michael Liao[DominatorTree] Remove unnecessary map population....
2016-01-07 Derek Schuff[WebAssembly] Support combining GEP and FrameIndex...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Nicolai HaehnleAMDGPU/SI: Fold operands with sub-registers
2016-01-07 Nicolai HaehnleAMDGPU/SI: xnack_mask is always reserved on VI
2016-01-07 Michael Zuckerman[avx512] Fix test avx512bw-intrinsics.ll
2016-01-07 Michael Zuckerman[AVX512] add PSLLW and PSLLV Intrinsic
2016-01-07 Silviu BarangaRevert r257064. It caused failures in some sanitizer...
2016-01-07 Silviu BarangaFix build after r257064: we should be returning false...
2016-01-07 Nico WeberRevert r257055, it caused PR26064.
2016-01-07 Silviu Baranga[InstCombine] Look through PHIs, GEPs, IntToPtrs and...
2016-01-07 Michael Zuckerman[AVX512] add PSRAV Intrinsic
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 James Molloy[GlobalsAA] Partially back out r248576
2016-01-07 Michael Zuckerman[AVX512] add PSHUFHW and PSHUFLW Intrinsic
2016-01-07 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-07 Dylan McKayAdded AVRTargetObjectFile class and AVR.h
2016-01-07 Tamas BerghammerMark arm as the 32bit variant of aarch64 in Triple
2016-01-07 Junmo ParkRemove extra whitespace. NFC.
2016-01-07 Simon Pilgrim[X86][SSE} Add INSERTPS as a target shuffle
2016-01-07 Michael Zuckerman[AVX512] add PSHUFD Intrinsic
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-07 Michael LiaoModernize to range-based loop
2016-01-07 Jonas Paulsson[SystemZ] Add hasSideEffects flag on Serialize instruction.
2016-01-07 Craig Topper[X86] Remove superfluous mayLoad flag. The pattern...
2016-01-07 Craig Topper[X86] Had hasSideEffects=0 to VBROADCASTI128.
2016-01-07 Craig Topper[X86] Add OpSize32 to MOVSX32_NOREX instructions to...
2016-01-07 Craig Topper[X86] Add hasSideEffects=0 and mayLoad=1 to MOVZX64...
2016-01-07 NAKAMURA Takumillvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES...
2016-01-07 Craig Topper[X86] STOSQ without a rep prefix doesn't read or write...
2016-01-07 David MajnemerUndo spurious change made in r256965
2016-01-07 Philip ReamesOne more attempt at stablizing a test on all platforms.
next