Clean up some signedness oddities in this code noticed by clang.
[oota-llvm.git] / lib / Target / X86 /
2010-04-07 John McCallClean up some signedness oddities in this code noticed...
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-06 Jim GrosbachFix PR6696 and PR6663
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-05 Jakob Stoklund OlesenProperly enable load clustering.
2010-04-05 Evan ChengFix ADD32rr_alt instruction encoding bug. Patch by...
2010-04-05 Eric ChristopherRemove FIXME.
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnersimplify various getAnalysisUsage implementations.
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Jakob Stoklund OlesenClean up SSEDomainFix pass.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Jakob Stoklund OlesenSwitch SSEDomainFix to SpecificBumpPtrAllocator.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerstreamerize printing of dbg_value, the x86 backend...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnermc'ize elf stub printing, convert cygwin stuff to EmitR...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattneruse predicates in DBG_VALUE printing code to simplify it.
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-02 Eric ChristopherRewrite aesimc handling. It only takes a single input...
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Eric ChristopherRemove FIXME - if there's a better way to do this it...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-04-02 Chandler CarruthDisambiguate conditional expression for newer GCCs.
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-04-01 Evan ChengNehalem unaligned memory access is fast.
2010-04-01 Eric ChristopherAdd aeskeygenassist intrinsic and rename all of the...
2010-03-31 Chris Lattnerreduce indentation, minor cleanups.
2010-03-31 Jakob Stoklund OlesenUse spaces, not tabs
2010-03-31 Bill WendlingComment the changes for r98218 and friends inside the...
2010-03-31 Jakob Stoklund OlesenFix PR6750. Don't try to merge a DomainValue with itself.
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Jakob Stoklund OlesenV_SETALLONES is an integer instruction.
2010-03-30 Jakob Stoklund OlesenRenumber SSE execution domains for better code size.
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Jakob Stoklund OlesenRevert "Enable -sse-domain-fix by default. What could...
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. What could possibly...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Jakob Stoklund OlesenAdd cross-block inference to SSEDomainFix.
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Eric ChristopherAdd FIXME for operand promotion.
2010-03-30 Jakob Stoklund OlesenBe gentle to MSVC. C++ is hard, after all.
2010-03-29 Jakob Stoklund OlesenBasic implementation of SSEDomainFix pass.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-29 Eric ChristopherWe'll never match these as instructions, just as intrin...
2010-03-28 Chris Lattnerzap an extra line that Eli noticed!
2010-03-28 Chris Lattnerremove a pattern with no testcase that doesn't appear...
2010-03-28 Chris Lattnerrevert r99743, this is saying that the repmovs instruct...
2010-03-28 Chris Lattnerremove a bunch of dead patterns.
2010-03-28 Chris Lattnerclaiming to return other is pointless.
2010-03-28 Chris Lattnerfix some modelling problems exposed by a patch I'm...
2010-03-27 Chris Lattnereliminate the last of the parallel's!
2010-03-27 Chris Lattnereliminate almost all the rest of the x86-32 parallels.
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-25 Daniel DunbarFix -Asserts warning, again.
2010-03-25 Jakob Stoklund OlesenTag SSE2 integer instructions as SSEPackedInt.
2010-03-25 Jakob Stoklund OlesenTeach TableGen to understand X.Y notation in the TSFlag...
2010-03-25 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Chris Lattnereliminate a bunch more parallels now that scheduling
2010-03-25 Evan ChengDisable folding loads into tail call in 32-bit PIC...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-03-24 Nate BegemanPer chris's request, add some comments.
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Chris LattnerSwitch INC8r to defining its pattern in terms of X86inc...
2010-03-24 Chris Lattnerswitch SDTBinaryArithWithFlags to be a multiple-result...
2010-03-24 Chris LattnerSwitch SDTUnaryArithWithFlags to being modeled as a...
2010-03-24 Chris Lattnerremove 64-bit or_is_add parallels.
2010-03-24 Chris Lattnerremove useless or_is_add parallel's.
2010-03-24 Chris Lattnerreduce nesting.
2010-03-23 Jakob Stoklund OlesenRevert "Add a late SSEDomainFix pass that twiddles...
2010-03-23 Jakob Stoklund OlesenAdd a late SSEDomainFix pass that twiddles SSE instruct...
2010-03-23 Evan ChengTeach isSafeToClobberEFLAGS to ignore dbg_value's....
next