platform/upstream/llvm.git
2013-02-12 Cameron ZwarichDon't consider definitions by other PHIs live-in when...
2013-02-12 Cameron ZwarichFix indentation.
2013-02-12 Richard SmithFix a bug reduced from a crash when trying to use modul...
2013-02-12 Anton Yartsev+ specified progress information
2013-02-12 Anton Yartsev+ centered progress cells
2013-02-12 John McCallCall __cxa_begin_catch with the current exception before
2013-02-12 John McCallChange some CGF parameters to CGMs.
2013-02-12 Cameron ZwarichAdd a hidden option to PHIElimination to split all...
2013-02-12 Cameron ZwarichRenumber SlotIndexes locally when a new block is inserted.
2013-02-12 Cameron ZwarichAdd blocks to the LiveIntervalAnalysis RegMaskBlocks...
2013-02-12 Cameron ZwarichFix the updating of LiveIntervals after splitting a...
2013-02-12 Pete CooperCheck type for legality before forming a select from...
2013-02-12 Arnold SchwaighoferARM cost model: Add vector reverse shuffle costs
2013-02-12 Arnold SchwaighoferCost model: Add check for reverse shuffles to CostModel...
2013-02-12 Richard SmithRemove an assert which triggers when a decl context...
2013-02-12 John McCallPerform placeholder conversions on the controller of...
2013-02-12 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
2013-02-12 John McCallDiagnose loads of 'half' l-values in OpenCL.
2013-02-12 Chad RosierUpdate error message due to previous commit, r174926.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2013-02-12 Lang HamesBacking out r174919 while I investigate a self-host...
2013-02-12 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-12 Daniel MaleaMinor update to Vim frontend: simplify breakpoints...
2013-02-12 John McCallIn ARC, emit non-peepholed +1s within the full-expressi...
2013-02-12 John McCallSplit a couple of tests out into their own file.
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
2013-02-11 Lang HamesWhen generating IR for default copy-constructors, copy...
2013-02-11 Tanya LattnerTiming data was removed years ago. Remove these links.
2013-02-11 Michael J.... [ELF] Add support for reading dynamic libraries.
2013-02-11 Hal FinkelBBVectorize: Don't over-search when building the depend...
2013-02-11 Hal FinkelBBVectorize: Omit unnecessary entries in PairableInstUsers
2013-02-11 Michael J.... [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-11 Akira Hatanaka[mips] Expand pseudo instructions before they are emitt...
2013-02-11 Bill WendlingRename AttributeSets to AttributeGroups so that it...
2013-02-11 Bill WendlingUse a std::map so that we record the group ID.
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-02-11 Akira Hatanaka[mips] Fix indentation.
2013-02-11 Richard SmithDon't bother reconciling external visible decls against...
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
2013-02-11 Michael IlsemanRemove trailing whitespace
2013-02-11 Daniel Dunbar[tests] Another batch of timeout increases.
2013-02-11 Krzysztof ParzyszekImplement HexagonInstrInfo::analyzeCompare.
2013-02-11 Kay Tiong Khoo*fixed disassembly of some i386 system insts with intel...
2013-02-11 Fariborz Jahanianobjective-C modern translator: Fixes a mistranslation
2013-02-11 Jim InghamForgot to add the testsuite for the changes I checked...
2013-02-11 Justin Holewinski[NVPTX] Remove NoCapture from address space conversion...
2013-02-11 Douglas Gregor[Modules] Cope better with top-level declarations loade...
2013-02-11 Tobias Grosser[isl-codegen]: Fix off by one in getNumberOfIterations
2013-02-11 Hal FinkelBBVectorize: Eliminate one more restricted linear search
2013-02-11 Daniel MaleaAdd Vim frontend to LLDB.
2013-02-11 Tim NorthoverAArch64: generate dwarfdump test rather than include...
2013-02-11 Michel DanzerR600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp...
2013-02-11 Nico WeberFormatter: Detect ObjC message expressions after 'in...
2013-02-11 Evgeniy Stepanov[sanitizer] clang-format pass over scanf code.
2013-02-11 Evgeniy Stepanov[sanitizer] scanf: don't report stores that did not...
2013-02-11 Kostya Serebryany[asan] added a flag -mllvm asan-short-64bit-mapping...
2013-02-11 Tim NorthoverAArch64: fix build on some MSVC versions
2013-02-11 Bill SchmidtRestore the resurrected doc link previously deleted
2013-02-11 Evgeniy Stepanov[sanitizer] Remove an extra va_copy.
2013-02-11 Evgeniy Stepanov[sanitizer] Scanf parser improvements.
2013-02-11 Bill SchmidtRemove a dead PowerPC doc link
2013-02-11 Manuel KlimekGet rid of manual debug output, now that the test runne...
2013-02-11 Daniel JasperFix invalid formatting with spaces before trailing...
2013-02-11 Manuel KlimekFixes handling of empty lines in macros.
2013-02-11 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
2013-02-11 Evgeniy Stepanov[msan] Lit tests for MemorySanitizer.
2013-02-11 Kostya Serebryany[tsan] added tsan-vs-gvn test
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-11 Tim NorthoverAArch64: Undo change to how test was run
2013-02-11 Tobias Grosser[cmake] Make CLooG optional
2013-02-11 Tim NorthoverMake use of DiagnosticType to provide better AArch64...
2013-02-11 Cameron ZwarichAdd support for updating LiveIntervals to MachineBasicB...
2013-02-11 Cameron ZwarichUpdate SlotIndexes after updateTerminator() possibly...
2013-02-11 Cameron ZwarichFix some problems with the updating of SlotIndexes...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Bill WendlingUpdate test to not fail with attribute groups.
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 Daniel JasperFix formatting of overloaded operator definitions.
2013-02-11 Manuel KlimekDo not use VariadicDynCastAllOfMatcher where VariadicAl...
2013-02-11 Evgeniy Stepanov[sanitizer] Fix line numbers in a sanitizer lit test.
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-02-11 Hal FinkelBBVectorize: Remove the linear searches from pair conne...
2013-02-11 Hal FinkelBBVectorize: Avoid linear searches within the load...
2013-02-11 Hal FinkelBBVectorize: isa/cast cleanup in getInstructionTypes
2013-02-11 Hal FinkelBBVectorize: Make the bookkeeping to support full cycle...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-02-11 Evan ChengRemove unnecessary code.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Joel JonesSpelling correction
2013-02-10 Cameron ZwarichFix the unused but nearly correct method SlotIndexes...
2013-02-10 Cameron ZwarichAbstract the liveness checking in PHIElimination::Split...
2013-02-10 Bill WendlingAdd support in the bitcode reader to read the attribute...
2013-02-10 Bill WendlingThe 'Raw' method cannot handle 'string' attributes...
2013-02-10 Bill WendlingUpdate with attribute group IDs.
2013-02-10 Bill WendlingEat the alignment keyword if we're in an attribute...
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-10 Bill WendlingAdd support for attribute groups in the value enumerator.
2013-02-10 Nico WeberFormatter: Remove now-unneeded code for formatting...
next