aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-11-13llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-07Remove accidental commit.Bill Wendling
2012-11-07Add comment describing what's going on here.Bill Wendling
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-11-05lli: Initialize the native asm parser for inline assembly.Jim Grosbach
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-11-01Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach
2012-10-31Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor
2012-10-29Align the data section correctly when loading an ELF file.Tim Northover
2012-10-29Add -alias and -ralias options to match what we have for functions andRafael Espindola
2012-10-26Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger
2012-10-26libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola
2012-10-25Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'Derek Schuff
2012-10-24Opt does not need to initialize the Asm printer/parserNadav Rotem
2012-10-24Opt needs to initialize the different targets.Nadav Rotem
2012-10-23Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'Derek Schuff
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-19llvm: Remove some localmods in MemoryBuffer and clean nacl_file a bit.Jan Voung
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Merge commit '3298959540ca744ec16b4c65db244534a929a862'Derek Schuff
2012-10-18Revert "We need this symbol after an LTO build."Bob Wilson
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-16Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'Derek Schuff
2012-10-16Formatting and 80-col.Eric Christopher
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-12Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'Derek Schuff
2012-10-12Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson
2012-10-12Add float-abi and softfloat options to lliTim Northover
2012-10-12We need this symbol after an LTO build.Bill Wendling
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-10PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/endMark Seaborn
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-08Use a special path to place the .o files in.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-05lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-10-01Re-enable support for --program-prefix.Jordan Rose
2012-10-01Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'Derek Schuff