disable this for now.
[oota-llvm.git] / lib / Target / X86 /
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-04-03 Evan ChengRe-enable SSE4.
2008-04-03 Evan ChengFix x86-64 encoding bug. REX prefix must always follow...
2008-04-03 Evan ChengCosmetic
2008-04-03 Evan ChengTemporarily disabling SSE4 until we fix the encoding...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-02 Dale JohannesenCosmetic changes per EH patch review feedback.
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Evan ChengReMat of load from stub in pic mode extends the life...
2008-04-01 Evan ChengRemove unnecessary and non-deterministic checking code...
2008-04-01 Dan GohmanDon't use __bzero for memset if the second argument...
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-04-01 Evan ChengDisabling remat of load from gv stub (temporarily)...
2008-04-01 Dale JohannesenAccept 'y' constraint (MMX) in inline asm.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Evan ChengIt's not safe to fold a load from GV stub or constantpo...
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-31 Evan ChengRe-apply 48911.
2008-03-28 Dan GohmanFix a tokenfactor node to use the load chain rather...
2008-03-28 Evan ChengBacking out 48911 for now. It's breaking stuff.
2008-03-28 Evan ChengNew entry.
2008-03-28 Evan ChengLoad from stub is already re-materializable.
2008-03-27 Evan ChengCode clean up.
2008-03-27 Evan ChengAllow certain lea instructions to be rematerialized.
2008-03-27 Evan ChengRemove an unused command line option.
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-26 Evan ChengFix some SSE4.1 instruction encoding bugs.
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-25 Dan GohmanAdd CMP32mr and friends to the load-unfolding table...
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...
2008-03-23 Evan ChengRemove duplicated entries.
2008-03-23 Anton KorobeynikovMinor typo fixes. Also add another FIXME.
2008-03-23 Anton KorobeynikovAdd license header
2008-03-23 Anton KorobeynikovAdd Win64 compilation callback. This allows easy exampl...
2008-03-23 Anton KorobeynikovProvide a JIT selector on win64
2008-03-23 Anton KorobeynikovHack out the PIC mode on Win64 targets. This needs...
2008-03-23 Anton KorobeynikovCode cleanup. Provide generic way of selecting JIT...
2008-03-23 Anton KorobeynikovRemove old-standing obsolete code.
2008-03-22 Anton KorobeynikovHonour built-in defines on win64 targets for automatica...
2008-03-22 Anton KorobeynikovRecognize "windows" in target triple, not only "win32"
2008-03-22 Anton KorobeynikovAdd information about callee-saved registers on Win64
2008-03-22 Anton KorobeynikovAdd convenient helper for win64 check. Simplify things...
2008-03-22 Anton KorobeynikovInitial support for Win64 calling conventions. Still...
2008-03-22 Anton KorobeynikovAnother comments fixing
2008-03-21 Chris LattnerRestore this assert now that the livevar bug is fixed.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-03-21 Chris Lattnerremove Evan's "ugly hack" that sorta attempted to get
2008-03-21 Chris LattnerAdd support for calls that return two FP values in
2008-03-21 Chris Lattnerdisable a bogus assertion.
2008-03-21 Chris LattnerEnable support for returning two long-double values...
2008-03-21 Evan ChengUndo 48570. Correctly match mmx shift instructions...
2008-03-20 Evan ChengFix this xform: (sra (shl X, m), result_size) -> (sign_...
2008-03-19 Evan ChengAdd intrinsics to match mmx shift builtin's with immedi...
2008-03-19 Arnold SchwaighoferDon't loose incoming argument registers. Fix documentat...
2008-03-19 Christopher LambFix X86's isTruncateFree to not claim that truncate...
2008-03-18 Bill WendlingOn Darwin, GCC issues a ".globl" for something that...
2008-03-18 Evan ChengFix a x86-64 isel lowering bug that's been around forev...
2008-03-17 Evan ChengUnbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
2008-03-16 Nate BegemanAdd a couple missing SSE4 instructions
2008-03-16 Christopher LambMake insert_subreg a two-address instruction, vastly...
2008-03-15 Evan ChengReplace all target specific implicit def instructions...
2008-03-14 Evan ChengFix some 80 col violations.
2008-03-14 Evan ChengFix a number of encoding bugs. SSE 4.1 instructions...
2008-03-14 Evan ChengAdd debugging stuff.
2008-03-14 Chris LattnerAdd an issue that is preventing instcombine from doing...
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-12 Evan ChengClean up my own mess.
2008-03-11 Anton KorobeynikovCorrectly propagate thread-local flag from aliasee...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Chris LattnerImplement basic support for the 'f' register class...
2008-03-11 Chris Lattnercoalesce away 80-bit floating point copies.
2008-03-11 Chris Lattnerconvert a massive if statement to a switch.
2008-03-11 Chris Lattnerstart handling the 'f' x87 constraint.
2008-03-11 Christopher LambMissed part of recommit.
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-11 Evan ChengIn 32-bit mode, mark 64-bit GPR's as unallocatable.
2008-03-11 Nick LewyckyFix the build on gcc 4.2.
2008-03-11 Chris LattnerChange the model for FP Stack return to use fp operands...
2008-03-10 Chris Lattnerabort with an assert instead of a cerr to get line#
2008-03-10 Chris LattnerDon't emit FP_REG_KILL into a block that just returns...
2008-03-10 Chris LattnerEliminate the FP_GET_ST0/FP_SET_ST0 target-specific...
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris Lattneradd some code to support cross-register class copying...
2008-03-09 Chris Lattnerrearrange some code, no functionality change.
2008-03-09 Chris Lattnerclaim ST(x) registers are 80 bits, which is true. ...
2008-03-09 Chris Lattnerrename FP_SETRESULT -> FP_SET_ST0
2008-03-09 Chris Lattnerrename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for
2008-03-09 Chris LattnerFinish implementing a readme entry: when inserting...
2008-03-09 Chris Lattneradd a note
next