Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple
[oota-llvm.git] / lib / Target /
2009-02-23 Dan GohmanFast-isel can't do TLS yet, so it should fall back...
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-23 Bill WendlingPropagate debug loc info through prologue/epilogue.
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Evan ChengAdd a note.
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-22 Evan ChengDo not consider MMX_MOVD64rr a move instructions. The...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Bill WendlingMake sure this doesn't access .end() too.
2009-02-21 Bill WendlingMake sure we don't dereference the .end() of the container.
2009-02-21 Bill WendlingPropagate more debug loc infos. This also includes...
2009-02-21 Bill WendlingWe need to propagate the debug location information...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Torok Edwinadd note about sin
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Chris Lattneradd a horrible note
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-16 Dan GohmanDelete trailing whitespace.
2009-02-15 Dan GohmanMachineLICM now handles these cases.
2009-02-14 Dan GohmanThe x86-64 red zone is now being used.
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from X86.
2009-02-13 Dale Johannesenmissed file
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from Alpha...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc version of BuildMI from...
2009-02-13 Dale Johannesenand one more file
2009-02-13 Dale JohannesenRemove refs to non-DebugLoc versions of BuildMI from...
2009-02-13 Bill WendlingRevert this. It was breaking stuff.
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-12 Dale JohannesenCheck in missing file.
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-12 Chris Lattnerfix PR3538 for ARM.
2009-02-12 Chris Lattnerfix PR3538 for PPC
2009-02-12 Chris Lattnerfix the X86 backend to just drop llvm.declare nodes...
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-11 Bill WendlingPropagate DebugLoc info for spiller call-backs.
2009-02-11 Dan GohmanDon't try to set an EFLAGS operand to dead if no instru...
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Evan Cheng80 col violations.
2009-02-10 Sanjiv GuptaFunction temporaries can not overlap with retval or...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Dan GohmanUse doxygen comment syntax.
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Chris Lattneradd a note.
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenNeeds this file too.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-07 Dan GohmanRefactor some repeated logic into a separate function.
2009-02-07 Dan GohmanMake a comment a doxygen comment.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-02-06 Dan GohmanUse .size and .type on ELF systems; this helps tools...
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Sanjiv GuptaPrint globl directive for variables with external linka...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Chris LattnerBill implemented this.
2009-02-04 Chris Lattneradd a note, this is why we're faster at SciMark-MonteCa...
2009-02-04 Dan GohmanMinor code cleanups; no functionality change.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-04 Dale JohannesenPatch up omissions in DebugLoc propagation.
2009-02-03 Dale JohannesenNeed this file too.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Dale JohannesenDebugLoc propgation
2009-02-03 Dale JohannesenDebugLoc propagation. done with file.
2009-02-03 Dale JohannesenDebugLoc propagation. 2/3 through file.
2009-02-03 Dan GohmanTevert part of the x86 subtarget logic changes: when...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dan GohmanChange Feature64Bit to not imply FeatureSSE2. All x86...
2009-02-02 Torok EdwinOnly force SSE level if it is not correct.
2009-02-02 Torok Edwinremove #if 0 code on Bill's request.
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-02-02 Evan ChengADD / SUB / SMUL / UMUL with overflow second result...
2009-02-02 Evan ChengAdd comment.
next