Improve documentation.
[oota-llvm.git] / tools /
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovAdd new edge property combinator: weight.
2008-05-06 Mikhail GlushenkovAdd a help string for the -c option
2008-05-06 Mikhail GlushenkovUpdate documentation to reflect the current state of...
2008-05-06 Mikhail GlushenkovSome cosmetic changes (change some comments, move code...
2008-05-06 Mikhail GlushenkovRefactoring: split the function CompilationGraph::Build...
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovAdd -x option (like in gcc).
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovMake AutoGenerated.inc depend also on Tools.td and...
2008-05-06 Mikhail GlushenkovUtilize topological sort in CompilationGraph::Build().
2008-05-06 Mikhail GlushenkovAdd TopologicalSort method to CompilationGraph.
2008-05-06 Mikhail GlushenkovDo not require positional arguments when we're only...
2008-05-06 Mikhail GlushenkovMake ChooseEdge more generic and use it to choose betwe...
2008-05-06 Mikhail GlushenkovRemove unnecessary argument from PassThroughGraph
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovEnhancements for --view-graph
2008-05-06 Mikhail GlushenkovSplit the Build function into two parts.
2008-05-06 Mikhail GlushenkovMake llvmc return 1 when the compilation fails.
2008-05-06 Mikhail GlushenkovReturn const char* instead of std::string in Tool classes
2008-05-06 Mikhail GlushenkovAdd an ability to choose between different edges based...
2008-05-06 Mikhail GlushenkovAdd new edge properties: parameter_equals, element_in_l...
2008-05-06 Mikhail GlushenkovImplemented switch_on edge property.
2008-05-06 Mikhail GlushenkovCosmetic change: if( -> if (
2008-05-06 Mikhail GlushenkovRemove ExampleWithOpt.td: this file was merged with...
2008-05-06 Mikhail GlushenkovMore work on edge properties. Use Edge classes instead...
2008-05-06 Mikhail GlushenkovOngoing work: add an edge typechecker, rudimentary...
2008-05-06 Mikhail GlushenkovConvert internal representation to use DAG. This gives...
2008-05-06 Mikhail GlushenkovSmall const-correctness fix
2008-05-06 Mikhail GlushenkovCode reorg
2008-05-05 Owen AndersonEnable dead loop elimination.
2008-05-04 Anton KorobeynikovDrop llvmc also, it will be replaced by shiny new llvmc2
2008-05-04 Anton KorobeynikovDrop llvm2cpp, it's now a llc target
2008-05-02 Chris Lattnermove libcalls to the same place llvm-gcc has it.
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2008-04-28 Chris Lattnerseveral multiple-retval fixes for bugpoint.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-23 Anton KorobeynikovDisable building of llvm2cpp. The directory will be...
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...
2008-04-23 Bill WendlingUse the Create static method for some of these objects...
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-22 Evan ChengAdded command line option -no-lazy to disable JIT lazy...
2008-04-22 Owen AndersonAdd MemCpyOpt to LTO.
2008-04-21 Gabor Greiffix some residual old API that fell thru the cracks...
2008-04-21 Owen AndersonUse GVN in LTO instead of GCSE+LoadVN.
2008-04-21 Chris LattnerAdd jump threading to liblto.
2008-04-21 Chris Lattnerrun the jump threading pass in llvm-ld also
2008-04-21 Chris Lattnerenable jump threading pass by default. This causes...
2008-04-17 Duncan SandsRun SimplifyLibCalls near the beginning, not at
2008-04-16 Dan GohmanFix a memory leak in llc.
2008-04-14 Owen AndersonRevert r49614. As Dan pointed out, some of these aren...
2008-04-13 Owen AndersonReplace calls of the form V1->setName(V2->getName(...
2008-04-10 Evan ChengMove memcpy / memset optimization pass after GVN.
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-07 Tanya LattnerRemove llvm-upgrade.
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration in more places.
2008-04-07 Bill WendlingRemove tabs. Patch by Mike Stump!
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-06 Torok Edwin-fPIC is required on x86-64 when building shared objects.
2008-04-03 Devang PatelReenable running StripSymbols when EH is on.
2008-04-02 Dale JohannesenMake EH work with unnamed functions. Reenable running
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-30 Chris Lattnerstop building llvmc.
2008-03-29 Anton KorobeynikovHonour another bunch of parameter attributes in llvm2cpp
2008-03-29 Anton KorobeynikovHonour ByVal parameter attribute in llvm2cpp
2008-03-26 Mikhail GlushenkovAnother test commit (with git-svn)
2008-03-26 Mikhail GlushenkovTest commit
2008-03-25 Anton KorobeynikovFix the Cygwin/Mingw-On-Cygwin build. Patch by Alain...
2008-03-25 Tanya LattnerDisable building llvm-upgrade.
2008-03-24 Andrew LenharthWith debug info, there are nameless constant global...
2008-03-24 Bill WendlingSmall format/grammar changes.
2008-03-24 Bill WendlingGrammar Nazi strikes! :-)
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-03-19 Andrew Lenharthstyle and spelling
2008-03-19 Andrew Lenharthllvm-ld deserves disable-verify too. opt shouldn't...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-07 Andrew Lenharthonly extract main if the user didn't specify anything...
2008-03-07 Andrew Lenharthmake error message reflect default search function...
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-03 Tanya LattnerRenable lto2 build.
2008-03-02 Nick Kledziksuppress extra -install_name on Tiger. The 10.4 tools...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Nick LewyckyAlso handle "getresult".
2008-03-01 Tanya LattnerDisable lto because its broken on tiger.
2008-02-29 Nick Kledzikstop building lto on all platforms. Start building...
2008-02-29 Nick Kledzikalso pass -compatibility_version when linking shared...
2008-02-28 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-27 Nick Kledzikuse PROJ_SRC_DIR so this builds with Apple style builds
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...
2008-02-26 Bill WendlingDetabify.
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-21 Devang PatelAdd -disable-output option.
2008-02-20 Anton KorobeynikovGet rid of hash_map in llvmc
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
next