2010-10-23 |
Benjamin Kramer | SmallVectorize.
|
commit | commitdiff | tree |
2010-10-23 |
Benjamin Kramer | Constify another 2 disassembler tables.
|
commit | commitdiff | tree |
2010-10-23 |
Benjamin Kramer | Make the disassembler tables const so they end up in...
|
commit | commitdiff | tree |
2010-10-22 |
Benjamin Kramer | Make some symbols static, move classes into anonymous...
|
commit | commitdiff | tree |
2010-10-17 |
Benjamin Kramer | std::string cleanup.
|
commit | commitdiff | tree |
2010-10-17 |
Benjamin Kramer | Fix a typo and silence unused variable warnings in...
|
commit | commitdiff | tree |
2010-10-16 |
Benjamin Kramer | Hack around incompatible pointer warnings.
|
commit | commitdiff | tree |
2010-10-16 |
Benjamin Kramer | Eliminate some calls to Value::getNameStr.
|
commit | commitdiff | tree |
2010-10-16 |
Benjamin Kramer | Unbreak test on non-COFF targets.
|
commit | commitdiff | tree |
2010-10-13 |
Benjamin Kramer | Remove noisy semicolon.
|
commit | commitdiff | tree |
2010-10-09 |
Benjamin Kramer | Silence compiler warning.
|
commit | commitdiff | tree |
2010-10-09 |
Benjamin Kramer | Don't test a removed function.
|
commit | commitdiff | tree |
2010-10-01 |
Benjamin Kramer | Delete token *after* reading from it.
|
commit | commitdiff | tree |
2010-09-30 |
Benjamin Kramer | Grow BumpPtrAllocator's slab size dynamically if we...
|
commit | commitdiff | tree |
2010-09-30 |
Benjamin Kramer | Tighten up prototype verification of strchr and strrchr...
|
commit | commitdiff | tree |
2010-09-30 |
Benjamin Kramer | Add constant folding for strspn and strcspn to SimplifyLibCalls.
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Add strpbrk folding to SimplifyLibCalls.
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Silence msvc warnings.
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Simplify the loop in StrChrOptimizer. FileCheckize...
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Teach SimplifyLibCalls how to optimize strrchr.
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Remove PointerTracking from cmakelists …
|
commit | commitdiff | tree |
2010-09-29 |
Benjamin Kramer | Remove PointerTracking tests.
|
commit | commitdiff | tree |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling...
|
commit | commitdiff | tree |
2010-09-23 |
Benjamin Kramer | Unbreak build. Jim, please review.
|
commit | commitdiff | tree |
2010-09-21 |
Benjamin Kramer | Simplify code.
|
commit | commitdiff | tree |
2010-09-21 |
Benjamin Kramer | Make CreateComplexVariable independent of SmallVector.
|
commit | commitdiff | tree |
2010-09-18 |
Benjamin Kramer | Unbreak msvc build.
|
commit | commitdiff | tree |
2010-09-17 |
Benjamin Kramer | Fix vmov.f64 disassembly on targets where sizeof(long...
|
commit | commitdiff | tree |
2010-09-16 |
Benjamin Kramer | Update CMake build.
|
commit | commitdiff | tree |
2010-09-14 |
Benjamin Kramer | Add missing include.
|
commit | commitdiff | tree |
2010-09-14 |
Benjamin Kramer | Prune includes.
|
commit | commitdiff | tree |
2010-09-13 |
Benjamin Kramer | Fix linux/msvc build, move include.
|
commit | commitdiff | tree |
2010-09-10 |
Benjamin Kramer | Teach InstructionSimplify to fold (A & B) & A -> A...
|
commit | commitdiff | tree |
2010-09-10 |
Benjamin Kramer | This transform is also performed by InstructionSimplify...
|
commit | commitdiff | tree |
2010-09-09 |
Benjamin Kramer | MCELF: Write relocation fragments in the right endian.
|
commit | commitdiff | tree |
2010-09-09 |
Benjamin Kramer | Add an elf-dumper utility.
|
commit | commitdiff | tree |
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 |
next |