Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block.
[oota-llvm.git] / tools /
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...
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
2009-02-23 Nick LewyckyIf nobody minds, I'm using LTO to produce faster binari...
2009-02-22 Nick LewyckyAdd an option to the gold plugin to make it emit a...
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Rafael Espindolafix style
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-15 Nick LewyckyShoot! Remove this debugging line again!
2009-02-15 Nick LewyckyDon't discard definitions of common symbols. Not sure...
2009-02-12 Dan GohmanRename bugpoint's error message file so that if it...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2009-02-07 Nick LewyckyFree the buffer in the case where we don't create a...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2009-02-06 Nick LewyckyFree the buffer.
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2009-02-05 Duncan SandsRevert the previous commit. It seems it didn't
2009-02-05 Duncan SandsStop llvm-config thinking that there are circular
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
2009-02-04 Torok EdwinAlphabetize includes. Update comment.
2009-02-04 Torok Edwinmention that PIC is needed for libLTO and libLLVMgold
2009-02-04 Torok Edwinremove printf - it was there only for debugging!
2009-02-04 Torok Edwinadd support for .a files containing LLVM IR to the...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-01-30 Mikhail GlushenkovAdd some comments.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-24 Mike StumpPerform optional clang building.
next