Check type for legality before forming a select from loads.
[oota-llvm.git] / lib /
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 Arnold SchwaighoferARM NEON: Handle v16i8 and v8i16 reverse shuffles
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 David BlaikieDIBuilder: make the return type of createBasicType...
2013-02-12 Kay Tiong KhooAdded 0x0D to 2-byte opcode extension table for prefetc...
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 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 Akira Hatanaka[mips] Fix indentation.
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-11 Krzysztof ParzyszekExtend Hexagon hardware loop generation to handle vario...
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 Hal FinkelBBVectorize: Eliminate one more restricted linear search
2013-02-11 Michel DanzerR600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp...
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 Tim NorthoverAArch64: Simplify logic in deciding whether bfi is...
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 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
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 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 Vincent LejeuneTest Commit - Remove some trailing whitespace in R600In...
2013-02-10 Bill WendlingHandle string attributes in the AttrBuilder.
2013-02-10 Bill WendlingUse a 'continue' here to stop from double lexing.
2013-02-10 Bill WendlingAdd 'empty' query methods to the builder and use them...
2013-02-10 Cameron ZwarichAdd support for updating LiveIntervals to PHIEliminatio...
2013-02-10 Cameron ZwarichFix a typo.
2013-02-10 Cameron ZwarichRemove ancient references to 'atomic' phis in PHIElimin...
2013-02-10 Cameron ZwarichMake LiveVariables an instance variable of PHIElimination.
2013-02-10 Bill WendlingAdd accessor for the LLVMContext.
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-02-09 Bill WendlingTEMPORARY SYNTAX CHANGE!
2013-02-09 Justin Holewinski[NVPTX] Make address space errors more explicit (llvm_u...
2013-02-09 Chris LattnerFix the underlying problem that was causing read(0...
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-02-09 Jakub StaszakRemove #includes from the commonly used LoopInfo.h.
2013-02-09 Manman RenDwarf: do not use line_table_start in at_stmt_list...
2013-02-09 Jakob Stoklund OlesenRemove the old liveness algorithm.
2013-02-08 Sergei LarinEnable *BasicBlockPass::createPrinterPass()
2013-02-08 Jakob Stoklund OlesenTurn on -new-live-intervals by default.
2013-02-08 Tom StellardR600: Dump the function name when TargetLowering::Lower...
2013-02-08 Tom StellardR600: rework flow creation in the structurizer v2
2013-02-08 Tom StellardR600: fix loop analyses in the structurizer
2013-02-08 Tom StellardR600: fix PHI value adding in the structurizer
2013-02-08 Dan GohmanMinor cleanup.
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Reed KotlerAdd the 16 bit version of addiu. To the assembler,...
2013-02-08 Hal FinkelDAGCombiner: Constant folding around pre-increment...
2013-02-08 Hal FinkelBBVectorize: Use TTI->getAddressComputationCost
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-02-08 Bill SchmidtRefine fix to bug 15041.
2013-02-08 Chad Rosier[SimplifyLibCalls] Library call simplification doen...
2013-02-08 Jakob Stoklund OlesenTypos.
2013-02-08 David TweedThe patch to fix some issues in r174543 fixed the lines...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Michael KupersteinTest Commit
2013-02-08 Bill WendlingParse the attribute group reference on a function.
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-08 Bill WendlingUse ParseFnAttributeValuePairs instead of ParseOptional...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Nadav Rotemfix 80-col violation and fix the docs.
2013-02-07 Akira Hatanaka[mips] Make Filler a class and reduce indentation.
2013-02-07 Eric ChristopherFormatting.
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-07 Will Schmidt[patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp
2013-02-07 Bill SchmidtConstrain PowerPC autovectorization to fix bug 15041.
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-07 Tom StellardR600/SI: cleanup VGPR encoding
2013-02-07 Tom StellardR600/SI: Handle VGPR64 destination in copyPhysReg().
2013-02-07 Tom StellardR600/SI: Add pattern for mul.
2013-02-07 Tom StellardR600/SI: simplify and fix SMRD encoding
2013-02-07 Tom StellardR600/SI: add proper 64bit immediate support v2
2013-02-07 Tom StellardR600: Add an explicit default processor
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-07 Tom StellardR600/SI: Use proper instructions for array/shadow samplers.
next