Age | Commit message (Expand) | Author |
2009-05-23 | Work around a page size issue on Cygwin. | Jay Foad |
2009-05-23 | Fix PR4254. | Torok Edwin |
2009-05-23 | stat64/open64/lseek64 for the interpreter | Torok Edwin |
2009-05-23 | available_externall linkage is not local, this was confusing the codegenerator, | Torok Edwin |
2009-05-23 | Add a new step to legalization to legalize vector math operations. This | Eli Friedman |
2009-05-23 | Make the x86 backend custom-lower UINT_TO_FP and FP_TO_UINT on 32-bit | Eli Friedman |
2009-05-22 | Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instea... | Evan Cheng |
2009-05-22 | CMake: Use libpthread in tblgen when needed. Updated list of source | Oscar Fuentes |
2009-05-22 | Add a new codegen pass that normalizes dwarf exception handling | Duncan Sands |
2009-05-22 | Only 64-bit targets support TImode libcalls. Disable the TImode shift libcalls | Bob Wilson |
2009-05-22 | Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts by | Dan Gohman |
2009-05-22 | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta |
2009-05-22 | Always verify dominfo if expensive checking is enabled. | Duncan Sands |
2009-05-22 | Fix a thinko in the code that adapted SCEVMulExpr operands for | Dan Gohman |
2009-05-22 | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin |
2009-05-22 | Verify that calling conventions match function prototype. | Torok Edwin |
2009-05-22 | Fix loop-index-split to correctly preserve dominance frontiers. Part of | Eli Friedman |
2009-05-22 | Add llvm::triple constructor from arch, vendor, os strings, and recognize | Daniel Dunbar |
2009-05-22 | Update an assertion string to new-style type names. | Dan Gohman |
2009-05-21 | 80 column violation. | Evan Cheng |
2009-05-21 | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman |
2009-05-21 | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-21 | Teach ValueTracking a new way to analyze PHI nodes, and and teach | Dan Gohman |
2009-05-21 | Add Atomic.cpp to the CMake build system. | Owen Anderson |
2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling |
2009-05-20 | Minor code cleanup. No functionality change. | Bill Wendling |
2009-05-20 | Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. | Bill Wendling |
2009-05-20 | Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. | Bill Wendling |
2009-05-20 | Add comment for emit section. | Bill Wendling |
2009-05-20 | Move 'Emit' methods down to their own place. | Bill Wendling |
2009-05-20 | Revert r72192. It was causing a build failure. | Bill Wendling |
2009-05-20 | Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with | Bill Wendling |
2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis |
2009-05-20 | Have llvm_start_multithreaded return a bool indicating whether multithreaded | Owen Anderson |
2009-05-20 | Tabs, be gone! | Owen Anderson |
2009-05-20 | I just fail today. | Owen Anderson |
2009-05-20 | Copy-and-paste-o. | Owen Anderson |
2009-05-20 | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson |
2009-05-20 | Minor formatting fixes. | Bob Wilson |
2009-05-20 | Fix for PR4235: to build a floating-point value from integer parts, | Eli Friedman |
2009-05-20 | Try again. Allow call to immediate address for ELF or when in static relocati... | Evan Cheng |
2009-05-20 | Cannot use immediate as call absolute target in PIC mode. | Evan Cheng |
2009-05-20 | Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution | Dan Gohman |
2009-05-20 | Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-... | Owen Anderson |
2009-05-20 | Suppress the IV reversal transformation in the case that the RHS | Dan Gohman |
2009-05-19 | Fix pr4227: Handle large immediate values in inline assembly. | Bob Wilson |
2009-05-19 | Remove an irrelevant comment. | Dan Gohman |
2009-05-19 | Add some more comments to the top of this file. | Dan Gohman |
2009-05-19 | Trim unneeded #includes. | Dan Gohman |