Age | Commit message (Expand) | Author |
2010-10-25 | Remove deprecated macro names. Hopefully this will unbreak the | Duncan Sands |
2010-10-23 | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth |
2010-10-23 | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth |
2010-10-22 | I hate line endings. | Michael J. Spencer |
2010-10-22 | Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN. | Michael J. Spencer |
2010-10-22 | Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i... | Michael J. Spencer |
2010-10-21 | Support: Add Endian.h | Michael J. Spencer |
2010-10-21 | Adding the EM_MBLAZE value to the machine architectures enumeration to | Wesley Peck |
2010-10-20 | Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when to | Chandler Carruth |
2010-10-18 | Add TypeBasedAliasAnalysis to the standard pass lists. Note that it | Dan Gohman |
2010-10-18 | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman |
2010-10-16 | MC-COFF: Add support for default-null weak externals. | Michael J. Spencer |
2010-10-14 | Always use binary mode for output stream. This is important to prevent unwant... | Francois Pichet |
2010-10-11 | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer |
2010-10-11 | Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." | Michael J. Spencer |
2010-10-11 | System: Add SwapByteOrder and update Support/MathExtras.h to use it. | Michael J. Spencer |
2010-10-08 | MC-COFF: Fix Simple and Complex type. Fixes PR8320. | Michael J. Spencer |
2010-10-08 | Fix Whitespace. | Michael J. Spencer |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
2010-10-05 | Support: Add __forceinline to Compiler.h on MSVC. | Michael J. Spencer |
2010-10-03 | Remove two uses of the gcc specific 'aligned' attribute. This | Duncan Sands |
2010-09-30 | Did my commit for the last patch for the .loc directory from the wrong place and | Kevin Enderby |
2010-09-29 | Revert r115099 (adding early jump threading). It's not clear if the benefits... | Owen Anderson |
2010-09-29 | Early CFG simplification can fold conditionals down to selects, which is ofte... | Owen Anderson |
2010-09-29 | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel |
2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
2010-09-27 | writeGraph doesn't need its ShortNames argument. | Dan Gohman |
2010-09-27 | Don't construct a redundant GraphWriter object. | Dan Gohman |
2010-09-27 | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman |
2010-09-27 | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman |
2010-09-27 | Fix indentation. | Dan Gohman |
2010-09-18 | restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit... | Gabor Greif |
2010-09-18 | back out r114279 as some darwin buildbots get errors compiling clang: | Gabor Greif |
2010-09-18 | restrict dyn_cast_or_null to pointer types, just like cast_or_null | Gabor Greif |
2010-09-18 | remove CallSite::get; it is still present (as protected) in the baseclass, us... | Gabor Greif |
2010-09-15 | Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. | Duncan Sands |
2010-09-10 | Add X86 MMX type to bitcode and Type. | Dale Johannesen |
2010-09-07 | Remove dead code. ManagedCleanup is unused, and contained a serious bug in that | Owen Anderson |
2010-09-07 | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky |
2010-09-06 | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky |
2010-09-03 | Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc | Owen Anderson |
2010-09-02 | Remove obsolete comments about throwing exceptions. | Dan Gohman |
2010-09-01 | Reword this comment. Don't mention outs(), as that's not what | Dan Gohman |
2010-09-01 | Disable CorrelatedValuePropagation while I track down selfhost failures. | Owen Anderson |
2010-09-01 | Tentatively add correlated value propagation to the set of standard passes. | Owen Anderson |
2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
2010-09-01 | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. | Michael J. Spencer |
2010-09-01 | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands |
2010-08-29 | Stop explicitly scheduling domfrontier before the loop passes, | Chris Lattner |
2010-08-26 | add m_BitCast for matching a bitcast. | Chris Lattner |