- ebdeeab Eliminate asm parser's dependency on TargetMachine: by Evan Cheng · 13 years ago
- 0392a04 Remove some unnecessary includes. by Eli Friedman · 13 years ago
- b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
- 5470822 Remove unused constant. by Duncan Sands · 13 years ago
- 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 13 years ago
- ab8be96 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 13 years ago
- bd35f27 Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing null by Chad Rosier · 13 years ago
- 4f91054 PR10210: New method ConstantArray::getAsCString(). Use it in LTO to by Jay Foad · 13 years ago
- 26f4480 Revert r133516 "Remove some unnecessary uses of c_str()." by Chad Rosier · 13 years ago
- 25b1577 Object: Add proper error handling. by Michael J. Spencer · 13 years ago
- 76fb9b0 Modify llvm-nm to use new Binary creation method. by Michael J. Spencer · 13 years ago
- 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
- 06155e8 Remove some unnecessary uses of c_str(). by Jay Foad · 13 years ago
- b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
- 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
- e266ce6 Use the verbose asm flag instead of a new flag for decoding the LSDA. by Bill Wendling · 13 years ago
- 916a94b Add an option that allows one to "decode" the LSDA. by Bill Wendling · 13 years ago
- 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
- 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
- 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
- 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago
- 5e45dc4 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 13 years ago
- bc437eb Modify llvm-nm to use new Binary creation method. by Michael J. Spencer · 13 years ago
- 69aec36 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
- be2d123 Add -O1/2/3 to bugpoint, so when you conclude opt -O2 reproduces an issue, you can just run bugpoint -O2. :) My implementation isn't precisely equivalent to what opt does, but as far as I can tell, it's close enough. by Eli Friedman · 13 years ago
- 42d41fd We only do always-inlining at -O1; make opt reflect that. by Eli Friedman · 13 years ago
- 5d98c9a Also remove -lLTO which should have been in r132349. I failed to apply this by Nick Lewycky · 13 years ago
- 471fa14 Make the gold plugin build on Cygwin as well as Linux. Patch by David Meyer! by Nick Lewycky · 13 years ago
- 4992b03 Remove dead option. by Evan Cheng · 14 years ago
- 3e8984a initialize and finalize function passes, pointed out by Cameron. by Chris Lattner · 14 years ago
- efce071 fix a file system case sensitivity issue. by Chris Lattner · 14 years ago
- 52b2889 switch opt to using PassManagerBuilder.h by Chris Lattner · 14 years ago
- 9d70b6b switch llvm-ld. It has a terrible mechanism that people can add extra by Chris Lattner · 14 years ago
- 817a01f switch bugpoint and liblto to PassManagerBuilder. by Chris Lattner · 14 years ago
- dc5948d Have Program::Wait return -2 for crashed and timeouts instead of embedding by Andrew Trick · 14 years ago
- be5d9b0 CMake builds gold by default since revision 127466. This is by Oscar Fuentes · 14 years ago
- 1680832 Typo and missing checkin from r131186. by Andrew Trick · 14 years ago
- 7c863eb Bugpoint support for miscompilations that result in a crash. by Andrew Trick · 14 years ago
- f5bf3cf Tidy up. 80-column and whitespace. by Jim Grosbach · 14 years ago
- 2abb82b Remove an unused variable. by Duncan Sands · 14 years ago
- 925dffa llvmc: Pass -disable-cfi to llc. by Rafael Espindola · 14 years ago
- debd7e4 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 14 years ago
- f1a5c7e Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 14 years ago
- d779749 Revert an unintended commit. Very sorry for this one. by Chandler Carruth · 14 years ago
- e825d88 nuke gold by Chandler Carruth · 14 years ago
- 834b93b Remove all references to plugins from the LLVMC docs. by Mikhail Glushenkov · 14 years ago
- ddcdcc8 Remove unused STL header includes. by Jay Foad · 14 years ago
- 3335a99 The .inc file is auto-generated and must not be edited by hand. by Mikhail Glushenkov · 14 years ago
- e8cfbd8 Remove unused argument. by Rafael Espindola · 14 years ago
- 333ed45 Fix typo in comment. by Nick Lewycky · 14 years ago
- 0ccc0dd llc: Fix a refacto, .loc support didn't work before 10.6. by Daniel Dunbar · 14 years ago
- 558692f ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS by Daniel Dunbar · 14 years ago
- 912225e ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() by Daniel Dunbar · 14 years ago
- d285139 llc: Eliminate a use of getDarwinMajorNumber(). by Daniel Dunbar · 14 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 14 years ago
- 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 14 years ago
- f8c1c84 MCJIT lazy relocation resolution and symbol address re-assignment. by Jim Grosbach · 14 years ago
- 7cbf92d Tidy up a bit now that we're using the MemoryManager interface. by Jim Grosbach · 14 years ago
- 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
- 052aa2c Moved an access to an object past a NULL check, by Sean Callanan · 14 years ago
- b027105 Refactor MCJIT 32-bit section loading. by Jim Grosbach · 14 years ago
- e578252 If present, use gold's support for getting a file view. This prevents having by Rafael Espindola · 14 years ago
- c41ab78 RuntimeDyld should use the memory manager API. by Jim Grosbach · 14 years ago
- 51fbec9 remove graphprinter support for domfrontier. by Chris Lattner · 14 years ago
- ce96902 Added *hidden* flags -print-options and -print-all-options so by Andrew Trick · 14 years ago
- a41af7a whitespace by Andrew Trick · 14 years ago
- e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 14 years ago
- fcbe5b7 Layer the memory manager between the JIT and the runtime Dyld. by Jim Grosbach · 14 years ago
- 1be9980 Update BreakpointPrinter to emit original function names only. by Devang Patel · 14 years ago
- 138b77c Remove unused function. by Eric Christopher · 14 years ago
- 74a26fe silence an unused function warning. by Chris Lattner · 14 years ago
- 592cf78 Start migrating mach-o dumping facilities to the object file out of a by Eric Christopher · 14 years ago
- 6c1bead CMake: remove debug code from previous commit. by Oscar Fuentes · 14 years ago
- c2db19e Fix assignment of -fPIC to CMAKE_C_FLAGS. Configure llvm-config.in.in by Oscar Fuentes · 14 years ago
- c9d2f0c Update CMakeLists.txt Patch by arrowdoger. by Devang Patel · 14 years ago
- 56584fc Fix whitespace. by Michael J. Spencer · 14 years ago
- c9c08fb Switch FileRemover from PathV1 to V2. by Michael J. Spencer · 14 years ago
- 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
- d8b4fb4 (Almost) always call reserveOperandSpace() on newly created PHINodes. by Jay Foad · 14 years ago
- 00b7ce6 Update CMake link dependency. by Francois Pichet · 14 years ago
- 5acfa9f Instantiate a JITMemoryManager for MCJIT Dyld by Jim Grosbach · 14 years ago
- a89cfd2 Expoert c interface for disassembler. by Devang Patel · 14 years ago
- c6cf43d MC: Add support for disabling "temporary label" behavior. Useful for debugging by Daniel Dunbar · 14 years ago
- c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 14 years ago
- 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
- 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
- b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
- c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
- cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
- 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
- 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago
- a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
- f6474f6 Make llvm-config.in configuration more MSYS-friendly. by Oscar Fuentes · 14 years ago
- 930df9a CMake: store TARGET_TRIPLE on llvm-config.in. by Oscar Fuentes · 14 years ago
- 31649e6 Beginnings of MC-JIT code generation. by Jim Grosbach · 14 years ago
- f19d7a7 Use lazy parsing in LTO. Unfortunately this is only a 3% time saving for by Rafael Espindola · 14 years ago
- 35fdeb7 Add llvm-rtdyld support for loading 32-bit code. by Jim Grosbach · 14 years ago
- d4336e2 Update list of link components for llvm-rtdyld. by Oscar Fuentes · 14 years ago
- 82c25b4 Naming conventional tidy up. by Jim Grosbach · 14 years ago