aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-157-0/+16
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-131-1/+12
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+22
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-123-197/+8
* Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko2012-11-121-1/+5
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-121-1/+1
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-125-1/+413
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-1/+58
* Remove accidental commit.Bill Wendling2012-11-071-21/+0
* Add comment describing what's going on here.Bill Wendling2012-11-071-0/+21
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+4
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-054-3/+4
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-1/+1
* Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-4/+4
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-317-2/+272
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-311-2/+2
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-291-3/+11
* Add -alias and -ralias options to match what we have for functions andRafael Espindola2012-10-291-0/+47
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-269-137/+132
* libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola2012-10-261-10/+0
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-241-2/+0
* Opt needs to initialize the different targets.Nadav Rotem2012-10-241-0/+6
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-222-2/+10
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-186-209/+92
* Revert "We need this symbol after an LTO build."Bob Wilson2012-10-181-1/+0
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-186-92/+209
* Formatting and 80-col.Eric Christopher2012-10-161-3/+3
* LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem2012-10-151-0/+2
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-122-12/+28
* Add float-abi and softfloat options to lliTim Northover2012-10-121-2/+26
* We need this symbol after an LTO build.Bill Wendling2012-10-121-0/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-105-209/+90
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-101-3/+3
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-091-2/+1
* Use a special path to place the .o files in.Bill Wendling2012-10-081-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-087-20/+20
* lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi2012-10-051-0/+12
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-031-0/+7
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-2/+6
* Re-enable support for --program-prefix.Jordan Rose2012-10-011-1/+1
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-281-2/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-261-1/+1
* Add --program-prefix support to buildSebastian Pop2012-09-251-1/+1
* Make sure lli compiles all code before invalidating instruction caches.Tim Northover2012-09-201-0/+3
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-191-0/+4
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-181-2/+6
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-181-2/+2
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-152-7/+7