summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add comment describing what's going on here.Bill Wendling2012-11-07
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-05
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-31
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-31
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-29
* Add -alias and -ralias options to match what we have for functions andRafael Espindola2012-10-29
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-26
* libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola2012-10-26
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-24
* Opt needs to initialize the different targets.Nadav Rotem2012-10-24
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Revert "We need this symbol after an LTO build."Bob Wilson2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Formatting and 80-col.Eric Christopher2012-10-16
* LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem2012-10-15
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-12
* Add float-abi and softfloat options to lliTim Northover2012-10-12
* We need this symbol after an LTO build.Bill Wendling2012-10-12
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-10
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-09
* Use a special path to place the .o files in.Bill Wendling2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...NAKAMURA Takumi2012-10-05
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-03
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-28
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25
* Make sure lli compiles all code before invalidating instruction caches.Tim Northover2012-09-20
* Silence -Wnon-virtual-dtor in llvm-stress.Andrew Trick2012-09-19
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-15
* Don't include stdint.h directly.Eli Friedman2012-09-06
* Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling2012-09-06
* Don't include stdint.h directly.Eli Friedman2012-09-06
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Fix a bug.Jan Wen Voung2012-09-05
* revert the additional stuff.Jan Wen Voung2012-09-05
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-05
* Update CMakeList.txt for new lli sources.Jim Grosbach2012-09-05
* MCJIT: Add faux remote target execution to lli for the MCJIT.Jim Grosbach2012-09-05