Count uses in all nested loops, not just the deepest.
[oota-llvm.git] / include /
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-05 Michael J. SpencerSupport: Add __forceinline to Compiler.h on MSVC.
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-10-03 Duncan SandsGCC extensions are no longer used here - update the...
2010-10-03 Duncan SandsRemove two uses of the gcc specific 'aligned' attribute...
2010-10-01 Jakob Stoklund OlesenWhen RemoveCopyByCommutingDef is creating additional...
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Owen AndersonRevert r115099 (adding early jump threading). It's...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Owen AndersonEarly CFG simplification can fold conditionals down...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Dan GohmanwriteGraph doesn't need its ShortNames argument.
2010-09-27 Dan GohmanDon't construct a redundant GraphWriter object.
2010-09-27 Dan GohmanFactor out code from the standalone WriteGraph function...
2010-09-27 Dan GohmanConstify properlyDominates in the same manner as dominates.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanFix indentation.
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-25 Jakob Stoklund OlesenAvoid using VNInfo::getCopy as much as possible. I...
2010-09-25 Lang HamesRemoved VNInfo::isDefAccurate(). Def "accuracy" can...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-25 Che-Liang ChiouRemove trailing spaces of CallingConv.h
2010-09-25 Jakob Stoklund OlesenRemove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-24 Jakob Stoklund OlesenTerminator gaps were unused. Might as well delete them.
2010-09-24 Nicolas GeoffrayAttach a DebugLoc to a GC point in order to get precise...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-23 Owen AndersonRevert r114703 and r114702, removing the isConditionalM...
2010-09-23 Owen AndersonAdd an TargetInstrDesc bit to indicate that a given...
2010-09-23 Jim Grosbachtrailing whitespace
2010-09-23 Oscar FuentesAvoid warnings about conversions to `bool' in MS compilers.
2010-09-23 Lang HamesMoved the PBQP allocator class out of the header and...
2010-09-22 Jim GrosbachAdd support for ELF PLT references for ARM MC asm print...
2010-09-22 Dan GohmanMake SetVector's remove indicate whether it actually...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-22 Dan GohmanFix uninitialized TBAAFlag field values.
2010-09-22 Dan GohmanTeach memdep about TBAA tags.
2010-09-22 Dan GohmanConstify.
2010-09-21 Chris LattnerRework passing parent pointers into complexpatterns...
2010-09-21 Dan GohmanAdd some utility routines.
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-21 Chris Lattnerjust like they can opt into getting the root of the...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnerfinish pushing MachinePointerInfo through selectiondags...
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattnereliminate an old SelectionDAG::getTruncStore method...
2010-09-21 Chris Lattnereliminate last SelectionDAG::getLoad old entrypoint...
2010-09-21 Chris Lattnerfix the code that infers SV info to be correct when...
2010-09-21 Jakob Stoklund OlesenAdd LiveInterval::find and use it for most LiveRange...
2010-09-21 Jakob Stoklund OlesenRemove dead method.
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnercontinue MachinePointerInfo'izing, eliminating use...
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-09-21 Mikhail GlushenkovTrailing whitespace.
2010-09-21 Lang HamesAdded an additional PBQP problem builder which adds...
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-21 Chris Lattneradd some accessors
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattnerugh, missed a file.
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-09-21 Chris Lattneradd some helpful accessors.
2010-09-21 Chris Lattneradd overloads for SelectionDAG::getLoad, getStore,...
2010-09-21 Chris Lattnersimplify interface to SelectionDAG::getMemIntrinsicNode...
2010-09-21 Chris Lattnerchagne interface to SelectionDAG::getAtomic to take...
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerrefactor the Value*/offset pair from MachineMemOperand...
2010-09-20 Dan GohmanRelax this check to silently swallow FE_INEXACT, follow...
2010-09-20 Chris Lattnerfix a bug I introduced back in the hayday of version #2.
2010-09-18 Gabor Greifrestrict dyn_cast_or_null to pointer types, just like...
next