llvm-config: Add support for CMake build trees in which the build
[oota-llvm.git] / tools /
2012-01-26 Peter Collingbournellvm-config: Add support for CMake build trees in which...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-19 Nick LewyckyAdd a TargetOption for disabling tail calls.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-11 Jim Grosbach80 columns.
2012-01-11 Jim Grosbachlli should only create memmgr when JITing.
2012-01-11 Jim Grosbachlli should create a JIT memory manager.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-30 Nick LewyckyRemove extraneous ".get()->" which is just "->". No...
2011-12-25 Bill WendlingAdd braces to remove silly warning.
2011-12-25 Rafael EspindolaRemove unused variables.
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-16 Daniel Dunbarllvm-config: Fix --targets-built, I changed this to...
2011-12-15 Daniel Dunbarllvm-config: Update help text for removal of "backend...
2011-12-13 Michael J. Spencerllvm-nm: refactor in order to support reading files...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Daniel Dunbarllvm-config: Default to "all" if no components are...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-07 Chad RosierUpdate bcanalyzer to handle new USELIST_BLOCK/USELIST_C...
2011-12-07 Duncan SandsHave cmake build llvm-cov. Patch by arrowdodger.
2011-12-07 Duncan SandsWhen doing "opt -O2" verify the bitcode like is done for
2011-12-05 Jim GrosbachTidy up.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Daniel Dunbarllvm-config-2: Fix --cflags and --includedir which...
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-29 Daniel Dunbaredis: Don't do the target initialization in EDGetDisass...
2011-11-29 Daniel Dunbarbuild/Make: edis isn't built as a shared library anymor...
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-23 Rafael EspindolaPoint to libLTO with -L/PATH/ -lLTO so that it is found...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-16 Michael J. Spencerllvm-objdump: Ignore non-objects in archives.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-11 Daniel Dunbarllvm-config-2: Detect when we are running out of a...
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel Dunbarllvm-config-2: Use USEDLIBS directly instead of LINK_CO...
2011-11-10 Daniel Dunbarllvm-config-2: Fix thinko in maintenance of visited...
2011-11-09 Daniel Dunbarllvm-config: Drop 'backend' pseudo-component. We don...
2011-11-09 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-09 John McCallUse isa<> instead of dyn_cast<> as suggested by Nick.
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-11-07 Owen AndersonFix llvm-objdump's MachO mode to not depend on the...
2011-11-06 Daniel DunbarRevert "llvm-config-2: Switch to using real library...
2011-11-06 Daniel Dunbarllvm-config: Users are allowed to provide component...
2011-11-06 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-05 Peter CollingbourneNow that the linker supports lazily materialising globa...
2011-11-05 Peter CollingbourneUse absolute path to exportsfile in gold plugin CMake...
2011-11-04 Bill WendlingReformatting changes to get rid of blank lines, put...
2011-11-04 Bill WendlingMove comment to the correct place.
2011-11-04 Bill WendlingMake the Mangler an ivar so that it doesn't have to...
2011-11-04 Bill WendlingRefactor the MCContext so that it's an ivar instead...
2011-11-03 Daniel Dunbarllvm-config-2: Implement build system support for getti...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-03 Daniel Dunbarllvm-config-2: Implement component dependency traversal...
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Chandler CarruthAdd back the top-level target for 'llvm-config' and...
2011-11-02 Daniel Dunbarbuild/Make: Get rid of llvm-config-perobj, which isn...
2011-11-02 Daniel Dunbarbuild/CMake: Remove llvm-config.target used to serializ...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Eli FriedmanA couple misc fixes so that bugpoint doesn't explode...
2011-10-31 Nick LewyckySwitch new .file directive emission off by default...
2011-10-28 Stepan Dyatkovskiyuint64 formatted output: replaced %llx with PRIx64...
2011-10-28 Peter CollingbourneHave llvm-config --cppflags print correct flags when...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Owen AndersonRevert r143149, stubbing out symbolic disassembly suppo...
2011-10-27 Owen AndersonStub out support for symbol disassembly in llvm-objdump.
2011-10-27 Stepan DyatkovskiyFixed llvm-objdump uint64_t formatted output.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Michael J. Spencerllvm-nm: Use correct format string. Patch by Stepan...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Owen AndersonFix off-by-one error when printing relocations inline...
2011-10-18 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-18 Daniel Dunbarllvm-ar: Remove local test target, this is no longer...
2011-10-18 Daniel Dunbarllvm-config: Add an all-targets pseudo-component.
2011-10-18 Michael J. SpencerRevert "llvm-objdump: Add static symbol table dumping."
2011-10-17 Michael J. Spencerllvm-objdump: Add static symbol table dumping.
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Owen AndersonRewrite most of MachODump to work through the generic...
2011-10-17 Michael J. Spencerllvm-objdump: Add -s, which prints the contents of...
2011-10-16 NAKAMURA Takumitools/CMakeLists.txt: Fixup r142103. I don't remember...
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
next