aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek
2013-02-11Remove trailing whitespaceMichael Ilseman
2013-02-11Implement HexagonInstrInfo::analyzeCompare.Krzysztof Parzyszek
2013-02-11*fixed disassembly of some i386 system insts with intel syntaxKay Tiong Khoo
2013-02-11[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...Justin Holewinski
2013-02-11BBVectorize: Eliminate one more restricted linear searchHal Finkel
2013-02-11AArch64: generate dwarfdump test rather than include .o in subversionTim Northover
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-11Restore the resurrected doc link previously deletedBill Schmidt
2013-02-11Remove a dead PowerPC doc linkBill Schmidt
2013-02-11AArch64: Simplify logic in deciding whether bfi is validTim Northover
2013-02-11AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover
2013-02-11AArch64: Undo change to how test was runTim 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-11Fix some problems with the updating of SlotIndexes after adding a new MBB. InCameron Zwarich
2013-02-11Add support for printing out the attribute groups.Bill Wendling
2013-02-11FileCheck-ize the tests.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
2013-02-10The 'Raw' method cannot handle 'string' attributes. Don't even try.Bill Wendling
2013-02-10Update with attribute group IDs.Bill Wendling
2013-02-10Eat the alignment keyword if we're in an attribute group.Bill Wendling
2013-02-10Add code for emitting the attribute groups.Bill Wendling
2013-02-10Add support for attribute groups in the value enumerator.Bill Wendling
2013-02-10Test Commit - Remove some trailing whitespace in R600Instructions.tdVincent Lejeune
2013-02-10Handle string attributes in the AttrBuilder.Bill Wendling
2013-02-10Use a 'continue' here to stop from double lexing.Bill Wendling
2013-02-10Add 'empty' query methods to the builder and use them in the verifier.Bill Wendling
2013-02-10Add support for updating LiveIntervals to PHIElimination. If LiveIntervals areCameron Zwarich
2013-02-10Fix a typo.Cameron Zwarich
2013-02-10Remove ancient references to 'atomic' phis in PHIElimination that don't reallyCameron Zwarich
2013-02-10Make LiveVariables an instance variable of PHIElimination.Cameron Zwarich
2013-02-10ok, ok, stop fighting type punning warnings by just using a union.Chris Lattner
2013-02-10hopefully "really" fix a type punning warning by defining the buffer asChris Lattner
2013-02-10attempt to defeat a gcc warning that is breaking a -Werror buildbot.Chris Lattner