Get rid of virtual inheritance for ARM TAI
[oota-llvm.git] / tools /
2008-05-29 Owen AndersonRe-enable the newly simplified ADCE. This fixes a...
2008-05-28 Nick Kledzikuse space insted of tabs
2008-05-27 Nick Kledzikfix infinite recursion if a global's initializer refere...
2008-05-27 Devang PatelAdd instcombine after global optimizations.
2008-05-27 Devang PatelUse IPSCCPPass instead of IPConstantPropagationPass.
2008-05-27 Owen AndersonRemove ADCE from the optimization pipeline.
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-23 Dale JohannesenMake LTO expect common and weak to be represented diffe...
2008-05-21 Evan ChengRename -no-lazy to -disable-lazy-compilation.
2008-05-16 Dale JohannesenAdd CommonLinkage, in a way that preserves the
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 Evan ChengRe-enable tail duplication pass (now with default thres...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-15 Evan ChengRemove tail duplication pass.
2008-05-14 Devang PatelRecover nestedloop regression reported by nightly tester.
2008-05-14 Devang PatelDo not run instruction combiner in middle of loop optim...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-12 Mikhail GlushenkovMake it possible to choose between different compilatio...
2008-05-12 Mikhail GlushenkovFix some error messages; Make LLVMC pass through the...
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-09 Mikhail GlushenkovRename Example.td to Graph.td.
2008-05-09 Nick Kledzikuse doxygen comments for makeBuffer()
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-09 Nick Kledzik<rdar://problem/5917641> use getMemBufferCopy if suppli...
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
2008-05-08 Mikhail GlushenkovAdd -E and -S options
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
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)
next