| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 17 | -88/+22 |
* | StringRef'ize EmitSourceFileHeader(). | Ahmed Charles | 2012-02-19 | 1 | -1/+1 |
* | Remove some unneeded includes and fix ordering in X86ISelLowering.cpp. Remove... | Craig Topper | 2012-02-19 | 1 | -4/+1 |
* | Add machinery for pushing live ranges onto bundle starts while bundling. | Lang Hames | 2012-02-19 | 1 | -2/+207 |
* | Simplify moveEnteringDownFrom rules. | Lang Hames | 2012-02-19 | 1 | -11/+3 |
* | Unify all shuffle mask checking functions take a mask and VT instead of Vecto... | Craig Topper | 2012-02-19 | 1 | -85/+68 |
* | Skip through instructions rather than operands when looking for last use slot. | Lang Hames | 2012-02-19 | 1 | -1/+1 |
* | APFloat::toString(): Fix overrun at scanning. | NAKAMURA Takumi | 2012-02-19 | 1 | -1/+1 |
* | Fix TODO and trailing whitespace. | Lang Hames | 2012-02-19 | 1 | -10/+14 |
* | Defer sanity checks on live intervals until after all have been updated. Hold... | Lang Hames | 2012-02-19 | 1 | -171/+170 |
* | 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 |
* | Fix issue with bitwise and precedence. | Ahmed Charles | 2012-02-18 | 1 | -1/+1 |
* | Hashing.h - utilities for hashing various data types. | Talin | 2012-02-18 | 2 | -0/+47 |
* | White space fixes. | Rafael Espindola | 2012-02-18 | 1 | -7/+7 |
* | Temporarily disable this assert. Looks like it found a similar issue when | Rafael Espindola | 2012-02-18 | 1 | -1/+3 |
* | Don't skip debug instructions when looking for the insertion point of | Rafael Espindola | 2012-02-18 | 1 | -5/+8 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 293 | -384/+385 |
* | Add X86InstrSVM.td that I forgot to add in r150873. | Craig Topper | 2012-02-18 | 1 | -0/+62 |
* | Add X86 assembler and disassembler support for AMD SVM instructions. Original... | Craig Topper | 2012-02-18 | 4 | -71/+61 |
* | Trivial cleanup to group the generic 'armvN' cases with the 'arm' case, | Chandler Carruth | 2012-02-18 | 1 | -4/+4 |
* | Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st... | Eli Friedman | 2012-02-18 | 1 | -1/+2 |
* | Bring HMEditor into line with LLVM coding standards. | Lang Hames | 2012-02-17 | 1 | -160/+163 |
* | Ignore the lifetime intrinsics in fast-isel. | Eric Christopher | 2012-02-17 | 1 | -0/+4 |
* | Don't print out pointer values in SUnit::dump(). | Jakob Stoklund Olesen | 2012-02-17 | 1 | -5/+3 |
* | Sink variable into assert | Matt Beaumont-Gay | 2012-02-17 | 1 | -2/+2 |
* | Add support for regmask slots to HMEditor. Also fixes a comment error. | Lang Hames | 2012-02-17 | 1 | -3/+17 |
* | Fix typo in comment ldopen() -> dlopen(). | Kevin Enderby | 2012-02-17 | 1 | -1/+1 |
* | Handle regmask operands in ARMInstrInfo. | Jakob Stoklund Olesen | 2012-02-17 | 2 | -7/+9 |
* | Put back the initializing the targets in the disassembler API with a comment as | Kevin Enderby | 2012-02-17 | 1 | -0/+13 |
* | Fix ARMBaseInstrInfo::getInstrLatency for calls. | Jakob Stoklund Olesen | 2012-02-17 | 1 | -1/+1 |
* | Transfer regmasks to MRI. | Jakob Stoklund Olesen | 2012-02-17 | 3 | -13/+7 |
* | Calls and invokes with the new clang.arc.no_objc_arc_exceptions | Dan Gohman | 2012-02-17 | 1 | -6/+47 |
* | Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't see | Lang Hames | 2012-02-17 | 1 | -211/+245 |
* | Remove a comment about an alternative approach that wouldn't | Dan Gohman | 2012-02-17 | 1 | -4/+1 |
* | Tidy up. | Jim Grosbach | 2012-02-17 | 3 | -5/+6 |
* | Generate the correct EH frame section types on Solaris, this time without bre... | David Chisnall | 2012-02-17 | 1 | -1/+8 |
* | Revert r150814. It turns out that there is a good reason for this after all... | David Chisnall | 2012-02-17 | 1 | -26/+22 |
* | Revert r150288, "Allow Post-RA LICM to hoist reserved register reads." | Jakob Stoklund Olesen | 2012-02-17 | 1 | -11/+0 |
* | Don't lazily allocate eh_frame. We're not lazily allocating things like the ... | David Chisnall | 2012-02-17 | 1 | -22/+26 |
* | ... and it's probably best to use the correct alignment, rather than just gue... | David Chisnall | 2012-02-17 | 1 | -1/+1 |
* | It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ... | David Chisnall | 2012-02-17 | 1 | -3/+3 |
* | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 27 | -27/+27 |
* | Typo in variable name. | Eric Christopher | 2012-02-17 | 1 | -2/+2 |
* | Remove the last of the old vector_shuffle patterns from X86 isel. | Craig Topper | 2012-02-17 | 2 | -118/+7 |
* | Add support for invariant.start inside the static constructor evaluator. This is | Nick Lewycky | 2012-02-17 | 1 | -12/+47 |
* | Do not promote i32 arguments to i64. This was causing unnecessary sign extension | Akira Hatanaka | 2012-02-17 | 2 | -14/+16 |
* | Remove redundant comment. Use a more efficient datatype. | Bill Wendling | 2012-02-17 | 1 | -13/+4 |