| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When merging multiple load / store instructions. Use the DebugLoc of the firs... | Evan Cheng | 2009-06-05 | 1 | -11/+16 |
* | Code clean up: return vector by reference rather than by value. No functional... | Evan Cheng | 2009-06-05 | 1 | -21/+21 |
* | Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. | Dan Gohman | 2009-06-05 | 2 | -6/+14 |
* | Remove some unnecessary #includes. | Dan Gohman | 2009-06-05 | 7 | -7/+0 |
* | Update the Verifier to be aware of the difference between Add and FAdd, etc. | Dan Gohman | 2009-06-05 | 1 | -15/+33 |
* | On platforms like Sparc64 you need to pass -r to | Duncan Sands | 2009-06-05 | 1 | -1/+1 |
* | Lower i16/i32 sdiv/udiv/srem/urem using libcalls. | Sanjiv Gupta | 2009-06-05 | 1 | -0/+24 |
* | Allow libcalls for i16 sdiv/udiv/rem operations. | Sanjiv Gupta | 2009-06-05 | 1 | -4/+12 |
* | ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and | Bruno Cardoso Lopes | 2009-06-05 | 3 | -32/+57 |
* | Fix an erroneous check for isFNeg; the FNeg case is handled | Dan Gohman | 2009-06-04 | 2 | -1/+8 |
* | Fix these so that they work on non-x86 Darwin machines. | Bill Wendling | 2009-06-04 | 2 | -2/+2 |
* | Specify that this works for Darwin. | Bill Wendling | 2009-06-04 | 2 | -2/+2 |
* | The DWARF unwind info was incorrect. While compiling with | Bill Wendling | 2009-06-04 | 1 | -15/+16 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 265 | -1925/+2375 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 11 | -13/+28 |
* | Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was | Dale Johannesen | 2009-06-04 | 3 | -16/+17 |
* | RALinScan::attemptTrivialCoalescing() was returning a virtual register instea... | Evan Cheng | 2009-06-04 | 2 | -3/+57 |
* | A value defined by an implicit_def can be liven to a use BB. This is unfortun... | Evan Cheng | 2009-06-04 | 1 | -0/+18 |
* | A value defined by an implicit_def can be liven to a use BB. This is unfortun... | Evan Cheng | 2009-06-04 | 1 | -0/+263 |
* | CMake: Use explicit dependencies for Xcode (as well as MSVC), to make | Douglas Gregor | 2009-06-04 | 5 | -37/+59 |
* | <rdar://problem/6944342> libLTO for darwin should add -static when assembling .s | Nick Kledzik | 2009-06-04 | 1 | -0/+4 |
* | Removed SimpleRewriter. | Lang Hames | 2009-06-04 | 1 | -82/+2 |
* | For XTARGET to work on targets not in the list, | Dale Johannesen | 2009-06-04 | 2 | -0/+2 |
* | Check in test changes that I accidentally left out of r72872. | Dan Gohman | 2009-06-04 | 2 | -8/+9 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 2 | -1/+3 |
* | Don't do the X * 0.0 -> 0.0 transformation in instcombine, because | Dan Gohman | 2009-06-04 | 3 | -10/+16 |
* | Fix comments. | Dan Gohman | 2009-06-04 | 1 | -2/+2 |
* | --plugin is not needed for bfd anymore. Update docs. | Torok Edwin | 2009-06-04 | 1 | -2/+11 |
* | Remove unused code. | Sanjiv Gupta | 2009-06-04 | 1 | -10/+0 |
* | CMake: Renamed LLVM_ENABLE_ASSERTS to | Oscar Fuentes | 2009-06-04 | 2 | -6/+15 |
* | Custom lower SUB with two register operands. | Sanjiv Gupta | 2009-06-04 | 1 | -0/+1 |
* | Fix comments. | Torok Edwin | 2009-06-04 | 2 | -3/+3 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin | 2009-06-04 | 5 | -0/+215 |
* | PR3739, part 2: Use an explicit store to spill XMM registers. (Previously, | Eli Friedman | 2009-06-04 | 2 | -4/+29 |
* | PR3739, part 1: Disable the red zone on Win64. | Eli Friedman | 2009-06-04 | 2 | -1/+11 |
* | Remove a #include of <iostream>. | Dan Gohman | 2009-06-04 | 1 | -1/+0 |
* | Re-apply 72756 with fixes. One of those was introduced by we changed MachineI... | Evan Cheng | 2009-06-04 | 2 | -2/+8 |
* | Removed more testing code that snuck in earlier. | Lang Hames | 2009-06-04 | 1 | -20/+2 |
* | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass... | Nick Kledzik | 2009-06-04 | 5 | -11/+46 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-06-04 | 5 | -117/+113 |
* | Evan says it's wrong; back out 72808. | Stuart Hastings | 2009-06-03 | 1 | -2/+0 |
* | <rdar://problem/6941517> C++ static constructors not preserved for static exe... | Nick Kledzik | 2009-06-03 | 1 | -13/+14 |
* | Change LTO to run the global opt pass twice. | Daniel Dunbar | 2009-06-03 | 3 | -10/+3 |
* | PR4317: Handle splits where the new block is unreachable correctly in | Eli Friedman | 2009-06-03 | 2 | -2/+22 |
* | Recognize another euphemism for MOVDQ2Q. | Stuart Hastings | 2009-06-03 | 1 | -0/+2 |
* | For Darwin / x86_64, override -relocation-model=static to pic if the output i... | Evan Cheng | 2009-06-03 | 5 | -23/+10 |
* | Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. | Daniel Dunbar | 2009-06-03 | 3 | -119/+110 |
* | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 10 | -65/+205 |
* | Remove the redundant TM member from X86DAGToDAGISel; replace it | Dan Gohman | 2009-06-03 | 1 | -12/+22 |
* | Don't attempt to simplify an non-affine IV expression if it can't | Dan Gohman | 2009-06-03 | 3 | -12/+53 |