oota-llvm.git
2009-10-19 Chris Lattnerwire up ARM's printMCInst method. Now llvm-mc should...
2009-10-19 Chris Lattnerstub out a minimal ARMInstPrinter.
2009-10-19 Chris Lattnerremove strings from instructions who are never asmprinted.
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-19 Chris Lattnersimplify code, reducing string thrashing.
2009-10-19 Chris Lattnerswitch hidden gv stubs to use MachineModuleInfoMachO...
2009-10-19 Chris Lattneruse MachineModuleInfoMachO for non-lazy gv stubs instea...
2009-10-19 Chris Lattnerconvert to filecheck syntax and make a lot more aggressive.
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Chris Lattnerrename test
2009-10-19 Chris Lattnerremove dead map
2009-10-19 Chris Lattnerdon't bother trying to avoid emitting redundant constan...
2009-10-19 Chris Lattnerremove accidental comment.
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-19 Chris Lattnercleanup doFinalization -> EmitEndOfAsmFile.
2009-10-19 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
2009-10-19 Nate BegemanPR 5245 - The imediate size target flag was not set...
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-10-19 Dan GohmanFix a typo in a comment.
2009-10-19 Dan GohmanChange a few instance variables to be local variables.
2009-10-19 Dan GohmanChange instnamer to name arguments "arg" instead of...
2009-10-19 Daniel DunbarNNT: Add -parallel-test option, which runs llvm-test...
2009-10-19 Daniel DunbarNNT: Don't hard code -l3.0 argument to make, this is...
2009-10-19 Daniel DunbarNNT: Fix refactoro, I dropped the list of all (llvm...
2009-10-19 Daniel DunbarNNT: Lift conditional logic out of test steps.
2009-10-19 Daniel DunbarNNT: Now that build & test steps are factored out,...
2009-10-19 Daniel DunbarNNT: Sink code for running nightly test into subroutine.
2009-10-19 Daniel DunbarNNT: Tweaks and simplifications.
2009-10-19 Daniel DunbarNNT: Move build code into subroutine.
2009-10-19 Daniel DunbarNNT: Move source checkout code into subroutine.
2009-10-19 Daniel DunbarNNT: Remove .{o,a} size info, this is better tracked...
2009-10-19 Daniel DunbarNNT: Remove code to track build warnings, the buildbots...
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Daniel DunbarAlso check for __POWERPC__ when skipping these tests.
2009-10-19 Daniel DunbarNNT: Remove hard coded BuildDir and WebDir, users shoul...
2009-10-19 Daniel DunbarNNT: Remove "CVS Stats", this isn't particularly useful...
2009-10-19 Daniel DunbarNNT: Remove now-unused -cvstag argument and CVSROOT...
2009-10-19 Daniel DunbarNNT: Remove -usecvs option, this is very old.
2009-10-19 Daniel DunbarNNT: Remove -debug argument, it is unused.
2009-10-19 Daniel DunbarRegroup NewNightlyTest.pl options
2009-10-19 Chris Lattnervarious cleanups.
2009-10-19 Chris Lattnersimplify.
2009-10-19 Chris Lattnereliminate md_on_instruction.ll, md_on_instruction2...
2009-10-19 Chris Lattnerclean up after metadata changes.
2009-10-19 Daniel Dunbarlit: When running Tcl scripts via shell, try harder...
2009-10-19 Daniel DunbarAdd link to 'lit' from CommandGuide.
2009-10-19 Daniel DunbarTeach lit that the .c files in 'test/CodeGen/CellSPU...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Mikhail GlushenkovRefactoring, no functionality change.
2009-10-18 Evan ChengSpill slots cannot alias.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-18 Evan ChengOops. I forgot to change the tests first. Disable post...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-18 Chris Lattnerremove some nonascii weird stuff
2009-10-18 Chris Lattnerremove a now-pointless regtest
2009-10-18 Chris Lattneradd some fixme's
2009-10-18 Chris Lattnerpunctuate properly
2009-10-18 Chris Lattnerremove testcase for dead pass
2009-10-18 Chris Lattnerfix test
2009-10-18 Chris Lattnerremove the IndMemRemPass, which only made sense for...
2009-10-18 Chris Lattnerfix the other issue with ID's, hopefully really fixing...
2009-10-18 Chris Lattnertighten up test3, add test3a for the converse
2009-10-18 Chris Lattnertighten test2, add a test that it doesn't get transform...
2009-10-18 Nick LewyckyMerge tests into modref.ll. Also add a test for r84174...
2009-10-18 Chris Lattnerfix some problems with ID definitions, which will hopef...
2009-10-18 Chris Lattneradd function passes for printing various dominator...
2009-10-18 Chris Lattnermake DOTGraphTraits public, patch by Tobias Grosser!
2009-10-18 Chris Lattneradd nodes_begin/end/iterator for dominfo, patch by...
2009-10-18 Jeffrey YasskinSupport GoogleTest's "typed tests"
2009-10-18 Nick LewyckyAdd a couple new testcases.
2009-10-17 Chris Lattnerreplace a useless test with a useful one
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-17 Nick LewyckyFix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:...
2009-10-17 Chris Lattnerinline isGEP away.
2009-10-17 Daniel DunbarFix my -Asserts warning fix.
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Chris Lattnerremove # uses from FileCheck lines.
2009-10-17 Chris Lattnerrename test
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarRemove llvm::EscapeString, raw_ostream::write_escaped...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail GlushenkovThis variable is never used.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-17 Mikhail Glushenkov-O[0-3] options should be also forwarded to opt and...
2009-10-17 Nick LewyckyEmit newlines at the end of instructions too.
2009-10-17 Daniel DunbarMove StringMap's string has function into StringExtras.h
2009-10-17 Daniel DunbarRemove unnecessary include.
2009-10-17 Daniel DunbarSuppress -Asserts warning.
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRe-arrange some fields.
2009-10-17 Daniel DunbarAdd another required #include for freestanding .h files.
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Evan Cheng80 col violation.
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Chris Lattnercheck in a bunch of content from TestingGuide. Part...
2009-10-17 Daniel Dunbarllvm-as: Simplify, and don't create empty output files...
next