| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an additional PBQP problem builder which adds coalescing costs (both be... | Lang Hames | 2010-09-21 | 3 | -17/+158 |
* | Move the search for the appropriate AND instruction | Gabor Greif | 2010-09-21 | 4 | -26/+50 |
* | llvmc: put linker options in a separate OptList. | Mikhail Glushenkov | 2010-09-21 | 1 | -27/+65 |
* | a few more trivial updates. This fixes PerformInsertVectorEltInMemory to not | Chris Lattner | 2010-09-21 | 2 | -15/+13 |
* | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner | 2010-09-21 | 11 | -102/+116 |
* | add some accessors | Chris Lattner | 2010-09-21 | 2 | -0/+15 |
* | it's more elegant to put the "getConstantPool" and | Chris Lattner | 2010-09-21 | 6 | -29/+48 |
* | ugh, missed a file. | Chris Lattner | 2010-09-21 | 1 | -1/+1 |
* | update the X86 backend to use the MachinePointerInfo version of one | Chris Lattner | 2010-09-21 | 1 | -38/+44 |
* | Fix a bug where the x86 backend would lower memcpy/memset of segment relative... | Chris Lattner | 2010-09-21 | 1 | -0/+9 |
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 12 | -76/+102 |
* | add some helpful accessors. | Chris Lattner | 2010-09-21 | 3 | -0/+21 |
* | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner | 2010-09-21 | 2 | -19/+60 |
* | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner | 2010-09-21 | 3 | -8/+8 |
* | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner | 2010-09-21 | 3 | -14/+6 |
* | don't implicitly drop the offset of a machinememoperand when legalizing atomics. | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner | 2010-09-21 | 5 | -32/+19 |
* | convert targets to the new MF.getMachineMemOperand interface. | Chris Lattner | 2010-09-21 | 9 | -30/+42 |
* | start pushing MachinePointerInfo out through the MachineMemOperand interface | Chris Lattner | 2010-09-21 | 4 | -12/+33 |
* | refactor the Value*/offset pair from MachineMemOperand out to a new | Chris Lattner | 2010-09-21 | 2 | -11/+22 |
* | random cruft in my tree. | Chris Lattner | 2010-09-21 | 1 | -2/+19 |
* | fix rdar://8453210, a crash handling a call through a GS relative load. | Chris Lattner | 2010-09-21 | 2 | -3/+36 |
* | Revert unrelated change that was accidentally included in the previous commit. | Rafael Espindola | 2010-09-21 | 1 | -4/+1 |
* | Implement support for .local and its "interesting" interactions with .comm. | Rafael Espindola | 2010-09-21 | 4 | -11/+99 |
* | Enable machine sinking critical edge splitting. e.g. | Evan Cheng | 2010-09-20 | 5 | -27/+41 |
* | Relax this check to silently swallow FE_INEXACT, following directions | Dan Gohman | 2010-09-20 | 1 | -1/+1 |
* | CombinerAA is now reordering these stores. | Owen Anderson | 2010-09-20 | 1 | -1/+1 |
* | When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ... | Owen Anderson | 2010-09-20 | 2 | -6/+17 |
* | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach | 2010-09-20 | 5 | -175/+66 |
* | Produce a R_X86_64_32 when the value is >=0. | Rafael Espindola | 2010-09-20 | 3 | -4/+19 |
* | Avoid splitting critical edge twice for a set of PHI uses. | Evan Cheng | 2010-09-20 | 1 | -17/+23 |
* | Fix the "unable to rename temporary" lit test failing on Windows. rename is n... | Francois Pichet | 2010-09-20 | 1 | -4/+11 |
* | fix a bug I introduced back in the hayday of version #2. | Chris Lattner | 2010-09-20 | 1 | -1/+1 |
* | test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa... | NAKAMURA Takumi | 2010-09-19 | 3 | -6/+6 |
* | Revert r114312 while I sort out some issues. | Owen Anderson | 2010-09-19 | 1 | -1/+1 |
* | Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know, | Owen Anderson | 2010-09-19 | 1 | -1/+1 |
* | Add one more Core i7 model number. | Jakob Stoklund Olesen | 2010-09-19 | 1 | -0/+2 |
* | Using regexp-opt for keyword regex declarations makes the word lists more | Misha Brukman | 2010-09-19 | 2 | -14/+17 |
* | idiom recognition should catch this. | Chris Lattner | 2010-09-19 | 1 | -0/+32 |
* | add a readme. | Chris Lattner | 2010-09-19 | 1 | -0/+25 |
* | add corei7, the laptop version. | Chris Lattner | 2010-09-19 | 1 | -0/+1 |
* | X86Subtarget.h: Fix Cygwin's TD. | NAKAMURA Takumi | 2010-09-18 | 1 | -1/+1 |
* | Add the exit instruction to the PTX target. | Eric Christopher | 2010-09-18 | 24 | -16/+716 |
* | Handle the odd case where we only have one instruction. | Eric Christopher | 2010-09-18 | 1 | -0/+3 |
* | Fix build. | Michael J. Spencer | 2010-09-18 | 1 | -0/+1 |
* | Make sure the STT_FILE symbol is the first one in the symbol table. | Rafael Espindola | 2010-09-18 | 2 | -0/+36 |
* | Unbreak msvc build. | Benjamin Kramer | 2010-09-18 | 1 | -1/+1 |
* | restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit... | Gabor Greif | 2010-09-18 | 1 | -2/+2 |
* | back out r114279 as some darwin buildbots get errors compiling clang: | Gabor Greif | 2010-09-18 | 1 | -2/+2 |
* | restrict dyn_cast_or_null to pointer types, just like cast_or_null | Gabor Greif | 2010-09-18 | 1 | -2/+2 |