Fix the assembler strings for a couple of atomic instructions. Doesn't really matter...
[oota-llvm.git] / lib / CodeGen /
2011-09-12 Bill WendlingIntroduce a bit of a hack.
2011-09-12 Jakob Stoklund OlesenRemove the -compact-regions flag.
2011-09-12 Jakob Stoklund OlesenAdd an interface for SplitKit complement spill modes.
2011-09-12 Jakob Stoklund OlesenUpdate comments to reflect some (not so) recent changes.
2011-09-10 Richard TrieuFix asserts in CodeGen from:
2011-09-09 Chris Lattnertidy up a bit
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-09 Jakob Stoklund OlesenReapply r139247: Cache intermediate results during...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-07 Jakob Stoklund OlesenRevert r139247 "Cache intermediate results during trace...
2011-09-07 Jakob Stoklund OlesenCache intermediate results during traceSiblingValue.
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-03 Owen AndersonFix a truly heinous bug in DAGCombine related to Assert...
2011-09-02 Jakob Stoklund OlesenSimplify by using isFullCopy().
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-09-01 Jakob Stoklund OlesenPermit remat of partial register defs when it is safe.
2011-09-01 Jakob Stoklund OlesenRevert r138794, "Do not try to rematerialize a value...
2011-09-01 Jakob Stoklund OlesenPrevent remat of partial register redefinitions.
2011-09-01 Evan ChengTeach MachineLICM reg pressure tracking code to deal...
2011-09-01 Andrew TrickPreRA scheduler should avoid cloning compares.
2011-08-31 David GreeneFix Size Typing
2011-08-31 Eli FriedmanMisc cleanup; addresses Duncan's comments on r138877.
2011-08-31 Eli FriedmanFill in type legalization for MERGE_VALUES in all the...
2011-08-31 Eli FriedmanGeneric expansion for atomic load/store into cmpxchg...
2011-08-31 David GreeneCompress Repeated Byte Output
2011-08-31 Rafael EspindolaSpelling and grammar fixes to problems found by Duncan.
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-30 Bob WilsonDo not try to rematerialize a value from a partial...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-27 Bill WendlingThese splits should be done whether they are critical...
2011-08-26 Bill WendlingUpdate the dominator tree with the correct dominator...
2011-08-26 Bill WendlingSplit the landing pad block only if it's a critical...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-25 Bill WendlingLook at only the terminators of the basic block. Also...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-24 Jim GrosbachTidy up. Trailing whitespace.
2011-08-24 Bill WendlingAdd the sentinal "no handle" value to the ResumeInst.
2011-08-23 Bill WendlingDon't replace *all* uses with the new stuff.
2011-08-23 Bill WendlingLook at the end of the entry block for an invoke.
2011-08-23 Bill WendlingA landingpad instruction is neither folded nor dead.
2011-08-23 Evan ChengFix 80 col violations.
2011-08-22 Bill WendlingSplit the landing pad's edge. Then for all uses of...
2011-08-22 Evan ChengFollow up to Jim's r138278. This fixes commuteInstructi...
2011-08-22 Bill WendlingSome whitespace fixes and #include reordering.
2011-08-22 Nick LewyckyBe less redundant.
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-19 Benjamin KramerRoll back the rest of r126557. It's a hack that will...
2011-08-19 Nick LewyckyEli points out that this is what report_fatal_error...
2011-08-19 Nick LewyckyThis is not actually unreachable, so don't use llvm_unr...
2011-08-19 Jakob Stoklund OlesenAdd llc flags to disable machine DCE and CSE.
2011-08-19 Benjamin KramerMake a bunch of symbols private.
2011-08-19 Jakob Stoklund OlesenDon't treat a partial <def,undef> operand as a read.
2011-08-18 Renato Golinadd the comments of each declaration follow it, making...
2011-08-18 Devang PatelEliminate unnecessary forwarding function.
2011-08-18 Devang PatelAdd new DIE into the map asap.
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-08-17 Bill WendlingAdd the support in code-gen for the landingpad instruct...
2011-08-17 Bill WendlingRevert patch. Forgot a dependent commit.
2011-08-17 Bill WendlingAdd the body of 'visitLandingPad'.
2011-08-17 Bill WendlingModify for the new EH scheme.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Devang PatelRemove unnecessary version check.
2011-08-16 Nadav RotemRevert r137562 because it caused PR10674
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelContinue to hoist uses of getCompileUnit() up. The...
2011-08-15 Devang PatelThis is somewhat déjà-vu, but avoid using getCompileUni...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
2011-08-15 Devang PatelThere is no need to maintain a set to keep track of...
2011-08-15 Devang PatelFix warning.
2011-08-15 Devang PatelSimplify. Let DbgVariable keep track of variable's...
2011-08-15 Devang PatelSimplify mapping to variable from its abstract variable...
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor.
2011-08-15 Devang PatelRefactor. Global variables are part of compile unit...
2011-08-15 Devang PatelRefactor. A subprogram is part of compile unit so let...
2011-08-13 Nadav RotemFix PR 10635. When generating integer constants, the...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Devang PatelUse ArrayRef.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-12 Devang PatelProvide fast path as Jakob suggested.
2011-08-12 Nadav RotemRevert r137310 because it does not optimize any code...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-12 Jakob Stoklund OlesenSimplify the interference checking code a bit.
2011-08-11 Jakob Stoklund OlesenRemove the InterferenceResult class.
2011-08-11 Jakob Stoklund OlesenEliminate the last use of InterferenceResult.
2011-08-11 Jakob Stoklund OlesenRemove more dead code.
2011-08-11 Jakob Stoklund OlesenPrivatize an unused part of the LiveIntervalUnion:...
2011-08-11 Jakob Stoklund OlesenRemove some dead code.
2011-08-11 Benjamin KramerPlug a memory leak.
2011-08-11 Nadav Rotem[AVX] When joining two XMM registers into a YMM regist...
next