Make member variables of AsmToken private. Remove unnecessary forward declarations...
[oota-llvm.git] / tools /
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-15 Nadav RotemDo not convert between fp128 <-> ppc_fp128 since there...
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-10 Dylan Noblesmithllvm-stress: stop abusing ConstantFP::get()
2012-04-10 Dylan Noblesmithllvm-stress: don't make vectors of x86_mmx type
2012-04-09 Bill WendlingRevert the 'EnableInitializing' flag. There is debate...
2012-04-09 Bill WendlingApply the scope restrictions after parsing the command...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-05 Bill WendlingThe internalize pass can be dangerous for LTO.
2012-04-03 Anton KorobeynikovSet soname for FreeBSD as well.
2012-04-03 Bill WendlingReformatting. No functionality change.
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-02 Bill WendlingIt could come about that we parse the inline ASM before...
2012-03-31 Bill WendlingMove trivial functions into the class definition.
2012-03-31 Bill WendlingTrim headers.
2012-03-31 Bill WendlingIndent according to LLVM's style guide.
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-31 Bill WendlingThese strings aren't 'const char *' but 'char *'.
2012-03-31 Bill WendlingCleanup whitespace.
2012-03-31 Bill WendlingFree the codegen options when deleting LTO code generat...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-30 Bill Wendling* Set the scope attributes for the ASM symbol we added...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-30 Bill WendlingCleanup whitespace. Doxygenize comments. And indent...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-29 Bill WendlingMake some headway towards compiling all of LLVM.
2012-03-29 Bill WendlingCleanup whitespace.
2012-03-29 Bill WendlingCache the end() iterator.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-28 Bill WendlingInline function into its one caller.
2012-03-28 Bill WendlingReformat the LTOModule code to be more inline with...
2012-03-28 Bill WendlingSome whitespace cleanup.
2012-03-23 Benjamin KramerInclude cctype for std::isprint.
2012-03-23 Anton KorobeynikovAdd soname to LLVM shared library on Linux. Probably...
2012-03-23 Eric ChristopherRemove the C backend.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil Malyshevgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-03-19 Chris LattnerFix two bugpoint bugs:
2012-03-19 Chris Lattnerfix PR12301 - llvm-bcanalyze should print to stdout...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2012-03-08 Duncan SandsHave llvm-mc --version print the list of registered...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
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...
next