oota-llvm.git
2008-05-08 Devang PatelCheck linkage.
2008-05-08 Duncan SandsGet exception handling working again on 64 bit
2008-05-08 Chris Lattnernew testcase.
2008-05-08 Chris LattnerAdd support for constant folding the 'offsetof' pattern...
2008-05-08 Evan ChengHandle vector move / load which zero the destination...
2008-05-07 Evan ChengAdd nounwind.
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-07 Ted KremenekMake the interface of CStrInCStrNoCase be the same...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized
2008-05-07 Ted KremenekFix some serious logical errors in CStrInCStrNoCase...
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-07 Ted KremenekGuard for empty strings in CStrInCStrNoCase.
2008-05-07 Ted KremenekAdded CStrInCStrNoCase, a portable implementation of...
2008-05-07 Chris LattnerAdd a new interface for describing the behavior of...
2008-05-07 Nick LewyckyTypo.
2008-05-07 Evan ChengYet another nasty spiller bug.
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-07 Bill WendlingMake the use of the "noinline" attribute conditional...
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
2008-05-06 Bill WendlingRemoving.
2008-05-06 Bill WendlingWorkaround for a compiler bug (see <rdar://problem...
2008-05-06 Steve NaroffUpdate a couple VC++ project files.
2008-05-06 Anton KorobeynikovUse target triple in tests, not 'realign-stack=0' optio...
2008-05-06 Anton KorobeynikovIf weak GlobalVariable was bitcast'ed to different...
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Owen AndersonTestcase for r50770.
2008-05-06 Owen AndersonWe need to update PHIs containing the exiting block...
2008-05-06 Gordon HenriksenImprove documentation.
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 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...
next