oota-llvm.git
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 GlushenkovMove test files around a bit - fixes the reported numbe...
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 two (currently failing) tests.
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 GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
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 GlushenkovSmall output formatting fix.
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 GlushenkovFirst small tests for llvmc2.
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 GlushenkovRefactoring: extract method.
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-06 Duncan SandsTestcase for PR2292.
2008-05-06 Bill WendlingRemove tar ball from installed directory.
2008-05-06 Evan ChengFix PR2287. Darwin passes mmx values in register in...
2008-05-06 Devang PatelFix typo.
2008-05-06 Nick LewyckyFix typo and indentation.
2008-05-06 Nick LewyckyFix renamePathOnDisk on Win32, patch from David Leon...
2008-05-06 Chris Lattnerfix typo Duncan noticed
2008-05-06 Chris LattnerMatch things like 'armv5tejl-unknown-linux-gnu' for...
2008-05-06 Dan GohmanMake several variable declarations static.
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-06 Dan GohmanInstead of enumerating each opcode that isn't handled...
2008-05-06 Dan GohmanCorrect the value of LowBits in srem and urem handling in
2008-05-06 Dan GohmanFix a broken doxygen comment, and reword it for clarity.
2008-05-05 Owen AndersonEnable dead loop elimination.
2008-05-05 Chris Lattneradd a micro optzn.
2008-05-05 Mon P WangImproved generated code for atomic operators
2008-05-05 Evan ChengCode clean up. No functionality change.
2008-05-05 Bill WendlingFix: Some classes were derived from a class in an anony...
2008-05-05 Bill WendlingUsing "unsigned" was masking the "size_t" version of...
2008-05-05 Chris LattnerFix a crash when threading a block that includes a...
2008-05-05 Devang PatelRemove unused function.
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Dan GohmanFix IsLinux being uninitialized on non-Linux targets.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-05 Chris Lattnerno need for eh info
2008-05-05 Evan ChengFix 80 column violations.
2008-05-05 Anton KorobeynikovFix 80col violation
2008-05-05 Dan GohmanFix a bug in the ELF writer that caused it to produce...
2008-05-05 Dan GohmanUse a dedicated IsLinux flag instead of an ELFLinux...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-05-04 Anton KorobeynikovAdd General Dynamic TLS model for X86-64. Some parts...
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-05-04 Chris Lattnerremove obsolete method.
2008-05-04 Chris Lattnerregenerate
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-05-04 Evan ChengSelect vector shift with non-immediate i32 shift amount...
2008-05-04 Torok EdwinprocessStore may delete the instruction, avoid
2008-05-04 Anton KorobeynikovRemove entries from here also
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-03 Torok EdwinImplement destructor for PostDominatorTree to eliminate...
2008-05-03 Devang PatelHandle multiple return values.
2008-05-03 Ted KremenekImplement operator-> for ImmutableMap iterators.
2008-05-03 Evan ChengAdd separate intrinsics for MMX / SSE shifts with i32...
2008-05-03 Devang PatelDo not sink getresult.
2008-05-02 Devang PatelAdd assert.
2008-05-02 Chris Lattnerverify builtin optimization works like gcc.
2008-05-02 Chris Lattnermove libcalls to the same place llvm-gcc has it.
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...
2008-05-02 Evan ChengSuppress -Wshorten-64-to-32 warnings for 64-bit hosts.
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-02 Chris Lattneradd a FIXME so we remember to eventually remove this...
2008-05-02 Evan ChengUndo r50574. We are already ensuring the folded load...
2008-05-02 Chris Lattnerspecify an arch for non-x86 hosts.
2008-05-02 Evan Cheng80 column violation.
2008-05-02 Evan ChengNot safe folding a load + FsXORPSrr into FsXORPSrm...
2008-05-02 Bill WendlingPorting r50563 from Tak to mainline.
2008-05-02 Dan GohmanFix a typo in a comment.
2008-05-02 Dan GohmanUse push_back(...) instead of resize(1, ...), per revie...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
next