| Commit message (Expand) | Author | Age | Files | Lines |
* | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng | 2007-12-12 | 2 | -0/+3 |
* | Doh | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
* | Fix a compilation warning. | Evan Cheng | 2007-12-08 | 1 | -1/+1 |
* | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng | 2007-12-05 | 2 | -9/+46 |
* | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 2 | -14/+8 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 1 | -0/+12 |
* | several entries got significantly better, though they still aren't done. | Chris Lattner | 2007-11-27 | 1 | -40/+18 |
* | implement a trivial readme entry. | Chris Lattner | 2007-11-27 | 3 | -18/+26 |
* | Several changes: | Chris Lattner | 2007-11-24 | 2 | -60/+72 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 2 | -2/+2 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -5/+4 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 4 | -15/+20 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 1 | -1/+1 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 3 | -16/+23 |
* | Much improved pic jumptable codegen: | Evan Cheng | 2007-11-09 | 1 | -1/+1 |
* | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -1/+16 |
* | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 2 | -54/+6 |
* | [ARM] Fix code generation for: | Lauro Ramos Venancio | 2007-11-05 | 1 | -1/+1 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 2 | -2/+2 |
* | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola | 2007-10-31 | 3 | -9/+9 |
* | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola | 2007-10-31 | 2 | -1/+3 |
* | Support non-POSIX hosts by removing use of strncasecmp. | Dale Johannesen | 2007-10-25 | 1 | -44/+53 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 3 | -40/+86 |
* | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. | Rafael Espindola | 2007-10-19 | 2 | -29/+70 |
* | Add an easy microoptimization I noticed. | Chris Lattner | 2007-10-19 | 1 | -0/+19 |
* | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 2007-10-18 | 2 | -4/+4 |
* | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 2007-10-18 | 2 | -8/+8 |
* | Fix a misnamed parameter. | Christopher Lamb | 2007-10-18 | 1 | -1/+1 |
* | legalizing the ret operation on f64 shouldn't introduce a new | Chris Lattner | 2007-10-18 | 1 | -4/+6 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 1 | -13/+12 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 1 | -12/+13 |
* | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+3 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 3 | -73/+9 |
* | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng | 2007-10-05 | 2 | -21/+120 |
* | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
* | AsmPrinters overriding getAnalysisUsage should call super. | Gordon Henriksen | 2007-09-30 | 1 | -0/+1 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 2 | -5/+12 |
* | More explicit keywords. | Dan Gohman | 2007-09-25 | 1 | -1/+1 |
* | Honor user-defined section specification of a global, ignores whether its ini... | Evan Cheng | 2007-09-21 | 1 | -4/+3 |
* | Enable if-conversion for ARM by default. | Evan Cheng | 2007-09-20 | 1 | -3/+3 |
* | Avoid referencing deleted instruction. | Evan Cheng | 2007-09-19 | 1 | -5/+26 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -3/+3 |
* | Enable indirect encoding for the personality function | Bill Wendling | 2007-09-11 | 1 | -0/+1 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 3 | -20/+37 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 2 | -15/+0 |
* | 80 col. | Evan Cheng | 2007-09-10 | 1 | -4/+6 |
* | Add some notes about better flag handling. | Chris Lattner | 2007-09-10 | 1 | -0/+45 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -1/+2 |
* | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -2/+2 |
* | Instruction formats added used to generate multiply instructions of V5TE. | Raul Herbster | 2007-08-30 | 1 | -39/+52 |