oota-llvm.git
2008-07-01 Bill Wendling- Update comments.
2008-07-01 Dale JohannesenConsidering predecessors of exit blocks gets
2008-07-01 Dale JohannesenFix longstanding thinko: don't exclude
2008-07-01 Devang PatelFix dom tree compare. Don't forget to compare children!
2008-07-01 Devang PatelDisable dom info verifier by default.
2008-07-01 Evan ChengEliminate a compile time warning.
2008-07-01 Owen AndersonAdd a version of AsmPrinter::EOL that takes a const...
2008-07-01 Bill WendlingRemove warning about initialization order.
2008-07-01 Devang PatelFix typos in comments.
2008-07-01 Evan ChengDAGSize should not be public.
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Evan ChengDo run ComputeLiveOutVRegInfo with -fast.
2008-07-01 Dan GohmanMake ilist_traits<MachineBasicBlock>'s Parent member...
2008-07-01 Dan GohmanFix apostrophes in a comment.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-07-01 Evan ChengApply Chris' suggestion.
2008-07-01 Devang PatelAdd dom info verifier.
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Duncan SandsHighlight that getMergeValues optimization is
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Seo SanghyeonCompilation fix
2008-07-01 Owen AndersonProperly handle cases where a predecessor of the block...
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanMinimize duplicated code in AsmPrinter::printLabel.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Chuck Rose IIIAdding some missing files to VStudio project files...
2008-06-30 Evan ChengSuppress compiler warning.
2008-06-30 Evan ChengDon't run stack slot coloring if -fast.
2008-06-30 Dan GohmanDon't use ISD namespace opcodes for MachineInstrs.
2008-06-30 Dan GohmanUse a simpler but equivalent form of RecordSource.
2008-06-30 Evan ChengAdd timing report for various sub-passes under Selectio...
2008-06-30 Dan Gohmanstd::ostream and std::string microoptimizations for...
2008-06-30 Dan GohmanMake SmallVector's grow use memcpy in common cases
2008-06-30 Dan GohmanUse plain operator new instead of new char[].
2008-06-30 Dan GohmanUse reserve.
2008-06-30 Dan GohmanUpdate comments to new-style syntax.
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Ted KremenekAdded some comments and some cleanups.
2008-06-30 Dale JohannesenNo need to align the stack if there are no stack
2008-06-30 Evan ChengRemove unneeded include.
2008-06-30 Dan GohmanReorder the fields in TargetLowering to require less...
2008-06-30 Dan GohmanChange bools to 1-bit bitfields to shrink ArgListEntry...
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-30 Owen AndersonAdd an isReachableFromEntry method.
2008-06-30 Dan GohmanCorrect the allocation size for CCState's UsedRegs...
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-06-30 Ted KremenekAdded ImmutableList, a companion ADT to ImmutableSet...
2008-06-30 Devang PatelRemove old LTO interface.
2008-06-30 Devang PatelRemove old LTO interface.
2008-06-30 Chris Lattneradd convenience 'constructors'
2008-06-30 Devang PatelMove dominator info printer into tool/opt/GraphPrinters.cpp
2008-06-30 Duncan SandsExpungeNode is only needed for new nodes! This
2008-06-30 Duncan SandsSupport for VAARG. As noted in a comment, this is
2008-06-30 Duncan SandsSupport for promoting select_cc operands.
2008-06-30 Cedric VenetAdd loopVR files.
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-30 Chris Lattnercheck in anton's patch to make inlining happen in a...
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
2008-06-30 Nick LewyckyBecause of the laziness, the required passes must exist...
2008-06-30 Nick LewyckyAdd a value range analysis that lazily computes ranges...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-28 Anton KorobeynikovStart refactoring of asmprinters: provide a TAI hook...
2008-06-28 Anton KorobeynikovUnbreak
2008-06-28 Anton KorobeynikovTemporary rever invalid commit
2008-06-28 Anton KorobeynikovMove printing of module-level GVs into dedicated helper
2008-06-28 Anton KorobeynikovUse common naming convention
2008-06-28 Anton KorobeynikovFactor out stuff into helper function
2008-06-28 Anton KorobeynikovCleanup
2008-06-28 Anton KorobeynikovRemove X86SharedAsmPrinter
2008-06-28 Anton Korobeynikovwhitespace cleanup
2008-06-28 Anton KorobeynikovMake intel asmprinter child of generic asmprinter,...
2008-06-28 Anton KorobeynikovCleanup
2008-06-28 Anton KorobeynikovWhitespace cleanup
2008-06-28 Chris LattnerReally fix the bootstrap failure.
2008-06-28 Chris LattnerAdd back the capability to include nul characters in...
2008-06-28 Chris LattnerTighten up checking.
2008-06-28 Dan GohmanWhen folding a bitcast into a load or store, preserve...
2008-06-27 Seo SanghyeonFix GetMainExecutable. Patch by Sam Bishop.
2008-06-27 Evan ChengLooks like this condition is inverted.
2008-06-27 Owen AndersonAdd a NextPowerOf2 function to calculate the next power...
2008-06-27 Chris Lattnerimplement some fixme's by making "autorenaming" in...
2008-06-27 Chris Lattnersimplify some code to avoid string thrashing.
2008-06-27 Anton KorobeynikovUse StringSet instead of std::set<std::string>
2008-06-27 Chris Lattneradd a helper.
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2008-06-27 Chris LattnerTweak IRBuilder to explicitly call the setName(const...
2008-06-27 Cedric VenetAdd an include file needed for VS.
2008-06-27 Devang PatelAdd dominator info printer pass.
2008-06-27 Anton KorobeynikovProvide correct encoding for PPC LWARX instructions.
2008-06-27 Argyrios KyrtzidisSince we are using GCC to assemble the program, make...
2008-06-27 Duncan SandsRegression test for PR2443.
2008-06-27 Duncan SandsUse the c modifier to tell llvm-ar not to issue a
2008-06-27 Bill WendlingReduce number of times .size() is called on a vector...
2008-06-27 Owen AndersonUse a SmallSet when we can to reduce memory allocations.
2008-06-27 Owen AndersonCache subregister relationships in a set in TargetRegis...
2008-06-27 Chris Lattnerfix the regressions from Eric's patch by making GetCons...
next