| Age | Commit message (Expand) | Author |
| 2012-02-24 | some comment fix | Jia Liu |
| 2012-02-24 | comment fix | Jia Liu |
| 2012-02-24 | replace a balnk with - | Jia Liu |
| 2012-02-24 | 80 columns of Mips InstPrinter Makefile | Jia Liu |
| 2012-02-24 | Switch ARM target to register masks. | Jakob Stoklund Olesen |
| 2012-02-24 | Make sure the regs are low regs for tMUL size reduction. | Jim Grosbach |
| 2012-02-24 | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach |
| 2012-02-24 | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman |
| 2012-02-23 | MCize function entry label emission on PowerPC64 properly. | Roman Divacky |
| 2012-02-23 | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby |
| 2012-02-23 | Fix the numbering of some of the registers and reclassify a couple of them. | Brendon Cahoon |
| 2012-02-23 | Remove unused variable. | Duncan Sands |
| 2012-02-23 | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng |
| 2012-02-23 | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng |
| 2012-02-22 | Allow the use of an alternate symbol for calculating a function's size. | Hal Finkel |
| 2012-02-22 | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer |
| 2012-02-22 | Remove extra semi-colons. | Chad Rosier |
| 2012-02-22 | Efficient pattern for store truncate. Patch by Evandro Menezes. | Sirish Pande |
| 2012-02-22 | Declare register classes as const. Fix a couple pointers to register classes ... | Craig Topper |
| 2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
| 2012-02-22 | Adding support for Microsoft's thiscall calling convention. LLVM side of the... | Aaron Ballman |
| 2012-02-22 | Clarify ARM calling conventions. | Jakob Stoklund Olesen |
| 2012-02-22 | Use a function in MathExtras to do sign extension. | Akira Hatanaka |
| 2012-02-21 | Calls don't really change the stack pointer. | Jakob Stoklund Olesen |
| 2012-02-21 | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng |
| 2012-02-21 | Clear virtual registers after they are no longer referenced. | Andrew Trick |
| 2012-02-20 | Improve generated code for extending loads and some trunc stores on ARM. | James Molloy |
| 2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
| 2012-02-19 | Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove... | Craig Topper |
| 2012-02-19 | Unify all shuffle mask checking functions take a mask and VT instead of Vecto... | Craig Topper |
| 2012-02-19 | Make a bunch of X86ISelLowering shuffle functions static now that they are no... | Craig Topper |
| 2012-02-19 | comment fix ARM.h | Jia Liu |
| 2012-02-19 | some comment fix for X86 and ARM | Jia Liu |
| 2012-02-19 | Add vmfunc instruction to X86 assembler and disassembler. | Craig Topper |
| 2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
| 2012-02-18 | Add X86InstrSVM.td that I forgot to add in r150873. | Craig Topper |
| 2012-02-18 | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper |
| 2012-02-17 | Handle regmask operands in ARMInstrInfo. | Jakob Stoklund Olesen |
| 2012-02-17 | Fix ARMBaseInstrInfo::getInstrLatency for calls. | Jakob Stoklund Olesen |
| 2012-02-17 | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu |
| 2012-02-17 | Remove the last of the old vector_shuffle patterns from X86 isel. | Craig Topper |
| 2012-02-17 | Do not promote i32 arguments to i64. This was causing unnecessary sign extension | Akira Hatanaka |
| 2012-02-17 | add Emacs tag and fix some comment error in file headers | Jia Liu |
| 2012-02-17 | [fast-isel] Add support for returning non-legal types with no sign- or zero- | Chad Rosier |
| 2012-02-17 | Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba... | Lang Hames |
| 2012-02-16 | Remove comment. | Akira Hatanaka |
| 2012-02-16 | Remove unnecessary assignment to temporary, ResultReg. | Chad Rosier |
| 2012-02-16 | Remove the YMM_HI_6_15 hack. | Jakob Stoklund Olesen |
| 2012-02-16 | Use the same CALL instructions for Windows as for everything else. | Jakob Stoklund Olesen |
| 2012-02-16 | Remove trailing whitespace. Add newline. | Akira Hatanaka |