]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/shortlog
opencl/llvm.git
2014-01-20 Owen AndersonAllow SMUL_LOHI and UMUL_LOHI to be narrow to MUL on...
2014-01-20 James MolloyRemove the useless pseudo instructions VDUPfdf and...
2014-01-20 NAKAMURA Takumi[CMake] LLVMProcessSources.cmake: Add include(CMakePars...
2014-01-20 NAKAMURA TakumiWhitespace.
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts (trying...
2014-01-20 Hal FinkelFix misched-aa-colored.ll to require asserts.
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-20 Hal FinkelTrack multiple stores per object when using AA in Sched...
2014-01-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-20 David Woodhouse[x86] Fix 16-bit disassembly of JCXZ/JECXZ
2014-01-20 David Woodhouse[x86] Rename MOVSD/STOSD/LODSD/OUTSD to MOVSL/STOSL...
2014-01-20 David Woodhouse[x86] Fix disassembly of callw instruction
2014-01-20 David Woodhouse[x86] Fix 16-bit handling of OpSize bit
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-20 Chandler CarruthRevert my commit in r199620 that added sections about...
2014-01-20 Chandler CarruthRevert r199628: "[AArch64 NEON] Fix a bug caused by...
2014-01-20 Chandler CarruthFix a DenseMap iterator invalidation bug causing lots...
2014-01-20 Owen AndersonFix all the remaining lost-fast-math-flags bugs I've...
2014-01-20 Kevin Qin[AArch64 NEON] Fix a bug caused by undef lane when...
2014-01-20 Saleem AbdulrasoolMC: whitespace
2014-01-20 Chandler Carruth[PM] Fix a contradiction in the comments noticed by...
2014-01-20 Kevin Qin[AArch64 NEON] Accept both #0.0 and #0 for comparing...
2014-01-20 Chandler CarruthAdd some wording to the coding standards to say how...
2014-01-19 Michael GottesmanMove the retrieval of VT after all of the early exits...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-19 Benjamin KramerInstCombine: Modernize a bunch of cast combines.
2014-01-19 Benjamin KramerInstCombine: Hoist 3 copies of AddOne/SubOne into a...
2014-01-19 Benjamin KramerInstCombine: Replace a hand-rolled version of isKnownTo...
2014-01-19 Benjamin KramerInstCombine: Teach most integer add/sub/mul/div combine...
2014-01-19 Benjamin KramerInstCombine: Refactor fmul/fdiv combines to handle...
2014-01-19 NAKAMURA Takumi[CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR...
2014-01-19 NAKAMURA Takumi[CMake] Add comments in llvm/CMakeLists.txt.
2014-01-19 NAKAMURA Takumi[CMake] Deprecate LLVM_TOOLS_BINARY_DIR.
2014-01-19 NAKAMURA Takumi[CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_D...
2014-01-19 Chandler CarruthFix a really nasty SROA bug with how we handled out...
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-19 Saleem AbdulrasoolARM IAS: remove unnecessary special case
2014-01-19 Arnold SchwaighoferLoopVectorizer: A reduction that has multiple uses...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
2014-01-18 Nick LewyckyDon't refuse to transform constexpr(call(arg, ...)...
2014-01-18 Benjamin KramerARM: Let the assembler reject v5 instructions in v4...
2014-01-18 NAKAMURA Takumi[CMake] Add llvm-tblgen to dependencies of check-llvm.
2014-01-18 Benjamin KramerInstCombine: Make the (fmul X, -1.0) -> (fsub -0.0...
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-18 Adrian Prantltypo
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Justin BognerMC: Add some missing include guards
2014-01-17 Juergen RibutzkaUpdate LangRef to emphasize the difference between...
2014-01-17 Rui Ueyama80-column.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-17 Daniel Sanders[mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and...
2014-01-17 Daniel Sanders[mips][sched] Split IIImul and IIImult into subclasses.
2014-01-17 Daniel Sanders[mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTH...
2014-01-17 Renato GolinAdd MLA alias for ARMv4 support.
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-17 Kostya Serebryany[asan] extend asan-coverage (still experimental).
2014-01-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-17 Kevin Qin[AArch64 NEON] Expand vector for UDIV/SDIV/UREM/SREM...
2014-01-17 Chandler CarruthAdd the test for libstdc++ versions newer than 4.6...
2014-01-17 Craig TopperSwitch a few instructions to use RI instead I so they...
2014-01-17 Craig TopperAdd OpSize16 flags to 32-bit CRC32 instructions so...
2014-01-17 Craig TopperTeach x86 asm parser to handle 'opaque ptr' in Intel...
2014-01-17 Craig TopperTeach X86 asm parser to understand 'ZMMWORD PTR' in...
2014-01-17 Craig TopperFix intel syntax for 64-bit version of FXSAVE/FXRSTOR...
2014-01-17 Craig TopperVEX_PREFIX_66 doesn't need to set the hasOpSize flag...
2014-01-17 Craig TopperReplace duplicated code with a existing helper function.
2014-01-17 Hao Liu[AArch64]Fix the problem can't select f16_to_f32 and...
2014-01-17 Kevin Qin[AArch64 NEON] Custom lower conversion between vector...
2014-01-17 Hao Liu[AArch64]Fix the problem can't select concat_vectors...
2014-01-17 Bob WilsonFix bad variable syntax in r199413
2014-01-16 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-16 Reid KlecknerChange inalloca rules to make it only apply to the...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Duncan P. N... LTO: document LTO_API_VERSION for each API
2014-01-16 Owen AndersonFix two cases where we could lose fast math flags when...
2014-01-16 Owen AndersonFix an instance where we would drop fast math flags...
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Rui UeyamaFix style issues.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2014-01-16 Rui UeyamaUse static instead of anonymous namespace.
2014-01-16 Rui UeyamaReduce nesting.
2014-01-16 Rui UeyamaUse the current local variable naming style.
2014-01-16 Bob WilsonPass the --enable-libcpp configure option for cross...
2014-01-16 Kevin EnderbyTweak the MCExternalSymbolizer to print references...
2014-01-16 Ed Mastellvm-symbolizer: make mangled name heuristic apply...
next