Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / CodeGen /
2012-09-27 Jakob Stoklund OlesenRemove <def,read-undef> flags from partial redefinitions.
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Jakob Stoklund OlesenDon't dereference begin() on an empty vector.
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-21 Evan ChengFix a significant recent(?) regression. StackSlotColori...
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Jakob Stoklund OlesenIgnore PHI-defs for -new-coalescer interference checks.
2012-09-20 Jakob Stoklund OlesenExtend -new-coalescer SSA update to handle mapped value...
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Nadav RotemFix 80-col violations.
2012-09-19 Bill WendlingConvert some attribute existence queries over to use...
2012-09-19 Bill WendlingAdd predicates for queries on whether an attribute...
2012-09-19 Jakob Stoklund OlesenResolve conflicts involving dead vector lanes for ...
2012-09-18 Andrew Trickcomment typo
2012-09-18 Andrew TrickTargetSchedule: cleanup computeOperandLatency logic...
2012-09-18 Andrew Trickmisched: Make ScheduleDAGInstrs use the TargetSchedule...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-18 Evan ChengFix some funky indentation.
2012-09-17 Jakob Stoklund OlesenMerge into undefined lanes under -new-coalescer.
2012-09-17 Jakob Stoklund OlesenStop adding <imp-def> operands when expanding REG_SEQUENCE.
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Michael IlsemanIncrease the static sizes of some SmallSets. finalizeBu...
2012-09-17 Michael Ilsemanwhitespace
2012-09-17 Michael LiaoFix PR13859
2012-09-17 Tom StellardAdd a MachinePostDominator pass
2012-09-17 Nadav RotemDisable the protection from escaped allocas in an attem...
2012-09-16 Craig TopperFix bad comment. No functional change.
2012-09-16 Jakob Stoklund OlesenAdd alternative coalescing algorithm under a flag.
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Jakob Stoklund OlesenDon't depend on kill flags in removeCopyByCommutingDef().
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew Trickmisched: add a hook for custom DAG postprocessing.
2012-09-14 Duncan SandsRemove silly dead store. Patch by Ettl Martin.
2012-09-13 Eric ChristopherFix both the test for zero and what we do if we have...
2012-09-13 Eric ChristopherReformat, remove a couple unused variables and move...
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...
2012-09-13 Nadav RotemRename the flag which protects from escaped allocas...
2012-09-13 Nadav RotemFix a dagcombine optimization. The optimization attempt...
2012-09-13 Nadav RotemFix a typo.
2012-09-13 Nadav RotemStack Coloring: We have code that checks that all of...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Owen AndersonRemove an overly-aggressive assertion. The code follow...
2012-09-12 Jakob Stoklund OlesenDelete dead code.
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-12 Kristof BeylsFix constant folding through bitcasts by no longer...
2012-09-12 Nadav RotemAdd a flag to disable the code that looks for allocas...
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-12 James MolloyAdd an analyzePhysReg() function to MachineOperandItera...
2012-09-12 Nadav RotemEnable stack-coloring, in hope that the recent fixes...
2012-09-12 Lang HamesMake findLastUseBefore handle reg-unit liveness.
2012-09-12 Nadav RotemStack coloring: remove lifetime intervals which contain...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-11 Nadav RotemDragonegg selfhost exposed additional cases where alloc...
2012-09-11 Nadav RotemEnable stack coloring.
2012-09-11 Nadav RotemStack Coloring: Dont crash on dbg values which use...
2012-09-11 Craig TopperTeach DAG combiner to constant fold FABS of a BUILD_VEC...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric Christopher80-col fixup.
2012-09-10 Eric ChristopherNo reason to construct this twice.
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Nadav RotemDisable stack coloring because it makes dragonegg fail...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-10 Nadav RotemEnable stack coloring.
2012-09-10 Nadav RotemStack Coloring: Handle the case where END markers come...
2012-09-10 Michael IlsemanFold multiply by 0 or 1 when in UnsafeFPMath mode in...
2012-09-10 Michael Ilsemanwhitespace
2012-09-10 James MolloyFix an assertion failure when optimising a shufflevecto...
2012-09-10 Nadav RotemMinor cleanup. No functional change.
2012-09-10 Nadav RotemStack Coloring: Debug prints to print the slot number...
2012-09-10 Nadav RotemStack Coloring: When searching for disjoint regions...
2012-09-10 Nadav RotemStack Coloring: Add support for multiple regions of...
2012-09-10 Nadav RotemFix a typo in the comment.
2012-09-10 Nadav RotemAdd an assertion that the frame index is indeed inside...
2012-09-10 Nadav RotemTeach the DAGBuilder about lifetime markers which are...
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2012-09-09 Benjamin KramerLiveVariables: Compute a set of defs and kills to speed...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierFix indent.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
next