| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper | 2012-02-27 | 1 | -1/+0 |
* | delete useless comment&blank | Jia Liu | 2012-02-27 | 1 | -16/+14 |
* | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper | 2012-02-27 | 3 | -3/+9 |
* | Default TargetData alignment information for 128-bit floating-point types. | Hal Finkel | 2012-02-26 | 1 | -0/+1 |
* | Revert r151278, breaks static linking. | Hal Finkel | 2012-02-25 | 1 | -14/+6 |
* | Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe... | NAKAMURA Takumi | 2012-02-25 | 3 | -12/+20 |
* | Add definitions of floating point multiply add/sub and negative multiply | Akira Hatanaka | 2012-02-25 | 3 | -8/+71 |
* | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka | 2012-02-24 | 16 | -98/+247 |
* | Remove unused cl::opt, make another opt static. | Benjamin Kramer | 2012-02-24 | 2 | -4/+1 |
* | Thumb2 asm aliases for wide bitwise w/ immediate instructions. | Jim Grosbach | 2012-02-24 | 1 | -0/+9 |
* | Add WIN_FTOL_* psudo-instructions to model the unique calling convention | Michael J. Spencer | 2012-02-24 | 5 | -32/+131 |
* | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel | 2012-02-24 | 1 | -2/+4 |
* | Remove dead code. | Richard Osborne | 2012-02-24 | 1 | -3/+1 |
* | Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du... | Pete Cooper | 2012-02-24 | 1 | -9/+0 |
* | comment fix | Jia Liu | 2012-02-24 | 1 | -1/+1 |
* | some comment fix | Jia Liu | 2012-02-24 | 1 | -3/+3 |
* | comment fix | Jia Liu | 2012-02-24 | 1 | -1/+1 |
* | replace a balnk with - | Jia Liu | 2012-02-24 | 1 | -1/+1 |
* | 80 columns of Mips InstPrinter Makefile | Jia Liu | 2012-02-24 | 1 | -1/+1 |
* | Switch ARM target to register masks. | Jakob Stoklund Olesen | 2012-02-24 | 5 | -35/+25 |
* | Make sure the regs are low regs for tMUL size reduction. | Jim Grosbach | 2012-02-24 | 1 | -1/+6 |
* | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach | 2012-02-24 | 1 | -1/+13 |
* | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman | 2012-02-24 | 1 | -0/+5 |
* | MCize function entry label emission on PowerPC64 properly. | Roman Divacky | 2012-02-23 | 1 | -6/+14 |
* | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 2012-02-23 | 7 | -63/+240 |
* | Fix the numbering of some of the registers and reclassify a couple of them. | Brendon Cahoon | 2012-02-23 | 1 | -66/+64 |
* | Remove unused variable. | Duncan Sands | 2012-02-23 | 1 | -1/+0 |
* | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng | 2012-02-23 | 1 | -0/+15 |
* | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng | 2012-02-23 | 5 | -8/+312 |
* | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel | 2012-02-22 | 1 | -1/+5 |
* | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer | 2012-02-22 | 1 | -1/+1 |
* | Remove extra semi-colons. | Chad Rosier | 2012-02-22 | 3 | -4/+4 |
* | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande | 2012-02-22 | 4 | -22/+7 |
* | Declare register classes as const. Fix a couple pointers to register classes ... | Craig Topper | 2012-02-22 | 1 | -2/+2 |
* | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper | 2012-02-22 | 12 | -46/+39 |
* | Adding support for Microsoft's thiscall calling convention. LLVM side of the... | Aaron Ballman | 2012-02-22 | 1 | -2/+2 |
* | Clarify ARM calling conventions. | Jakob Stoklund Olesen | 2012-02-22 | 1 | -0/+2 |
* | Use a function in MathExtras to do sign extension. | Akira Hatanaka | 2012-02-22 | 1 | -1/+1 |
* | Calls don't really change the stack pointer. | Jakob Stoklund Olesen | 2012-02-21 | 1 | -1/+2 |
* | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng | 2012-02-21 | 4 | -8/+7 |
* | Clear virtual registers after they are no longer referenced. | Andrew Trick | 2012-02-21 | 1 | -1/+3 |
* | Improve generated code for extending loads and some trunc stores on ARM. | James Molloy | 2012-02-20 | 2 | -7/+140 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 9 | -53/+5 |
* | Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove... | Craig Topper | 2012-02-19 | 1 | -4/+1 |
* | Unify all shuffle mask checking functions take a mask and VT instead of Vecto... | Craig Topper | 2012-02-19 | 1 | -85/+68 |
* | Make a bunch of X86ISelLowering shuffle functions static now that they are no... | Craig Topper | 2012-02-19 | 2 | -172/+51 |
* | comment fix ARM.h | Jia Liu | 2012-02-19 | 1 | -1/+1 |
* | some comment fix for X86 and ARM | Jia Liu | 2012-02-19 | 8 | -8/+8 |
* | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper | 2012-02-19 | 4 | -20/+27 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 293 | -384/+385 |