aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-12-10[fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...Chad Rosier
2011-12-10Typo.Chad Rosier
2011-12-09[fast-isel] Add support for selecting insertvalue.Chad Rosier
2011-12-09Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng
2011-12-09Fix comment.Devang Patel
2011-12-09Update stale comment.Devang Patel
2011-12-09Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman
2011-12-08Revert r146184. I am seeing performance regression cause by this patch in one...Devang Patel
2011-12-08Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...Owen Anderson
2011-12-08Refactor. No intentional functionality change.Devang Patel
2011-12-08Add rather verbose stats for fast-isel failures.Chad Rosier
2011-12-08Filter "sink to" candidate blocks sooner. This avoids unnecessary computation...Devang Patel
2011-12-08Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson
2011-12-08Make MachineInstr instruction property queries more flexible. This change allEvan Cheng
2011-12-08Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem
2011-12-08Reverting r145899 as it breaks clang self-hostingPete Cooper
2011-12-07Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...Eli Friedman
2011-12-07Fix an assertion in the scheduler. PR11386. No testcase included because it...Eli Friedman
2011-12-07These global variables aren't thread-safe, STATISTIC is. Andy Trick tells meNick Lewycky
2011-12-07Remove unneeded semicolon.Jakub Staszak
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-12-07Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...Eli Friedman
2011-12-07Add missing check.Jakob Stoklund Olesen
2011-12-07Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman
2011-12-07Add MachineOperand IsInternalRead flag.Jakob Stoklund Olesen
2011-12-07Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman
2011-12-07Remove unneeded type.Jakub Staszak
2011-12-06- Remove unneeded #includes.Jakub Staszak
2011-12-06First chunk of MachineInstr bundle support.Evan Cheng
2011-12-06Pretty-print basic block alignment.Jakob Stoklund Olesen
2011-12-06use space star instead of star spaceSebastian Pop
2011-12-06add missing point at the end of sentencesSebastian Pop
2011-12-06Mix some minor misuse of MachineBasicBlock iterator.Evan Cheng
2011-12-06Removed isWinToJoinCrossClass from the register coalescer.Pete Cooper
2011-12-06Kill off the LoopSplitter. It's not being used or maintained.Lang Hames
2011-12-06Update PBQP's analysis usage to reflect the requirements of the inline spiller.Lang Hames
2011-12-06Use logarithmic units for basic block alignment.Jakob Stoklund Olesen
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-04Add inline subprogram names to the name lookup table since they mayEric Christopher
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-12-03Simplify code. No functionality change.Benjamin Kramer
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-12-02make sure ScheduleDAGInstrs::EmitSchedule does not crash when the first instr...Hal Finkel
2011-12-01CodeGen: fix CMake buildDylan Noblesmith
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta
2011-11-29If fast-isel fails, remove dead instructions generated during the failed Chad Rosier
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29On MachO, the pointer to the personality function should always be in theBill Wendling
2011-11-28Make SelectionDAG::InferPtrAlignment use llvm::ComputeMaskedBits instead of d...Eli Friedman
2011-11-28Revert r145273 and fix in SelectionDAG::InferPtrAlignment() instead.Evan Cheng