Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in...
[oota-llvm.git] / lib /
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-03-13 Bill WendlingAdd a return type.
2012-03-13 Bill WendlingInline the d'tor and add an anchor instead.
2012-03-13 Bill WendlingRefactor the SelectionDAG's 'dump' methods into their...
2012-03-13 Lang HamesFixed typo in comment.
2012-03-13 Eli FriedmanFix regression from r151466: an we can't replace uses...
2012-03-13 Chandler CarruthAddress some review comments from Duncan. This moves...
2012-03-12 Kevin EnderbyAdded a missing error check for X86 assembly with misma...
2012-03-12 Benjamin KramerInline a trivial helper function.
2012-03-12 Bill WendlingRevert due to nightly test failures.
2012-03-12 Chandler CarruthWhen inlining a function and adding its inner call...
2012-03-12 Chandler CarruthTeach instsimplify how to constant fold pointer differe...
2012-03-12 Duncan SandsDon't cast away constant qualifier.
2012-03-12 Bob WilsonSwitch to unified syntax for VFP instructions in inline...
2012-03-11 Benjamin KramerReplace a hand-coded leading one counting loop with...
2012-03-11 Benjamin KramerRemove global map. This code isn't even hot.
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-11 Craig TopperRemove unused functions getArgRegs and getNumArgRegs.
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Michael J. SpencerMake StringRef::getAsInteger work with all integer...
2012-03-10 Benjamin KramerMake helper static, so it can be inlined into its sole...
2012-03-10 Kay Tiong Khoo*fix typo in comment; test of commit access
2012-03-10 Bill WendlingAs Duncan pointed out, pointers tend not to be in float...
2012-03-10 Bill WendlingMake this transformation slightly less agressive and...
2012-03-10 Benjamin KramerC files in llvm still have to be C89 compliant, remove...
2012-03-10 Benjamin KramerMicrooptimize getVRegDef. def_begin isn't free, don...
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-03-10 Bill WendlingFix disasm of iret, sysexit, and sysret when displayed...
2012-03-10 Bill WendlingImplement a more intelligent way of spilling uses acros...
2012-03-10 Jakob Stoklund OlesenReport the defining instruction.
2012-03-10 Jakob Stoklund OlesenAdd SSA verification to MachineVerifier.
2012-03-10 Jakob Stoklund OlesenUse SmallPtrSet instead of DenseSet.
2012-03-10 Benjamin KramerGive dagcombiner's worklist some inline capacity.
2012-03-10 Akira HatanakaDo not custom lower i64 nodes if i64 is not a legal...
2012-03-09 Akira HatanakaLower SETCC nodes during legalization. Previously,...
2012-03-09 Jakob Stoklund OlesenAssert on SSA errors in LiveVariables.
2012-03-09 Akira HatanakaRemove unused header files.
2012-03-09 Andrew Trickmisched: handle scheduler that insert instructions...
2012-03-09 Kevin EnderbyAdd the missing call to Error when a bad X86 scale...
2012-03-09 David Meyer[Object]
2012-03-09 Duncan SandsAdd statistics on removed switch cases, and fix the...
2012-03-09 Dan GohmanWhen identifying exit nodes for the reverse-CFG reverse...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2012-03-09 Anton KorobeynikovAdd support for r600 (AMD GPUs HD2XXX - HD6XXX) target...
2012-03-09 Nick LewyckyFactor out the analysis of addition and subtraction...
2012-03-09 Andrew Trickmisched: handle scheduling region boundaries nicely.
2012-03-09 Craig TopperUse uint16_t to store opcodes in static tables in X86...
2012-03-09 Ahmed CharlesFix undefined behavior in the Mips backend.
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-09 Andrew Trickmisched comments
2012-03-09 Andrew Trickrevert 152356: verify misched changes using -misched...
2012-03-09 Chandler CarruthUndo a previous restriction on the inline cost calculat...
2012-03-09 Chad RosierFix a regression from r147481.
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-09 Evan ChengCache MBB->begin. It's possible the scheduler / bundler...
2012-03-08 Benjamin KramerSilence unused function warning when graphviz is not...
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Akira HatanakaInvoke setTargetDAGCombine for SELECT.
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Akira HatanakaSwap the operands of a select node if the false (the...
2012-03-08 Chandler CarruthRotate two of the functions used to count bonuses for...
2012-03-08 Akira HatanakaSet minimum function alignment to 3 if target is Mips64.
2012-03-08 Akira HatanakaThis patch eliminates redundant instructions that produ...
2012-03-08 Andrew Trickmisched interface: Expose the MachineScheduler pass.
2012-03-08 Jim GrosbachARM don't use MCRelaxAll, as it's not safe on ARM.
2012-03-07 Sean CallananImproved support in RuntimeDyldMachO for generating
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched prep: Remove LLVM_LIBRARY_VISIBILITY from Sched...
2012-03-07 Andrew Trickmisched prep: Comment the ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: Cleanup ScheduleDAGInstrs interface.
2012-03-07 Andrew Trickmisched prep: remove extra "protected"
2012-03-07 Andrew Trickmisched prep: rename InsertPos to End.
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Benjamin KramerCopy the right amount of elements.
2012-03-07 Benjamin KramerSmallPtrSet: Copy all the elements when swapping, not...
2012-03-07 Chad Rosier[fast-isel] ARMEmitCmp generates FMSTAT, which transfer...
2012-03-07 Jakob Stoklund OlesenFix infinite loop in nested multiclasses.
2012-03-07 Chandler CarruthTry to clarify this comment some.
2012-03-07 Chandler CarruthRemove another outbreak of customized (and completely...
2012-03-07 Bill WendlingWhere the BranchFolding pass removes a branch then...
2012-03-07 Andrew TrickFix cmake
2012-03-07 Andrew Trickcomment
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew TrickScheduleDAGInstrs comments
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-07 Andrew Trickwhitespace
2012-03-07 Chandler CarruthSwitch this code to use hash_combine_range rather than...
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-07 Nick LewyckyNo functionality change. Type::isSized() can be expensi...
2012-03-07 Jim GrosbachARM pre-v6 assembly parsing for umull/smull.
next