2010-04-20 |
Benjamin Kramer | PR6880: Don't dereference CallsExternalNode if it's...
|
commit | commitdiff | tree |
2010-04-20 |
Benjamin Kramer | Fix -Wcast-qual warning.
|
commit | commitdiff | tree |
2010-04-19 |
Benjamin Kramer | Don't write into MemoryBuffers.
|
commit | commitdiff | tree |
2010-04-18 |
Benjamin Kramer | Eliminate temporary string.
|
commit | commitdiff | tree |
2010-04-18 |
Benjamin Kramer | Properly inherit the environment on darwin where environ...
|
commit | commitdiff | tree |
2010-04-15 |
Benjamin Kramer | Simplify ".bc" detection.
|
commit | commitdiff | tree |
2010-04-14 |
Benjamin Kramer | EDis: Don't include inttypes.h. We support compilers...
|
commit | commitdiff | tree |
2010-04-13 |
Benjamin Kramer | BumpPtrAllocator::Reset() doesn't need to allocate...
|
commit | commitdiff | tree |
2010-04-13 |
Benjamin Kramer | Update unittest for allocator laziness.
|
commit | commitdiff | tree |
2010-04-13 |
Benjamin Kramer | Let BumpPtrAllocator lazily allocate the first slab.
|
commit | commitdiff | tree |
2010-04-12 |
Benjamin Kramer | Boolify.
|
commit | commitdiff | tree |
2010-04-12 |
Benjamin Kramer | Plug trivial leak.
|
commit | commitdiff | tree |
2010-04-11 |
Benjamin Kramer | utostr isn't going away too soon, try to make it slightly...
|
commit | commitdiff | tree |
2010-04-09 |
Benjamin Kramer | Make sure this test tests something.
|
commit | commitdiff | tree |
2010-04-08 |
Benjamin Kramer | Various MSVC warning fixes about truncated 64 bit shifts...
|
commit | commitdiff | tree |
2010-04-08 |
Benjamin Kramer | Provide operator delete for BumpPtrAllocator and RecyclingAl...
|
commit | commitdiff | tree |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error...
|
commit | commitdiff | tree |
2010-04-08 |
Benjamin Kramer | Use errs instead of fprintf.
|
commit | commitdiff | tree |
2010-04-07 |
Benjamin Kramer | Update cmake build.
|
commit | commitdiff | tree |
2010-04-07 |
Benjamin Kramer | unXFAIL, arm disassembler was reenabled.
|
commit | commitdiff | tree |
2010-04-07 |
Benjamin Kramer | Remove unused method.
|
commit | commitdiff | tree |
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 |
next |