aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
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-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-24Opt does not need to initialize the Asm printer/parserNadav Rotem
2012-10-24Opt needs to initialize the different targets.Nadav Rotem
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Revert "We need this symbol after an LTO build."Bob Wilson
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-16Formatting and 80-col.Eric Christopher
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem
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-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-09-28Removing dependency on third party library for Intel JIT event support.Andrew Kaylor
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose
2012-09-25Add --program-prefix support to buildSebastian Pop
2012-09-20Make sure lli compiles all code before invalidating instruction caches.Tim Northover
2012-09-19Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky