Tidy up. 80 columns.
[oota-llvm.git] / lib /
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 Jakob Stoklund OlesenCheck all overlaps when looking for used registers.
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack.
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 Jay FoadFix typo in comment.
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack. This...
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-11-15 Craig TopperFix PR11370 for real. Prevents converting 256-bit FP...
2011-11-15 Evan ChengSet SeenStore to true to prevent loads from being moved...
2011-11-15 Chandler CarruthRather than trying to use the loop block sequence ...
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-15 Jim GrosbachARM parsing datatype suffix variants for fixed-writebac...
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-15 Jakob Stoklund OlesenTrack register ages more accurately.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachARM parsing datatype suffix variants for non-writeback...
2011-11-14 Jim GrosbachAdd explanatory comment.
2011-11-14 Jim GrosbachSplit out the plain '.{8|16|32|64}' suffix handling.
2011-11-14 Jim GrosbachARM parsing optional datatype suffix for VAND/VEOR...
2011-11-14 Chad RosierSupporting inline memmove isn't going to be worthwhile...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-11-14 Chad RosierAdd support for inlining small memcpys.
2011-11-14 Chad RosierFix a performance regression from r144565. Positive...
2011-11-14 Jim GrosbachARM assembly parsing type suffix options for VLDR/VSTR.
2011-11-14 Evan ChengAvoid dereferencing off the beginning of lists.
2011-11-14 Evan ChengAt -O0, multiple uses of a virtual registers in the...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-14 Evan ChengAdd a missing pattern for X86ISD::MOVLPD. rdar://10436044
2011-11-14 Chad RosierAdd support for Thumb load/stores with negative offsets.
2011-11-14 Benjamin KramerUnbreak Release builds.
2011-11-14 Evan ChengTeach two-address pass to re-schedule two-address instr...
2011-11-14 Pete CooperChanged SSE4/AVX <2 x i64> extract and insert ops to...
2011-11-14 Benjamin KramerFold ConstantVector::isAllOnesValue into Constant:...
2011-11-14 Akira Hatanaka32-to-64-bit extended load.
2011-11-14 Akira HatanakaAnalyzeCallOperands function for N32/64.
2011-11-14 Akira HatanakaModify LowerFormalArguments to correctly handle vaarg...
2011-11-14 Justin HolewinskiPTX: Let LLVM use loads/stores for all mem* intrinsics...
2011-11-14 Akira HatanakaRemove variable that keeps the size of area used to...
2011-11-14 Jakob Stoklund OlesenFix early-clobber handling in shrinkToUses.
2011-11-14 Bob WilsonDisable generation of compact unwind encodings. <rdar...
2011-11-14 Jim GrosbachTidy up. 80 column.
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-11-14 Chandler CarruthIt helps to deallocate memory as well as allocate it...
2011-11-14 Chandler CarruthRemove an over-eager assert that was firing on one...
2011-11-14 Chandler CarruthBegin chipping away at one of the biggest quadratic...
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Craig TopperAdd AVX2 version of instructions to load folding tables...
2011-11-14 Craig TopperAdd neverHasSideEffects, mayLoad, and mayStore to many...
2011-11-14 Chad RosierAdd support for ARM halfword load/stores and signed...
2011-11-14 Jakob Stoklund OlesenUse getVNInfoBefore() when it makes sense.
2011-11-14 Chandler CarruthTeach machine block placement to cope with unnatural...
2011-11-13 Jakob Stoklund OlesenUse kill slots instead of the previous slot in shrinkTo...
2011-11-13 Chandler CarruthCleanup some 80-columns violations and poor formatting...
2011-11-13 Jakob Stoklund OlesenTerminate all dead defs at the dead slot instead of...
2011-11-13 Jakob Stoklund OlesenSimplify early clobber slots a bit.
2011-11-13 Chandler CarruthEnhance the assertion mechanisms in place to make it...
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-11-13 Craig TopperAdd BLSI, BLSMSK, and BLSR to getTargetNodeName.
2011-11-13 Chandler CarruthTeach MBP to force-merge layout successors for blocks...
2011-11-13 Chandler CarruthHoist another gross nested loop into a helper method.
2011-11-13 Chandler CarruthAdd a missing doxygen comment for a helper method.
2011-11-13 Chandler CarruthHoist a nested loop into its own method.
2011-11-13 Chandler CarruthRewrite #3 of machine block placement. This is based...
2011-11-13 Chad RosierThe order in which the predicate is added differs betwe...
2011-11-13 Chad RosierTemporarily disable SelectIntrinsicCall when in ARM...
2011-11-13 Chad RosierFix comments.
2011-11-13 Chad RosierAdd support for emitting both signed- and zero-extend...
2011-11-13 NAKAMURA TakumiPrune more RALinScan. RALinScan was also here!
2011-11-13 Jakob Stoklund OlesenMore dead code elimination in VirtRegMap.
2011-11-13 Jakob Stoklund OlesenStop tracking spill slot uses in VirtRegMap.
2011-11-13 Jakob Stoklund OlesenRemove dead code and data from VirtRegMap.
2011-11-13 Jakob Stoklund OlesenStop tracking unused registers in VirtRegMap.
2011-11-13 Jakob Stoklund OlesenRemove the -color-ss-with-regs option.
2011-11-13 Jakob Stoklund OlesenDelete VirtRegRewriter.
2011-11-13 Jakob Stoklund OlesenSwitch PBQP to VRM's trivial rewriter.
2011-11-12 Jakob Stoklund OlesenDelete the old spilling framework from LiveIntervalAnal...
2011-11-12 Jakob Stoklund OlesenDelete the 'standard' spiller with used the old spillin...
2011-11-12 Jakob Stoklund OlesenSwitch PBQP to the modern InlineSpiller framework.
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-11-12 Craig TopperAdd more AVX2 shift lowering support. Move AVX2 variabl...
2011-11-12 Nick LewyckyDon't try to loop on iterators that are potentially...
2011-11-12 Akira HatanakaFix typo.
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-11-12 Akira HatanakaImplement Mips64's handling of byval arguments in Lower...
2011-11-12 Akira Hatanaka64-bit arbitrary immediate pattern.
2011-11-12 Akira HatanakaFunction for handling byval arguments.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-12 Eli FriedmanMake sure scalarrepl picks the correct alloca when...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-12 Jim GrosbachARM refactor simple immediate asm operand render methods.
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
next