whitespace
[oota-llvm.git] / tools /
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-02 David MeyerFix comments for llvm-readobj, remove extraneous headers
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-29 Daniel DunbarFix some stray semi-colons.
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-27 Hal FinkelAllow llvm-stress to optionally generate the other...
2012-02-26 Nadav RotemAdd support for random constant vectors.
2012-02-26 Nadav RotemStyle fix: Remove unneeded parentheses.
2012-02-26 Nadav RotemFix a bug in the code that checks if a store value...
2012-02-26 Nadav RotemFix compilation on MSVC. Rename "_BB" to "Block"
2012-02-26 Nadav Rotemfix a copy-and-paste error in the docs
2012-02-26 Nadav RotemAdd a random .LL file generator to stress-test differen...
2012-02-23 Duncan SandsAn easy case where GCC should really be able to work...
2012-02-22 Eli FriedmanImprove handling of blockaddresses in bugpoint when...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-07 Hal FinkelAllow bugpoint to recognize -bb-vectorize
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-03 Cameron ZwarichAllow command-line overrides of the target triple with...
2012-02-03 Cameron ZwarichDo the same fix as r149667, but for the Mach-O disassem...
2012-02-03 Cameron ZwarichFix llvm-objdump disassembly for interesting Mach-O...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerupdate this to ConstantDataArray. There are no tests...
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim Grosbachllvm-mc pass through SourceMgr to MCContext.
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...
next