part of PR4405: disable a contentious optimization for
[oota-llvm.git] / tools /
2009-06-18 Chris Lattnerfix build problem pointed out by John Thompson!
2009-06-18 Chris Lattnerfix file header
2009-06-18 Chris LattnerAdd a skeleton driver for new machine code level fun...
2009-06-17 Chris Lattnerswitch to using llvm/Target/TargetSelect.h
2009-06-17 Nick LewyckyFix libLTO by #include'ing the initializers for all...
2009-06-17 Mikhail GlushenkovAnother small documentation update.
2009-06-17 Chris LattnerUse Doug's new LLVM_NATIVE_ARCH macro in config.h to...
2009-06-16 Chris LattnerRemove support for building LLVM libraries into "relinked"
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Mikhail GlushenkovDocumentation update.
2009-06-15 Rafael EspindolaRemove the gcc= option. llvm-gcc uses only as=
2009-06-09 Rafael EspindolaBug fix:
2009-06-07 Mikhail GlushenkovA basic PIC16 toolchain driver.
2009-06-07 Nick LewyckyAdd option for specifying the path to assembler, "as...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Douglas GregorCMake: Use explicit dependencies for Xcode (as well...
2009-06-04 Nick Kledzik<rdar://problem/6944342> libLTO for darwin should add...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-03 Nick Kledzik<rdar://problem/6941517> C++ static constructors not...
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarSwitch opt to using StandardPasses.h
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-06-01 Nick Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-06-01 Nick LewyckyAdd missing codenames to the .bc analyzer.
2009-05-30 Evan ChengUntabify.
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-05-25 Nick LewyckyFix the crash debugger to actually bisect globals once...
2009-05-25 Nick LewyckyAdd a bisection step on the list of instructions before...
2009-05-24 Torok EdwinMake bugpoint emit a bugpoint-reduced-blocks.bc, becaus...
2009-05-24 Torok EdwinAdd -disable-global-remove option to bugpoint.
2009-05-16 Duncan SandsMake sure the CXXFLAGS setting is picked up by
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-05-04 Evan ChengDefault llc / lli optimization to "Default", which...
2009-05-01 Dan GohmanFix a compiler warning on hosts where uint64_t isn...
2009-04-30 Nick LewyckyAllow a user of libLTO to specify the full pathname...
2009-04-30 Bill WendlingRemove unused flags.
2009-04-29 Bill WendlingError out with bad optimization level specified.
2009-04-29 Bill WendlingRemove LTO optimization level.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingDon't use 'false' for 'fast isel' here.
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-27 Chris LattnerPrint statistics for each record kind saying the number...
2009-04-27 Chris Lattnerclean up the output of llvm-bcanalyzer by using printf
2009-04-27 Dan GohmanImprove bugpoint's error messages when it runs out...
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-25 Chris LattneraDd support for building a subset of the llvm tools...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-04-22 Dan GohmanUse CloneModule's ValueMap in more places, instead...
2009-04-21 Mikhail GlushenkovSupport --with-llvmgccdir and friends in llvmc, take 2.
2009-04-20 Tanya LattnerRemove clang since its conditionally there already.
2009-04-20 Sanjiv GuptaEmit the auto variables of a function into a different...
2009-04-20 Dan GohmanUse .empty() instead of .size().
2009-04-18 Bill WendlingRevert 69474 and 69475. They are causing failures durin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc (reapply).
2009-04-18 Bill WendlingTemporarily revert r69438 and r69439. These were causin...
2009-04-18 Mikhail GlushenkovAdd a configure check for llvm-gcc.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-08 Ted KremenekAccommodate empty string for build type. This was previ...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerstub out code for reading record with blobs as blobs...
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-04-01 Misha BrukmanFixed file header comment.
2009-04-01 Evan ChengRecognize arm triplets.
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-31 Mikhail GlushenkovDo not pass '-relocation-model=pic' to llc.
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-03-12 Evan ChengAlso pass -gcc-tool-args when building a shared object.
2009-03-11 Anton KorobeynikovAnother bug :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-10 Dan GohmanChange these sed lines to behave correctly when the...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Dan GohmanUse CloneModule's ValueMap to avoid needing to look up
2009-03-05 Dan GohmanFix a bugpoint bug on anonymous functions. Instead...
2009-03-03 Mikhail GlushenkovAdd example/Skeleton.
2009-03-03 Mikhail GlushenkovComment fixes.
2009-03-03 Mikhail GlushenkovUse LLVMLIBS instead of USEDLIBS.
2009-03-03 Mikhail GlushenkovMove example plugins to the example/ directory.
2009-03-03 Nick LewyckyENABLE_PIC is either 0 or 1, but is always defined.
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-03-02 Mikhail GlushenkovFix build with objdir != srcdir.
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2009-02-26 Chris Lattneruse TOOL_NO_EXPORTS, this shrinks the llvm-as binary...
2009-02-26 Nick LewyckyTabs to spaces presto chango! Pointed out by Duncan...
next