Highlight that getMergeValues optimization is
[oota-llvm.git] / lib /
2008-07-01 Duncan SandsHighlight that getMergeValues optimization is
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 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 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 Dale JohannesenNo need to align the stack if there are no stack
2008-06-30 Evan ChengRemove unneeded include.
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-30 Dan GohmanCorrect the allocation size for CCState's UsedRegs...
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 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-30 Chris LattnerImplement split and scalarize for SELECT_CC, fixing...
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 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 new version of Module::getFunction that takes...
2008-06-27 Devang PatelAdd dominator info printer pass.
2008-06-27 Anton KorobeynikovProvide correct encoding for PPC LWARX instructions.
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...
2008-06-27 Chris Lattnersimplify this check, GetConstantStringInfo validates...
2008-06-27 Chris Lattnerwhen linking globals, make sure to preserve the address...
2008-06-27 Bill WendlingCruft left from patch revert...sorry. :-(
2008-06-27 Bill WendlingReverting broken patch r52803.
2008-06-27 Owen AndersonDon't perform expensive queries checking for super...
2008-06-27 Bill Wendling- Remove a use of std::vector.
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-06-26 Chris Lattnerduncan points out that isOperationLegal includes a...
2008-06-26 Owen AndersonDon't create a whole new string just to copy the elemen...
2008-06-26 Matthijs KooijmanMake LLVM compile on DragonFly BSD (PR2499).
2008-06-26 Bill WendlingCleanup for unitialized types. Patch by Jean-Daniel...
2008-06-26 Chris Lattner"An improved Mach-O file type detection for sys::Identi...
2008-06-26 Owen AndersonReserve the size we'll need in advance.
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-26 Eric ChristopherRemove unused function.
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...
2008-06-25 Owen AndersonRemember which MachineOperand we were processing, so...
2008-06-25 Dan GohmanFix the text in an assert string.
2008-06-25 Evan Cheng- Fix a x86 vector isel bug: illegal transformation...
2008-06-25 Duncan SandsAdd support for expanding PPC 128 bit floats.
2008-06-25 Chris LattnerImplement JIT support for global aliases, patch by...
2008-06-25 Evan ChengRestore DeadArgElim back to 52570. It's breaking 447...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-25 Chris Lattnerfix compilation errors in my previous patch
2008-06-25 Chris LattnerAdd a new InvalidateInstructionCache method to sys...
2008-06-25 Dan GohmanSimpleInstructionSelector is here no more.
2008-06-25 Duncan SandsAdd/complete support for integer and float
2008-06-25 Duncan SandsPacify gcc-4.3.
2008-06-25 Dan GohmanRemove the OrigVT member from AtomicSDNode, as it is...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-25 Matthijs KooijmanFix a (false) warning on darwin.
2008-06-25 Matthijs KooijmanFix some cosmetics in comments.
2008-06-25 Evan Cheng- Use O(1) check of basic block size limit.
2008-06-25 Chris LattnerFix PR2488, a case where we deleted stack restores...
2008-06-25 Evan ChengEnable two-address remat by default.
2008-06-25 Owen AndersonUse push_back rather than operator[], which is incorrec...
2008-06-24 Dan GohmanAppend to the ActiveTimers std::vector before looking...
2008-06-24 Dale JohannesenAdd v2f32 (MMX) type to X86. Support is primitive:
2008-06-24 Owen AndersonIn ConstantArray::getAsString(), we know the size of...
2008-06-24 Owen AndersonUse SmallVector instead of std::vector for a minor...
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-24 Dan GohmanFix a typo in a comment.
2008-06-24 Dan GohmanUse const_cast instead of a C-style cast.
next