]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
2015-01-19 Duncan P. N... IR: Remove isa<UniquableMDNode>, NFC
2015-01-19 Duncan P. N... IR: Simplify DIBuilder::trackIfUnresolved(), NFC
2015-01-19 Duncan P. N... IR: Remove isa<MDNodeFwdDecl>, NFC
2015-01-19 Duncan P. N... IR: Unify code for MDNode::isResolved(), NFC
2015-01-19 Duncan P. N... IR: Store RAUW support and Context in the same pointer...
2015-01-19 Colin LeMahieu[Hexagon] Converting intrinsics combine imm/imm, simple...
2015-01-19 Duncan P. N... IR: Add isUniqued() and isTemporary()
2015-01-19 Duncan P. N... IR: Use an enum to describe Metadata storage, NFC
2015-01-19 Colin LeMahieu[Hexagon] Converting remaining ALU32/ALU intrinsics.
2015-01-19 Colin LeMahieu[Hexagon] Converting ALU32/ALU intrinsics to new patterns.
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Greg Fitzgerald[AArch64] Implement GHC calling convention
2015-01-19 Colin LeMahieu[Hexagon] Converting halfword to double accumulating...
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2015-01-19 Bradley Smith[ARM] Fixup sign extend instruction availability w...
2015-01-19 Rafael EspindolaBring r226038 back.
2015-01-19 Chandler Carruth[PM] Replace the Pass argument to SplitEdge with specif...
2015-01-19 Chandler Carruth[PM] Cleanup a dead option to critical edge splitting...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-19 Sergey Dmitrouk[NFC] Update createMachineScheduler() comment
2015-01-19 Chandler CarruthSuppress the newly added Clang warning for the inaccess...
2015-01-19 Chandler Carruth[PM] Relax asserts and always try to reconstruct loop...
2015-01-19 Erik EcksteinSLPVectorizer: limit the number of alias checks to...
2015-01-19 Hal Finkel[PowerPC] Minor correction to r226432
2015-01-19 Michael Kuperstein[MIScheduler] Slightly better handling of constrainLoca...
2015-01-19 Hal Finkel[PowerPC] Add r2 as an operand for all calls under...
2015-01-19 Craig Topper[x86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-19 Michael Gottesman[tinyptrvector] Add in a MutableArrayRef implicit conve...
2015-01-19 Chandler Carruth[PM] Lift the analyses into the interface for
2015-01-19 Michael GottesmanChange using => typedef to please the MSVC bots.
2015-01-19 Michael GottesmanHide the state of TinyPtrVector and remove the single...
2015-01-19 NAKAMURA TakumiReorder.
2015-01-19 NAKAMURA Takumi[CMake] examples/Kaleidoscope: Prune redundant libdeps.
2015-01-19 NAKAMURA Takumi[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-18 David BlaikieAttempt to fix the MSVC build by working around a layer...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Matt ArsenaultR600: Remove redundant test
2015-01-18 Daniel Sanders[mips] 'CHECK :' is not a valid check directive. Fixed.
2015-01-18 Daniel Sanders[mips] Make whitespace in disassembler tests more consi...
2015-01-18 Daniel Sanders[mips] Make whitespace of disassembler tests more consi...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar min/max folding tests. NFC.
2015-01-18 Simon Pilgrim[X86][SSE] Added float extract and xmm extract/insert...
2015-01-18 Simon Pilgrim[X86][SSE] Added scalar conversion stack folding tests...
2015-01-18 Hal Finkel[PowerPC] Don't hard-code R2 as register when processin...
2015-01-18 Hal Finkel[PowerPC] Add some FIXMEs for fastcc and FPR <-> GPR...
2015-01-18 Simon PilgrimAVX1 stack folding tests. NFC.
2015-01-18 Hal Finkel[PowerPC] Initial PPC64 calling-convention changes...
2015-01-18 Chandler Carruth[PM] Pull the analyses used for another utility routine...
2015-01-18 Chandler Carruth[PM] Sink the specific analyses preserved by SplitBlock...
2015-01-18 Chandler Carruth[PM] Replace another Pass argument with specific analys...
2015-01-18 Chandler Carruth[PM] Refactor how the LoopRotation pass access the...
2015-01-18 Chandler Carruth[PM] Lift the actual analyses used into the inferface...
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2015-01-17 Chandler Carruth[PM] Cleanup more warnings my refactoring exposed where...
2015-01-17 Chandler Carruth[PM] Remove a dead field.
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-17 Hal Finkel[PowerPC] Don't list R11 as a patchpoint scratch register
2015-01-17 Hans WennborgProgrammersManual.rst: fix a typo
2015-01-17 Mehdi AminiImprove DAG combine pass on certain IR vector patterns
2015-01-17 Lang Hames[RuntimeDyld] Tidy up emitCommonSymbols a little. NFC.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup and improved comment for...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup by factoring out a common...
2015-01-17 Matthias BraunRegisterCoalescer: Cleanup comment style
2015-01-17 Matthias BraunRegisterCoalescer: Drive-by typo + whitespace fix
2015-01-17 Lang Hames[RuntimeDyld] Remove the brace initialization that...
2015-01-16 Kevin EnderbyChange the test case for llvm-objdump’s -archive-header...
2015-01-16 Philip ReamesUpdate a comment
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2015-01-16 Matt ArsenaultR600: Clean up floor tests
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Lang Hames[Kaleidoscope] Run clang-format over chapter 4 of kalei...
2015-01-16 Colin LeMahieu[Hexagon] Converting halfword to doubleword multiply...
2015-01-16 Colin LeMahieu[Hexagon] Converting accumulating halfword multiply...
2015-01-16 Colin LeMahieu[Hexagon] Beginning converting intrinsics to patterns...
2015-01-16 Lang Hames[RuntimeDyld] Add 'stub_addr' to comment describing...
2015-01-16 Colin LeMahieu[Hexagon] Fix 226309, replacement atomic store patterns...
2015-01-16 Saleem Abdulrasoolllvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
2015-01-16 Saleem AbdulrasoolX86: fix comment typo in AsmParser
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Colin LeMahieu[Hexagon] Removing old duplicate atomic load/store...
2015-01-16 Lang Hames[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-16 Colin LeMahieu[Hexagon] Converting old patterns to new versions using...
2015-01-16 Sumanth GundapaneniCheck commit access
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Adam Nemet[AVX512] Remove trailing whitespaces in this test
2015-01-16 Duncan P. N... IR: Allow 16-bits for column info
2015-01-16 Duncan P. N... IR: Cleanup dead code, NFC
2015-01-16 Colin LeMahieu[Hexagon] Updating call/jump instruction patterns.
2015-01-16 Andrea Di Biagio[X86][DAG] Disable target specific combine on INSERTPS...
2015-01-16 Toma Tabacu[mips] Remove a redundant semicolon and add space befor...
2015-01-16 Simon Pilgrim[X86] Refactored stack memory folding tests to explicit...
2015-01-16 Timur IskhodzhanovRevert r226242 - Revert Revert Don't create new comdats...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-16 Hal Finkel[PowerPC] Adjust PatchPoints for ppc64le
2015-01-16 Mehdi AminiFix Reassociate handling of constant in presence of...
next