This has been implemented.
[oota-llvm.git] / lib / Target / X86 /
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-12 Reid KlecknerAdd encodings and mnemonics for FXSAVE64 and FXRSTOR64.
2011-02-12 Benjamin KramerAdd a note about SSE4.1 roundss/roundsd.
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for SCALAR_TO_V...
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for EXTRACT_VEC...
2011-02-09 David Greene[AVX] Implement 256-bit vector lowering for INSERT_VECT...
2011-02-08 David Greene[AVX] Implement BUILD_VECTOR lowering for 256-bit vecto...
2011-02-07 David Greene[AVX] Insert/extract subvector lowering support. This...
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86ISelLowering.cpp: Introduce a new...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
2011-02-05 NAKAMURA TakumiTarget/X86: Fix whitespace.
2011-02-05 David Greene[AVX] Revert 124910 until clients are ready.
2011-02-04 David Greene[AVX] Add some utilities to insert and extract 128...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 David Greene[AVX] Support VSINSERTF128 with more patterns and appro...
2011-02-03 David Greene[AVX] VEXTRACTF128 support. This commit includes patte...
2011-02-03 Rafael EspindolaFix PR9127 by reversing the operands even if they have...
2011-02-02 Sean CallananFixed a bug in the disassembler where the mandatory...
2011-02-01 Carl NorumTest commit - fix a double 'should' in a comment.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-27 David Greene[AVX] Clean up the code to configure target lowering...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 NAKAMURA Takumilib/Target/X86/X86ISelDAGToDAG.cpp: __main should be...
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-18 Eric ChristopherThe stub routine that we're calling uses test and so...
2011-01-17 Douglas GregorAdd a missing <cctype> include, from Joerg Sonnenberger!
2011-01-16 Chris Lattnerfix PR8514, a bug where the "heroic" transformation...
2011-01-16 Chris Lattnerfix PR8981, a crash trying to form a conditional inc...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-14 Ted Kremenek'HiReg' is written but never read. Nuke its
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovCleanup
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-13 Jakob Stoklund OlesenFix a few more places that should use MBB::getLastNonDe...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Eric ChristopherExperiment with changing the default 32-bit linux stack...
2011-01-11 Chris LattnerFix PR8946, a missing reg/reg form of movdqu.
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-10 Jakob Stoklund OlesenSimplify a bunch of isVirtualRegister() and isPhysicalR...
2011-01-08 Jakob Stoklund OlesenFix the last virtual register enumerations.
2011-01-08 Evan ChengRecognize inline asm 'rev /bin/bash, ' as a bswap intri...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2011-01-06 Benjamin KramerRemove dead code and silence warnings.
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Bill WendlingPR8919 - LLVM incorrectly generates "_alloca" as the...
2011-01-06 Bill WendlingPR8918 - When used with MinGW64, LLVM generates a ...
2011-01-05 Chris Lattnerfix PR8900, a shuffle miscompilation. Patch by Nadav...
2011-01-05 Chris Lattnersilence more self assignment warnings.
2011-01-04 Jakob Stoklund OlesenUse the EdgeBundles analysis in X86FloatingPoint instea...
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2011-01-04 Dale JohannesenEliminate a warning compiling with llvm-gcc. (IMO the
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2011-01-02 Benjamin KramerTry to reuse the value when lowering memset.
2011-01-02 Oscar FuentesA workaround for a bug in cmake 2.8.3 diagnosed on...
2011-01-02 Chris Lattnerupdate a bunch of entries.
2011-01-01 Rafael EspindolaAdd support for the 'H' modifier.
2010-12-31 Oscar FuentesAdd to the list of cmake files the object file, not...
2010-12-30 Nick LewyckyAdd another non-commutable instruction that gas accepts...
2010-12-29 NAKAMURA TakumiCMake: Add disabling optimization on MSVC8 and MSVC10...
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-26 Chris Lattnerfix some sort of weird pasto
2010-12-26 Chris Lattneradd a note
2010-12-23 Evan ChengCode clean up. No functionality change.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-23 Benjamin KramerRemove some obsolete README items, add a new one off...
2010-12-22 Benjamin KramerX86: Lower a select directly to a setcc_carry if possible.
2010-12-21 Benjamin KramerAdd some x86 specific dagcombines for conditional incre...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-20 Nate BegemanImplement feedback from Bruno on making pblendvb an...
2010-12-20 Daniel DunbarAdd header...
2010-12-20 Daniel DunbarX86/MC/Mach-O: Split out createX86MachObjectWriter().
2010-12-20 Chris Lattnernow that addc/adde are gone, "ADDC" in the X86 backend...
2010-12-20 Chris LattnerWe lower setb to sbb with the hope that the and will...
2010-12-20 Chris Lattneruse for loop over types.
2010-12-20 Chris LattnerChange the X86 backend to stop using the evil ADDC...
2010-12-19 Mon P WangPrevents PerformShuffleCombine from creating a node...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-12-19 Chris Lattnersimplify some code to just reuse a setcc if we can...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris Lattnerreduce copy/paste programming with the power of for...
next