2010-09-07 |
Benjamin Kramer | Don't leak the old operand when transforming "sldt...
|
commit | commitdiff | tree |
2010-09-06 |
Benjamin Kramer | MCELF: Align symtab, relocation sections and section...
|
commit | commitdiff | tree |
2010-09-03 |
Benjamin Kramer | Zap dead code.
|
commit | commitdiff | tree |
2010-09-02 |
Benjamin Kramer | Add AsmParser support for the ELF .previous directive...
|
commit | commitdiff | tree |
2010-09-02 |
Benjamin Kramer | Allow MCSA_WeakRef in ELF. Patch by Roman Divacky.
|
commit | commitdiff | tree |
2010-08-31 |
Benjamin Kramer | Remove noisy semicolon.
|
commit | commitdiff | tree |
2010-08-31 |
Benjamin Kramer | Allow creation of SHT_NULL sections, from Roman Divacky.
|
commit | commitdiff | tree |
2010-08-30 |
Benjamin Kramer | MCELF: The value of all common symbols is the offset...
|
commit | commitdiff | tree |
2010-08-30 |
Benjamin Kramer | Don't print two "0x" prefixes. Use a raw_ostream overload...
|
commit | commitdiff | tree |
2010-08-30 |
Benjamin Kramer | The value is offset from the start of the section for...
|
commit | commitdiff | tree |
2010-08-30 |
Benjamin Kramer | Index external symbols by symbol table instead of parent...
|
commit | commitdiff | tree |
2010-08-30 |
Benjamin Kramer | Mark all common symbols external. This is not exactly...
|
commit | commitdiff | tree |
2010-08-28 |
Benjamin Kramer | Update ocaml test.
|
commit | commitdiff | tree |
2010-08-28 |
Benjamin Kramer | Remove unions from the ocaml bindings.
|
commit | commitdiff | tree |
2010-08-28 |
Benjamin Kramer | Update CMake build. Add newline at end of file.
|
commit | commitdiff | tree |
2010-08-27 |
Benjamin Kramer | MCELF: Port EmitInstruction changes from MachO streamer...
|
commit | commitdiff | tree |
2010-08-27 |
Benjamin Kramer | MCELF: Always overwrite FixedValue.
|
commit | commitdiff | tree |
2010-08-26 |
Benjamin Kramer | MCELF: Fix a thinko of mine.
|
commit | commitdiff | tree |
2010-08-26 |
Benjamin Kramer | MCELF: Compensate for the addend on i386. Patch by...
|
commit | commitdiff | tree |
2010-08-26 |
Benjamin Kramer | StringRef::compare_numeric also differed from StringRef...
|
commit | commitdiff | tree |
2010-08-26 |
Benjamin Kramer | Do unsigned char comparisons in StringRef::compare_lower...
|
commit | commitdiff | tree |
2010-08-25 |
Benjamin Kramer | MCELF: Use precomputed symbol indices, patch by Roman...
|
commit | commitdiff | tree |
2010-08-25 |
Benjamin Kramer | Remove dead recursive function. Yay for clang -Wunused...
|
commit | commitdiff | tree |
2010-08-24 |
Benjamin Kramer | Relocate against parent if the symbol is not in section...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | Fix thinko. Having no tests is great ...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | Reduce code duplication.
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | ELFObjectWriter: Run ComputeSymbolTable before recording...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | Add the symbol offset to the relocation value when...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | Use the proper relocation section + cleanup, from Roman...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | Avoid O(n*m) complexity in StringRef::find_first(_not...
|
commit | commitdiff | tree |
2010-08-23 |
Benjamin Kramer | StringRef tweaks:
|
commit | commitdiff | tree |
2010-08-21 |
Benjamin Kramer | Use MDNode::destroy(). Fixes a delete/free mismatch.
|
commit | commitdiff | tree |
2010-08-20 |
Benjamin Kramer | Update CMake build.
|
commit | commitdiff | tree |
2010-08-20 |
Benjamin Kramer | Update LLVMC tests for r111620.
|
commit | commitdiff | tree |
2010-08-19 |
Benjamin Kramer | MCELF: Count the section orders properly. Patch by...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Remove dead code. Fixes a GCC warning.
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Sketch i386 relocations handling, from Roman Divacky.
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Use the correct entry size for relocation entries,...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Differentiate between RELA and REL relocations, from...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | One baby step towards i386 ELF, from Roman Divacky.
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Revert r111230, we have to find a better place for...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Micro-optimize MCObjectWriter to do a byteswap if necessary...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | There is this new "LLVM" compiler that supports __builtin_bs...
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | Try to silence a overeager GCC warning.
|
commit | commitdiff | tree |
2010-08-17 |
Benjamin Kramer | A round of minor cleanups for ELFObjectWriter.
|
commit | commitdiff | tree |
2010-08-16 |
Benjamin Kramer | Silence warnings and simplify code. Eliminate a 32...
|
commit | commitdiff | tree |
2010-08-15 |
Benjamin Kramer | Test expects SSE, give him SSE.
|
commit | commitdiff | tree |
2010-08-15 |
Benjamin Kramer | Restore arch on these test, they fail on arm.
|
commit | commitdiff | tree |
2010-08-13 |
Benjamin Kramer | Use getAllOnesValue, saves a copy and looks better.
|
commit | commitdiff | tree |
2010-08-08 |
Benjamin Kramer | Remove unused variable.
|
commit | commitdiff | tree |
2010-08-07 |
Benjamin Kramer | Roll back my last two commits, valgrind complains.
|
commit | commitdiff | tree |
2010-08-07 |
Benjamin Kramer | A reference to the Timer's name is safe, it outlives...
|
commit | commitdiff | tree |
2010-08-07 |
Benjamin Kramer | Kill rarely used std::sort.
|
commit | commitdiff | tree |
2010-08-07 |
Benjamin Kramer | Shrink PassNameParser's binary size with array_pod_sort.
|
commit | commitdiff | tree |
2010-08-04 |
Benjamin Kramer | Enable COFF writer on mingw32 and cygwin.
|
commit | commitdiff | tree |
2010-08-04 |
Benjamin Kramer | Print an error message when someone tries -integrated...
|
commit | commitdiff | tree |
2010-08-01 |
Benjamin Kramer | Preallocate vector, avoid unnecessary vector growth.
|
commit | commitdiff | tree |
2010-07-30 |
Benjamin Kramer | Tweak suppressions.
|
commit | commitdiff | tree |
2010-07-29 |
Benjamin Kramer | Supress valgrind errors from python.
|
commit | commitdiff | tree |
2010-07-29 |
Benjamin Kramer | Remove XFAIL, test doesn't leak anymore.
|
commit | commitdiff | tree |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer...
|
commit | commitdiff | tree |
2010-07-29 |
Benjamin Kramer | Stop leaking std::strings in GetDwarfFile.
|
commit | commitdiff | tree |
2010-07-29 |
Benjamin Kramer | COFFObjectWriter: Don't leak COFFSymbols and COFFSections.
|
commit | commitdiff | tree |
2010-07-25 |
Benjamin Kramer | Reduce string trashing.
|
commit | commitdiff | tree |
2010-07-19 |
Benjamin Kramer | Update CMake build.
|
commit | commitdiff | tree |
2010-07-16 |
Benjamin Kramer | Feed the right output into FileCheck.
|
commit | commitdiff | tree |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference.
|
commit | commitdiff | tree |
2010-07-13 |
Benjamin Kramer | HTML cleanup and validation.
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Nope, still breaks the release selfhost bots :(
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Reapply the "or" half of r108136, which seems to be...
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Revert r108141 again, sigh.
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Reapply 108136 with an ugly pasto fixed.
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Move optimization to avoid redundant matching.
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | Revert r108136 until I figure out why it broke selfhost.
|
commit | commitdiff | tree |
2010-07-12 |
Benjamin Kramer | instcombine: fold (x & y) | (~x & z) and (x & y) ^...
|
commit | commitdiff | tree |
2010-07-08 |
Benjamin Kramer | Merge the duplicated iabs optimization in DAGCombiner...
|
commit | commitdiff | tree |
2010-07-08 |
Benjamin Kramer | Teach instcombine to transform
|
commit | commitdiff | tree |
2010-06-29 |
Benjamin Kramer | Use a more obvious way to avoid compiling functions...
|
commit | commitdiff | tree |
2010-06-26 |
Benjamin Kramer | Fix test weirdness.
|
commit | commitdiff | tree |
2010-06-26 |
Benjamin Kramer | Fix some tests that didn't test anything.
|
commit | commitdiff | tree |
2010-06-26 |
Benjamin Kramer | VNInfos don't need to be destructed anymore.
|
commit | commitdiff | tree |
2010-06-25 |
Benjamin Kramer | Rewrite MemoryBuffer::getSTDIN to use read(2) and a...
|
commit | commitdiff | tree |
2010-06-25 |
Benjamin Kramer | Bring back the empty vector workaround I removed in...
|
commit | commitdiff | tree |
2010-06-25 |
Benjamin Kramer | Tweak MemoryBuffer to allocate the class itself, the...
|
commit | commitdiff | tree |
2010-06-19 |
Benjamin Kramer | Use calloc instead of new/memset, it is more efficient...
|
commit | commitdiff | tree |
2010-06-16 |
Benjamin Kramer | TODO--
|
commit | commitdiff | tree |
2010-06-16 |
Benjamin Kramer | simplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
|
commit | commitdiff | tree |
2010-06-15 |
Benjamin Kramer | simplify-libcalls: fold strstr(a, b) == a -> strncmp...
|
commit | commitdiff | tree |
2010-06-13 |
Benjamin Kramer | Test case for r105914.
|
commit | commitdiff | tree |
2010-06-13 |
Benjamin Kramer | SimplifyCFG: don't turn volatile stores to null/undef...
|
commit | commitdiff | tree |
2010-06-13 |
Benjamin Kramer | Let SmallVector take advantage of LiveRange's podness.
|
commit | commitdiff | tree |
2010-06-08 |
Benjamin Kramer | Use realloc instead of malloc+memcpy when growing a...
|
commit | commitdiff | tree |
2010-06-03 |
Benjamin Kramer | Forgot to update the most important part of the gtest...
|
commit | commitdiff | tree |
2010-06-03 |
Benjamin Kramer | Disable pthread support in googletest if llvm was configured...
|
commit | commitdiff | tree |
2010-06-03 |
Benjamin Kramer | Turns out gtest still prefers the system <tr1/tuple...
|
commit | commitdiff | tree |
2010-06-02 |
Benjamin Kramer | Update Readme and Makefiles for the new gtest.
|
commit | commitdiff | tree |
2010-06-02 |
Benjamin Kramer | Merge gtest-1.5.0.
|
commit | commitdiff | tree |
2010-06-02 |
Benjamin Kramer | Merge gtest-1.4.0.
|
commit | commitdiff | tree |
2010-06-02 |
Benjamin Kramer | Merge gtest-1.3.0.
|
commit | commitdiff | tree |
2010-05-31 |
Benjamin Kramer | Avoid swap when a copy suffices.
|
commit | commitdiff | tree |
next |