| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the PPC backend use a legal type for the operands to the BUILD_VECTOR | Eli Friedman | 2009-05-24 | 1 | -5/+3 |
* | Fix a bug in the expansion of EXTRACT_SUBVECTOR in | Eli Friedman | 2009-05-23 | 1 | -1/+2 |
* | Make the X86 backend mark EXTRACT_SUBVECTOR as Expand, at least for the | Eli Friedman | 2009-05-23 | 1 | -0/+1 |
* | Add a proper implementation of EXTRACT_SUBVECTOR legalization that | Eli Friedman | 2009-05-23 | 1 | -19/+42 |
* | Add ARMv7 architecture, Cortex processors and different FPU modes handling. | Anton Korobeynikov | 2009-05-23 | 3 | -13/+28 |
* | Emit ARM Build Attributes | Anton Korobeynikov | 2009-05-23 | 2 | -0/+91 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 12 | -18/+40 |
* | Work around a page size issue on Cygwin. | Jay Foad | 2009-05-23 | 1 | -1/+6 |
* | Fix PR4254. | Edwin Török | 2009-05-23 | 1 | -2/+2 |
* | stat64/open64/lseek64 for the interpreter | Edwin Török | 2009-05-23 | 1 | -1/+4 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 4 | -5/+8 |
* | Add a new step to legalization to legalize vector math operations. This | Eli Friedman | 2009-05-23 | 2 | -0/+362 |
* | Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit | Eli Friedman | 2009-05-23 | 2 | -25/+64 |
* | Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea... | Evan Cheng | 2009-05-22 | 1 | -61/+67 |
* | CMake: Use libpthread in tblgen when needed. Updated list of source | Oscar Fuentes | 2009-05-22 | 1 | -0/+1 |
* | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands | 2009-05-22 | 6 | -12/+407 |
* | Only 64-bit targets support TImode libcalls. Disable the TImode shift libcalls | Bob Wilson | 2009-05-22 | 1 | -0/+5 |
* | Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts by | Dan Gohman | 2009-05-22 | 1 | -1/+5 |
* | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta | 2009-05-22 | 4 | -0/+282 |
* | Always verify dominfo if expensive checking is enabled. | Duncan Sands | 2009-05-22 | 1 | -0/+5 |
* | Fix a thinko in the code that adapted SCEVMulExpr operands for | Dan Gohman | 2009-05-22 | 1 | -3/+13 |
* | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Edwin Török | 2009-05-22 | 1 | -25/+0 |
* | Verify that calling conventions match function prototype. | Edwin Török | 2009-05-22 | 1 | -0/+25 |
* | Fix loop-index-split to correctly preserve dominance frontiers. Part of | Eli Friedman | 2009-05-22 | 1 | -17/+12 |
* | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar | 2009-05-22 | 1 | -0/+3 |
* | Update an assertion string to new-style type names. | Dan Gohman | 2009-05-22 | 1 | -1/+1 |
* | 80 column violation. | Evan Cheng | 2009-05-21 | 1 | -1/+1 |
* | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman | 2009-05-21 | 1 | -5/+3 |
* | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 2 | -0/+15 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 6 | -24/+26 |
* | Teach ValueTracking a new way to analyze PHI nodes, and and teach | Dan Gohman | 2009-05-21 | 2 | -4/+31 |
* | Add Atomic.cpp to the CMake build system. | Owen Anderson | 2009-05-21 | 1 | -0/+1 |
* | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 6 | -124/+27 |
* | Minor code cleanup. No functionality change. | Bill Wendling | 2009-05-20 | 1 | -18/+7 |
* | Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. | Bill Wendling | 2009-05-20 | 2 | -41/+14 |
* | Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. | Bill Wendling | 2009-05-20 | 2 | -20/+13 |
* | Add comment for emit section. | Bill Wendling | 2009-05-20 | 1 | -0/+4 |
* | Move 'Emit' methods down to their own place. | Bill Wendling | 2009-05-20 | 1 | -720/+720 |
* | Revert r72192. It was causing a build failure. | Bill Wendling | 2009-05-20 | 2 | -779/+807 |
* | Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with | Bill Wendling | 2009-05-20 | 2 | -807/+779 |
* | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argiris Kirtzidis | 2009-05-20 | 6 | -27/+124 |
* | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson | 2009-05-20 | 1 | -2/+3 |
* | Tabs, be gone! | Owen Anderson | 2009-05-20 | 1 | -3/+3 |
* | I just fail today. | Owen Anderson | 2009-05-20 | 1 | -3/+3 |
* | Copy-and-paste-o. | Owen Anderson | 2009-05-20 | 1 | -1/+1 |
* | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson | 2009-05-20 | 1 | -0/+52 |
* | Minor formatting fixes. | Bob Wilson | 2009-05-20 | 1 | -2/+2 |
* | Fix for PR4235: to build a floating-point value from integer parts, | Eli Friedman | 2009-05-20 | 1 | -5/+19 |
* | Try again. Allow call to immediate address for ELF or when in static relocati... | Evan Cheng | 2009-05-20 | 3 | -5/+18 |
* | Cannot use immediate as call absolute target in PIC mode. | Evan Cheng | 2009-05-20 | 1 | -1/+2 |