2010-04-07 |
Benjamin Kramer | Use raw_ostream.
|
commit | commitdiff | tree |
2010-04-05 |
Benjamin Kramer | Disambiguate else.
|
commit | commitdiff | tree |
2010-04-02 |
Benjamin Kramer | Fix anachronism.
|
commit | commitdiff | tree |
2010-04-02 |
Benjamin Kramer | Update CMake.
|
commit | commitdiff | tree |
2010-04-01 |
Benjamin Kramer | Remove accidental include and add a comment.
|
commit | commitdiff | tree |
2010-04-01 |
Benjamin Kramer | Various improvements to MemoryBuffer::getFile:
|
commit | commitdiff | tree |
2010-03-31 |
Benjamin Kramer | Reduce string trashing.
|
commit | commitdiff | tree |
2010-03-31 |
Benjamin Kramer | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
|
commit | commitdiff | tree |
2010-03-31 |
Benjamin Kramer | s/getNameStr/getName/
|
commit | commitdiff | tree |
2010-03-31 |
Benjamin Kramer | Bump SmallString size a bit to avoid malloc trashing.
|
commit | commitdiff | tree |
2010-03-30 |
Benjamin Kramer | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAll...
|
commit | commitdiff | tree |
2010-03-30 |
Benjamin Kramer | XFAIL some PIC16 tests when running under valgrind...
|
commit | commitdiff | tree |
2010-03-30 |
Benjamin Kramer | PIC16: Plug a leak in PIC16Section by allocating name...
|
commit | commitdiff | tree |
2010-03-29 |
Benjamin Kramer | Make isInt?? and isUint?? template specializations...
|
commit | commitdiff | tree |
2010-03-29 |
Benjamin Kramer | Remove a bunch of integer width predicate functions...
|
commit | commitdiff | tree |
2010-03-20 |
Benjamin Kramer | PIC16: Simplify code by using a std::set<std::string...
|
commit | commitdiff | tree |
2010-03-18 |
Benjamin Kramer | Fix a name clash that was breaking MSVC builds.
|
commit | commitdiff | tree |
2010-03-18 |
Benjamin Kramer | Try to fix a valgrind error on 32 bit platforms: use...
|
commit | commitdiff | tree |
2010-03-17 |
Benjamin Kramer | Initialize Size member to appease valgrind.
|
commit | commitdiff | tree |
2010-03-16 |
Benjamin Kramer | str[r]chr returns its pointer argument so we cannot...
|
commit | commitdiff | tree |
2010-03-16 |
Benjamin Kramer | Mark str[r]chr readonly.
|
commit | commitdiff | tree |
2010-03-14 |
Benjamin Kramer | Remove pointless forward declaration, MSVC got confused...
|
commit | commitdiff | tree |
2010-03-13 |
Benjamin Kramer | Fix another warning. There is a functionality change...
|
commit | commitdiff | tree |
2010-03-13 |
Benjamin Kramer | Add some parens and silence a warning.
|
commit | commitdiff | tree |
2010-03-12 |
Benjamin Kramer | Add a virtual destructor and give vtable a home.
|
commit | commitdiff | tree |
2010-03-12 |
Benjamin Kramer | Use StringRef::substr instead of std::string::substr...
|
commit | commitdiff | tree |
2010-03-12 |
Benjamin Kramer | Factor checked library call optimization into a common...
|
commit | commitdiff | tree |
2010-03-11 |
Benjamin Kramer | stpcpy is so similar to strcpy, it doesn't deserve...
|
commit | commitdiff | tree |
2010-03-10 |
Benjamin Kramer | Remove duplicated code. No functionality change.
|
commit | commitdiff | tree |
2010-02-26 |
Benjamin Kramer | Replace a temporary std::string with SmallString.
|
commit | commitdiff | tree |
2010-02-18 |
Benjamin Kramer | Avoid a dangling pointer dereference, PassManager:...
|
commit | commitdiff | tree |
2010-02-16 |
Benjamin Kramer | Minor warning fixes (semicolons, newline at EOF).
|
commit | commitdiff | tree |
2010-02-10 |
Benjamin Kramer | Silence GCC warnings.
|
commit | commitdiff | tree |
2010-02-04 |
Benjamin Kramer | Get the LLVMC tests working with clang++ by removing...
|
commit | commitdiff | tree |
2010-02-04 |
Benjamin Kramer | Apply property changes from PR6228.
|
commit | commitdiff | tree |
2010-01-29 |
Benjamin Kramer | Fix MSVC build.
|
commit | commitdiff | tree |
2010-01-29 |
Benjamin Kramer | Convert some users of ftostr to raw_ostream.
|
commit | commitdiff | tree |
2010-01-29 |
Benjamin Kramer | Use llvm::format instead of ftostr (which just calls...
|
commit | commitdiff | tree |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length...
|
commit | commitdiff | tree |
2010-01-27 |
Benjamin Kramer | Don't bother with sprintf, just pass the Twine through.
|
commit | commitdiff | tree |
2010-01-27 |
Benjamin Kramer | Use the less expensive getName function instead of...
|
commit | commitdiff | tree |
2010-01-23 |
Benjamin Kramer | Respect operator precedence (and silence a gcc 4.3...
|
commit | commitdiff | tree |
2010-01-22 |
Benjamin Kramer | Another strncmp -> StringRef.startswith simplification.
|
commit | commitdiff | tree |
2010-01-22 |
Benjamin Kramer | Simplify some uses of str(n)cmp with StringRef.
|
commit | commitdiff | tree |
2010-01-21 |
Benjamin Kramer | struct/class mismatch.
|
commit | commitdiff | tree |
2010-01-19 |
Benjamin Kramer | Update CMake list.
|
commit | commitdiff | tree |
2010-01-18 |
Benjamin Kramer | Unnamed symbol index should be >= 1. This was lost...
|
commit | commitdiff | tree |
2010-01-18 |
Benjamin Kramer | Fix refacto reported by Nicolas Geoffray.
|
commit | commitdiff | tree |
2010-01-17 |
Benjamin Kramer | Switch some functions to take Twines, eliminate uses...
|
commit | commitdiff | tree |
2010-01-16 |
Benjamin Kramer | Update CMake files for Mangler move.
|
commit | commitdiff | tree |
2010-01-16 |
Benjamin Kramer | Revive dead assert.
|
commit | commitdiff | tree |
2010-01-13 |
Benjamin Kramer | Introduce Twine::toStringRef, a variant of toVector...
|
commit | commitdiff | tree |
2010-01-11 |
Benjamin Kramer | Remove unused string functions.
|
commit | commitdiff | tree |
2010-01-11 |
Benjamin Kramer | Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.
|
commit | commitdiff | tree |
2010-01-11 |
Benjamin Kramer | Turns out llvm-gcc still uses SplitString with a vector...
|
commit | commitdiff | tree |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef...
|
commit | commitdiff | tree |
2010-01-07 |
Benjamin Kramer | Simplify code. No intended functionality/performance...
|
commit | commitdiff | tree |
2010-01-07 |
Benjamin Kramer | Kill dead store.
|
commit | commitdiff | tree |
2010-01-07 |
Benjamin Kramer | Remove dead variable.
|
commit | commitdiff | tree |
2010-01-07 |
Benjamin Kramer | Use pop_back_val instead of back()+pop_back.
|
commit | commitdiff | tree |
2010-01-07 |
Benjamin Kramer | Use a do-while loop instead of while + boolean.
|
commit | commitdiff | tree |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate.
|
commit | commitdiff | tree |
2010-01-05 |
Benjamin Kramer | Convert a ton of simple integer type equality tests...
|
commit | commitdiff | tree |
2010-01-05 |
Benjamin Kramer | Add a new predicate for integer type equality tests.
|
commit | commitdiff | tree |
2010-01-05 |
Benjamin Kramer | Add newline at EOF.
|
commit | commitdiff | tree |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality...
|
commit | commitdiff | tree |
2009-12-31 |
Benjamin Kramer | Silence compiler warning.
|
commit | commitdiff | tree |
2009-12-29 |
Benjamin Kramer | remove a really wrong parenthesis.
|
commit | commitdiff | tree |
2009-12-29 |
Benjamin Kramer | Replace a few more SmallVectors with arrays.
|
commit | commitdiff | tree |
2009-12-29 |
Benjamin Kramer | Use an array instead of a SmallVector.
|
commit | commitdiff | tree |
2009-12-28 |
Benjamin Kramer | Add missing include (for inline PATypeHolder::get).
|
commit | commitdiff | tree |
2009-12-12 |
Benjamin Kramer | Fix some CHECK lines which were ignored by accident.
|
commit | commitdiff | tree |
2009-12-08 |
Benjamin Kramer | Remove useless calls to c_str().
|
commit | commitdiff | tree |
2009-12-03 |
Benjamin Kramer | Fix MSVC build.
|
commit | commitdiff | tree |
2009-12-02 |
Benjamin Kramer | Silence compiler warnings.
|
commit | commitdiff | tree |
2009-11-30 |
Benjamin Kramer | Fix odd declaration.
|
commit | commitdiff | tree |
2009-11-29 |
Benjamin Kramer | Revert r90089 for now, it's breaking selfhost.
|
commit | commitdiff | tree |
2009-11-29 |
Benjamin Kramer | Fix two FIXMEs.
|
commit | commitdiff | tree |
2009-11-29 |
Benjamin Kramer | Remove dead returns.
|
commit | commitdiff | tree |
2009-11-25 |
Benjamin Kramer | Avoid some possibly unsafe uses of StringRef::data().
|
commit | commitdiff | tree |
2009-11-22 |
Benjamin Kramer | Turns out stuff gets allocated to different registers...
|
commit | commitdiff | tree |
2009-11-22 |
Benjamin Kramer | Convert test to FileCheck.
|
commit | commitdiff | tree |
2009-11-20 |
Benjamin Kramer | Try to work around grep's "Binary file (standard input...
|
commit | commitdiff | tree |
2009-11-19 |
Benjamin Kramer | cstdlib is not automatically included with StringRef...
|
commit | commitdiff | tree |
2009-11-19 |
Benjamin Kramer | Reenable Split2 StringRef test with Apple gcc.
|
commit | commitdiff | tree |
2009-11-19 |
Benjamin Kramer | Remove the now obsolete algorithm include from StringRef.h.
|
commit | commitdiff | tree |
2009-11-19 |
Benjamin Kramer | Unbreak x64 MSVC build. Patch by Nicolas Capens!
|
commit | commitdiff | tree |
2009-11-17 |
Benjamin Kramer | Revert CPU detection code to return "generic" instead...
|
commit | commitdiff | tree |
2009-11-14 |
Benjamin Kramer | Remove dead variable found by clang++.
|
commit | commitdiff | tree |
2009-11-14 |
Benjamin Kramer | Implement DISABLE_INLINE for MSVC. This required changing...
|
commit | commitdiff | tree |
2009-11-14 |
Benjamin Kramer | This test doesn't work on arm either.
|
commit | commitdiff | tree |
2009-11-14 |
Benjamin Kramer | Make NORETURN working with MSVC. MSVC only accepts...
|
commit | commitdiff | tree |
2009-11-12 |
Benjamin Kramer | Add compare_lower and equals_lower methods to StringRef...
|
commit | commitdiff | tree |
2009-11-12 |
Benjamin Kramer | Silence a warning on targets with unsigned chars.
|
commit | commitdiff | tree |
2009-11-12 |
Benjamin Kramer | Fix typo in run line.
|
commit | commitdiff | tree |
2009-11-05 |
Benjamin Kramer | Teach SimplifyLibCalls to fold memcmp calls with constant...
|
commit | commitdiff | tree |
2009-11-05 |
Benjamin Kramer | Do map insert+find in one step. TODO -= 2.
|
commit | commitdiff | tree |
2009-11-05 |
Benjamin Kramer | Path::createDirectoryOnDisk should ignore existing...
|
commit | commitdiff | tree |
2009-11-03 |
Benjamin Kramer | Eliminate some temporaries.
|
commit | commitdiff | tree |
2009-10-31 |
Benjamin Kramer | Force triple; darwin's ASM syntax differs from linux's.
|
commit | commitdiff | tree |
next |