Atomic ops that do arithmetic use signed arithmetic.
[oota-llvm.git] / lib / CodeGen /
2009-05-26 Evan ChengEliminate VarInfo::UsedBlocks.
2009-05-24 Eli FriedmanAdd a comment which should hopefully make the purpose...
2009-05-24 Eli FriedmanMinor improvement to FCOPYSIGN to use BIT_CONVERT in...
2009-05-24 Eli FriedmanRewrite ISD::FCOPYSIGN lowering to never use i64. Not...
2009-05-24 Eli FriedmanUpdate for CMakeLists; untested, so tell me if there...
2009-05-24 Eli FriedmanRemove checks of getTypeAction from LegalizeOp; we...
2009-05-24 Eli FriedmanDisable type legalization in LegalizeDAG.
2009-05-23 Eli FriedmanFix a bug in the expansion of EXTRACT_SUBVECTOR in
2009-05-23 Eli FriedmanAdd a proper implementation of EXTRACT_SUBVECTOR legali...
2009-05-23 Torok EdwinFix PR4254.
2009-05-23 Eli FriedmanAdd a new step to legalization to legalize vector math...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-21 Jay FoadUse v.data() instead of &v[0] when SmallVector v might...
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Bill WendlingMinor code cleanup. No functionality change.
2009-05-20 Bill WendlingMerge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
2009-05-20 Bill WendlingRename 'New*' methods to 'Create*' to be consistent...
2009-05-20 Bill WendlingAdd comment for emit section.
2009-05-20 Bill WendlingMove 'Emit' methods down to their own place.
2009-05-20 Bill WendlingRevert r72192. It was causing a build failure.
2009-05-20 Bill WendlingDo some mechanical changes. Combine the 'construct...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-05-19 Bill WendlingForward decls.
2009-05-19 Bill WendlingRemove 'class' specifier.
2009-05-19 Bill WendlingFix to compile on VS2008.
2009-05-19 Dan GohmanRemove the #ifndef NDEBUG from the FastISel debugging...
2009-05-19 Mike StumpFix cmake builds.
2009-05-18 Bill WendlingDon't set the "location" information for inlined functi...
2009-05-18 Bill WendlingSmall code cleanup.
2009-05-18 Bill WendlingRecordVariable is called each time a DECLARE node is...
2009-05-18 Bob WilsonFix CodePlacementOpt::OptimizeIntraLoopEdges so that...
2009-05-18 Lang HamesNew Spiller interface and trivial implementation.
2009-05-18 Bill WendlingRevert last commit. It was wrong.
2009-05-18 Bill WendlingDon't call RegionInlinedFnEnd if our optimization level...
2009-05-18 Daniel DunbarSilence Release-Asserts warnings.
2009-05-17 Lang HamesPrevented reg0 from being added to MBB live-in set...
2009-05-17 Jakob Stoklund OlesenRename MachineVerifier pass to avoid command line colli...
2009-05-16 Jakob Stoklund OlesenVerify that explicit definitions in the TargetInstrDesc...
2009-05-16 Jakob Stoklund OlesenAllow redefinition of reserved registers.
2009-05-16 Duncan SandsPut back a bit of expensive checking logic that
2009-05-16 Duncan SandsPacify gcc-4.3, which suggests explicit braces here
2009-05-16 Jakob Stoklund OlesenPass to verify generated machine code.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Bill WendlingMark class as hidden.
2009-05-15 Evan ChengFix PR4210. Rewritter should track and update kills...
2009-05-15 Bill WendlingMove c'tor/d'tor to top of file.
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...
2009-05-14 Owen AndersonDown with static variables!
2009-05-14 Mike StumpTag blocks with DW_AT_APPLE_block.
2009-05-14 Bob WilsonRevert r71744. I must not have understood this correct...
2009-05-14 Lang HamesFix for PR4124. Make TwoAddressFormPass::FindLastUseInM...
2009-05-14 Dan GohmanAdd an assert to turn a segfault on an unsupported...
2009-05-13 Bill WendlingThere's yet more ugliness (surprise!) in DebugInfo...
2009-05-13 Bob WilsonThe IfConverter::MergeBlocks method appears to be used...
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-13 Bob WilsonRevert a portion of Dan's change r71018 that I'm convin...
2009-05-13 Bob WilsonMerge adjacent conditional.
2009-05-13 Bob WilsonRemove an unused variable.
2009-05-13 Bob WilsonFix some typos and spelling and grammar, mostly in...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-13 Bill WendlingMove the bookkeeping of the debug scopes back to the...
2009-05-13 John MosbyPEI: rename PEI.h to PrologEpilogInserter.h to adhere...
2009-05-13 Chris Lattneradd ShrinkWrapping.cpp
2009-05-13 Lang HamesFix for PR4121. If TwoAddressInstructionPass removes...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Evan ChengIf header of inner loop is aligned, do not align the...
2009-05-12 Evan ChengTeach TransferDeadness to delete truly dead instruction...
2009-05-12 John MosbyRestructure PEI code:
2009-05-12 Jay FoadSwitch to using IRBuilder throughout.
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-12 Bob WilsonFix pr4195: When iterating through predecessor blocks...
2009-05-12 Bill Wendling- Record that the debug info is actually used so that...
2009-05-11 Lang HamesFixed PR4090.
2009-05-11 Dale JohannesenFix PR4188. TailMerging can't tolerate inexact
2009-05-11 Evan ChengApply patch review feedback.
2009-05-11 Evan ChengUnbreak non-debug build.
2009-05-11 Evan ChengEliminate a compiler warning.
2009-05-11 Dan GohmanWhen scalarizing a vector BITCAST, check whether the...
2009-05-11 John MosbyShrink wrapping in PEI:
2009-05-11 Jay FoadDon't generate redundant casts of constant values when...
2009-05-10 Bill WendlingThis is a large rewrite of how Dwarf info for inlined...
2009-05-10 Bill Wendling--- Reverse-merging r71370 into '.':
2009-05-09 Bill WendlingA debug function start was not being recorded when...
2009-05-09 Evan ChengOops. Don't forget to align single bb loops.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Evan ChengEnable loop bb placement optimization.
2009-05-08 Mike StumpAvoid warning in release-asserts build.
2009-05-08 Bill WendlingMirror how Fast ISel determines if a region.end intrins...
2009-05-08 Bill WendlingCompute the offsets of the compile units. We need this...
2009-05-08 Bill WendlingMinor clean ups. No functionality change.
2009-05-08 Evan ChengDon't align loop header unless the loop back edge is...
2009-05-08 Anton KorobeynikovFactor out cycle-finder code and make it generic.
2009-05-08 Anton KorobeynikovDo not emit bit tests if target does not support native...
2009-05-08 Anton KorobeynikovProperly expand libcalls for urem / srem. Also make...
2009-05-08 Anton KorobeynikovTypo
2009-05-08 Evan ChengReverse branch condition only when there is a condition...
2009-05-08 Nick LewyckyAdd explicit braces to disambiguate nested if/else...
next