Ignore debug intrinsics when computing dependences.
[oota-llvm.git] / include /
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2009-03-08 Nick LewyckyFix misaligned whitespace. No functionality change.
2009-03-07 Mikhail GlushenkovRemove some duplication.
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Gabor GreifRemove the burden of dealing with list offsets
2009-03-06 Daniel DunbarAdd IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
2009-03-06 Tanya LattnerAdd default constructor to SDNode to make gcc 3.4.6...
2009-03-06 Chris Lattnersome nits noticed by Duncan
2009-03-06 Chris Lattnerfix header comment and include guard.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-06 Devang PatelAdd "check/remove dbg var" helper routines.
2009-03-05 Nick LewyckyRegenerate.
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Dale JohannesenAdd some cautionary comments.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-03-04 Dale JohannesenTemporarily revert 65975, which breaks the llvm-gcc...
2009-03-03 Devang PatelDbg Intrinsics do not access memory.
2009-03-03 Dan GohmanMake a comment less terse.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-03 Dale JohannesenWhen sinking an insn in InstCombine bring its debug
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-02 Gabor Greifdrop support for GCC 2.x as it is hopelessly broken...
2009-03-02 Gabor GreifDeclare Sentinel fragments as mutable to get rid
2009-03-02 Gabor Greifremove a deprecated interface that was pretty useless
2009-03-02 Gabor Greiffix typo
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovCosmetic fixes: include guards.
2009-03-02 Mikhail GlushenkovPlugin::Priority() doesn't need to be pure virtual.
2009-03-02 Mikhail GlushenkovAdd a comment.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-03-01 Gabor GreifAnother sentinel optimization. This one should always
2009-03-01 Gabor GreifReuse a technique (pioneered for BasicBlocks) of superp...
2009-03-01 Gabor Greiffix a comment
2009-03-01 Gabor GreifFix a typo. Thanks baldrick!
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerdelete a bunch of duplicated type printing logic, using...
2009-02-28 Gabor Greifadd description how the ilist_traits<Instruction> works
2009-02-28 Chris Lattnerthe module is not required to exist, allow it to defaul...
2009-02-28 Chris Lattnerdisable copying and assignment.
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-28 Gabor Greifmake traits more flexible by splitting out node-related...
2009-02-28 Evan ChengAvoid unused parameter warning.
2009-02-27 Gabor Greifgroup friendship
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-27 Gabor Greiffix comments
2009-02-27 Gabor GreifIntroduce a new technique for merging BasicBlock with...
2009-02-27 Dan GohmanMake LoopInfo::print() identify header, exit, and latch...
2009-02-26 Gabor Greifremove deleteNode definition, it is inherited in an...
2009-02-26 Evan ChengADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable...
2009-02-26 Bob WilsonFix a duplicated word in a comment.
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-25 Scott MichelExpand tabs to spaces (overlooked in previous commit)
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-23 Ted KremenekCorrectly implement ImmutableMap::getMaxElement() by...
2009-02-23 Ted KremenekAdd ImmutableMap::getMaxElement(), a method that return...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-21 Nick LewyckyRegenerate.
2009-02-21 Ted KremenekAdd version of StringsEqualNoCase that takes two null...
2009-02-21 Gabor Greiffix and clean up a comment
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-20 Bill WendlingAdd a default debug location object to the Machine...
2009-02-19 Dale JohannesenDescribe tail merging's use of InsertBranch.
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanClarify the definition of "latch block" in a comment.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
next