summaryrefslogtreecommitdiff
path: root/lib/Target/X86
Commit message (Expand)AuthorAge
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-03
* Enhance the fix of PR17631Michael Liao2013-12-03
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Introduce poor man's consumeToken() in X86AsmParserAlp Toker2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* Revamp error checking in the ms inline asm parser.Benjamin Kramer2013-12-01
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-29
* Refactor to remove a bit of duplication. No functionality change.Rafael Espindola2013-11-28
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* Use the mangler consistently instead of using getGlobalPrefix directly.Rafael Espindola2013-11-28
* Remove dead code.Rafael Espindola2013-11-27
* Convert two if sequences to switches.Rafael Espindola2013-11-27
* Use a switch.Rafael Espindola2013-11-27
* Remove more dead code now that this is only used for inline asm.Rafael Espindola2013-11-27
* Convert more methods in static helpers.Rafael Espindola2013-11-27
* Convert these methods into static functions.Rafael Espindola2013-11-27
* Cleanup and test X86AsmPrinter::printPCRelImm.Rafael Espindola2013-11-27
* Fix PR18054Michael Liao2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* whitespaceAndrew Trick2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Do the string comparison in the constructor instead of once per nop.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-25
* X86: Perform integer comparisons at i32 or larger.Jim Grosbach2013-11-22
* Fix PR18014Michael Liao2013-11-22
* Don't produce tail calls when the caller is x86_thiscallcc.Rafael Espindola2013-11-22
* Revert r195318 as it causes miscompilation (PR18029)Kostya Serebryany2013-11-22
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-21
* The basic problem is that some mainstream programs cannot deal with the wayBill Wendling2013-11-21
* X86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBUTE_UNUSED. [-Wunused-v...NAKAMURA Takumi2013-11-20
* Whitespace.NAKAMURA Takumi2013-11-20
* Fixed compilation error.Elena Demikhovsky2013-11-20
* AVX-512: Concat 4 128-bit vectors in one 512-bit vector.Elena Demikhovsky2013-11-20
* Fix assembly operands for the SSE2 cvtsd2ss instruction.Cameron McInally2013-11-19
* Use symbolic operands in the patchpoint folding routine and fix a spilling bug.Andrew Trick2013-11-19
* Add an abstraction to handle patchpoint operands.Andrew Trick2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-17
* The WebKit_JS CC preserves the same registers as the C CC.Juergen Ributzka2013-11-16
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* Remove unused arguments.Lang Hames2013-11-15
* During folding for patchpoint/stackmap instructions, defer creation of new MIsLang Hames2013-11-15