aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-12[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany
2013-02-12Merge the collected attributes into the call instruction's attributes.Bill Wendling
2013-02-12Have the bitcode writer and reader handle the new attribute references.Bill Wendling
2013-02-12Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling
2013-02-12Support string attributes in the AttrBuilder.Bill Wendling
2013-02-12Don't consider definitions by other PHIs live-in when trimming a PHI source'sCameron Zwarich
2013-02-12Fix indentation.Cameron Zwarich
2013-02-12Add a hidden option to PHIElimination to split all critical edges. This isCameron Zwarich
2013-02-12Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splittingCameron Zwarich
2013-02-12Fix the updating of LiveIntervals after splitting a critical edge. PHI operandCameron Zwarich
2013-02-12Check type for legality before forming a select from loads.Pete Cooper
2013-02-12ARM cost model: Add vector reverse shuffle costsArnold Schwaighofer
2013-02-12Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer
2013-02-12ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer
2013-02-12Update error message due to previous commit, r174926.Chad Rosier
2013-02-12[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.Chad Rosier
2013-02-12DIBuilder: make the return type of createBasicType more specificDavid Blaikie
2013-02-12Added 0x0D to 2-byte opcode extension table for prefetch* variantsKay Tiong Khoo
2013-02-11BBVectorize: Don't over-search when building the dependency mapHal Finkel
2013-02-11BBVectorize: Omit unnecessary entries in PairableInstUsersHal Finkel
2013-02-11[mips] Expand pseudo instructions before they are emitted inAkira Hatanaka
2013-02-11Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling
2013-02-11Use a std::map so that we record the group ID.Bill Wendling
2013-02-11[mips] Fix indentation.Akira Hatanaka
2013-02-11Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...Michael Ilseman
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek
2013-02-11Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek
2013-02-11*fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo
2013-02-11BBVectorize: Eliminate one more restricted linear searchHal Finkel
2013-02-11R600/SI: Use V_ADD_F32 instead of V_MOV_B32 for clamp/neg/abs modifiers.Michel Danzer
2013-02-11[asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)Kostya Serebryany
2013-02-11AArch64: fix build on some MSVC versionsTim Northover
2013-02-11AArch64: Simplify logic in deciding whether bfi is validTim Northover
2013-02-11Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover
2013-02-11Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...Cameron Zwarich
2013-02-11Update SlotIndexes after updateTerminator() possibly removes instructions. I amCameron Zwarich
2013-02-11Add support for printing out the attribute groups.Bill Wendling
2013-02-11[tsan/msan] adding thread_safety and uninitialized_checks attributesKostya Serebryany
2013-02-11Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson
2013-02-11BBVectorize: Remove the linear searches from pair connection searchingHal Finkel
2013-02-11BBVectorize: Avoid linear searches within the load-move setHal Finkel
2013-02-11BBVectorize: isa/cast cleanup in getInstructionTypesHal Finkel
2013-02-11BBVectorize: Make the bookkeeping to support full cycle checking less expensiveHal Finkel
2013-02-11Currently, codegen may spent some time in SDISel passes even if an entireEvan Cheng
2013-02-11Remove unnecessary code.Evan Cheng
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-10Spelling correctionJoel Jones
2013-02-10Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and addCameron Zwarich
2013-02-10Abstract the liveness checking in PHIElimination::SplitPHIEdges() to supportCameron Zwarich
2013-02-10Add support in the bitcode reader to read the attribute groups.Bill Wendling