Remove unneeded iteration. Thanks to Dan for the feedback.
[oota-llvm.git] / lib / Target / X86 /
2008-08-04 Dan GohmanAdd an assert to catch invalid VECTOR_SHUFFLE mask...
2008-08-03 Andrew LenharthAdd atomic sub for other sizes
2008-07-30 Dan GohmanReapply r54147 with a constraint to only use the 8-bit
2008-07-29 Dan GohmanRevert 54147.
2008-07-28 Dan GohmanAdd x86 isel patterns to match what would be a ZERO_EXT...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-25 Nate BegemanDisable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
2008-07-25 Nate BegemanFit in 80 cols
2008-07-25 Nate BegemanRemove dead PatLeaf; there are a number of issues aroun...
2008-07-23 Evan ChengFix PR2485: do all 4-element SSE shuffles in max. of...
2008-07-22 Evan ChengFactor out SSE 4 wide shuffle lowering code into its...
2008-07-22 Evan ChengFix PR2574: implement v2f32 scalar_to_vector.
2008-07-22 Anton KorobeynikovFix encoding of atomic compare and swap for i64
2008-07-21 Evan ChengEliminate a compilation warning.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-21 Evan ChengUse movaps instead of movups to spill 16-byte vector...
2008-07-20 Bill WendlingFix for first part of PR2562. Generate the "pinsrw...
2008-07-19 Anton KorobeynikovFix a FIXME :)
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-19 Anton KorobeynikovUse aligned stack spills, where possible. This fixes...
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Nate BegemanRemove unnecessary readme entry
2008-07-17 Nate BegemanFix a typo in last commit
2008-07-17 Nate BegemanSSE codegen for vsetcc nodes
2008-07-17 Mon P WangWhen lowering certain atomics, we need to copy the...
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-07-16 Dan GohmanFix the result type of X86's truncate to i8.
2008-07-16 Evan Chengx86-64 PIC JIT fixes: do not generate the extra load...
2008-07-16 Evan ChengX86-64 PIC jump table values are different from x86...
2008-07-12 Dan GohmanAdd a utility function to MachineInstr for testing...
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-10 Evan ChengFix for PR2472. Use movss to set lower 32-bits of a...
2008-07-09 Anton KorobeynikovRemove a FIXME: we really need to use const_data sectio...
2008-07-09 Anton KorobeynikovAdd FIXME for future checking.
2008-07-09 Dale JohannesenEmit debug info for data-only files. This version
2008-07-09 Anton KorobeynikovAdd missed section
2008-07-09 Anton KorobeynikovDistinguish .const and .const_data on Darwin, when...
2008-07-09 Anton KorobeynikovWeak stuff always goes to coalesced sections on Darwin
2008-07-09 Dan GohmanRemove #include <iostream>.
2008-07-09 Anton KorobeynikovAdd FIXME needed to be resolved later
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovRevert accidentially added stuff
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovHonour text sections
2008-07-09 Anton KorobeynikovUse isWeakForLinker() hook
2008-07-09 Anton KorobeynikovSwitch to new section name handling facility
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovDrop mergeable flag, if size is no suitable
2008-07-09 Anton KorobeynikovFix several bugs in named sections handling
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovFix thinko
2008-07-09 Anton KorobeynikovDrop dead member reference
2008-07-09 Anton KorobeynikovAdd funny darwin section selection logic
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide section selection for X86 ELF targets
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovSplit PrintSectionFlags
2008-07-09 Anton KorobeynikovSplit UniqueSectionForGlobal()
2008-07-09 Anton KorobeynikovSplit PreferredEHDataFormat hook
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-07-09 Anton KorobeynikovWhitespace cleanup
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Evan ChengATT asm printer just print register AsmName's instead...
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Evan ChengBack out 53091 for now.
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
2008-07-03 Anton Korobeynikovllvm-gcc sometimes marks external declarations hidden...
2008-07-03 Evan ChengcommuteInstruction should preserve dead markers.
2008-07-02 Owen AndersonMake LiveVariables even more optional, by making it...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-07-01 Duncan SandsHighlight that getMergeValues optimization is
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan Gohmanstd::ostream and std::string microoptimizations for...
2008-06-30 Dan GohmanUpdate comments to new-style syntax.
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-28 Anton KorobeynikovUnbreak
2008-06-28 Anton KorobeynikovTemporary rever invalid commit
2008-06-28 Anton KorobeynikovMove printing of module-level GVs into dedicated helper
2008-06-28 Anton KorobeynikovUse common naming convention
2008-06-28 Anton KorobeynikovFactor out stuff into helper function
2008-06-28 Anton KorobeynikovCleanup
next