aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-03-02Grammar.Eric Christopher
2012-03-02If the linkage name doesn't exist we're supposed to emit a referenceEric Christopher
2012-03-02Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher
2012-03-01Reorder the sections being output to reduce the number of assemblerEric Christopher
2012-03-01Minimal changes for LLVM to compile under VS11.Michael J. Spencer
2012-03-01Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...James Molloy
2012-03-01Make InlineSpiller bundle-aware.Jakob Stoklund Olesen
2012-03-01Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen
2012-03-01Don't redundantly copy implicit operands when rematerializing.Lang Hames
2012-02-29LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer
2012-02-29Add an analyzeVirtReg() function.Jakob Stoklund Olesen
2012-02-29Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen
2012-02-28Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. TheseLang Hames
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Fix off-by one in comment.Benjamin Kramer
2012-02-28LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Code cleanup following CR by Duncan.Nadav Rotem
2012-02-28Fix a bug in the code that builds SDNodes from vector GEPs.Nadav Rotem
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-28Handle regmasks in MachineCSE.Jakob Stoklund Olesen
2012-02-28Handle regmasks in the machine code verifier.Jakob Stoklund Olesen
2012-02-28Fix 80-column violation.Chad Rosier
2012-02-27Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.Evan Cheng
2012-02-27Update machine code verifier.Jakob Stoklund Olesen
2012-02-25Make the peephole optimizer clear kill flags on a vreg if it's about to add newLang Hames
2012-02-25Fixed typo.Lang Hames
2012-02-24Add missing staticJakob Stoklund Olesen
2012-02-24Add a -stress-regalloc=<N> option.Jakob Stoklund Olesen
2012-02-24Don't crash when a glue node contains an internal CopyToRegHal Finkel
2012-02-24SDAGBuilder: Remove register sets that were never read and prune dead code su...Benjamin Kramer
2012-02-24ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.Nick Lewycky
2012-02-24PostRA sched: speed up physreg tracking by not abusing SparseSet.Andrew Trick
2012-02-24Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper
2012-02-24If the Address of a variable is an argument then treat the entireEric Christopher
2012-02-24Tabs, formatting and long lines oh my!Eric Christopher
2012-02-23Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling
2012-02-23BitVectorize loop.Benjamin Kramer
2012-02-23post-ra-sched: Turn the KillIndices vector into a bitvector, it only stored t...Benjamin Kramer
2012-02-23post-ra-sched: Replace a std::set of regs with a bitvector.Benjamin Kramer
2012-02-23Make calls scheduling boundaries post-ra.Jakob Stoklund Olesen
2012-02-23Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer
2012-02-23Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov
2012-02-23More newline cleanups.Eric Christopher
2012-02-23Add some handy-dandy newlines.Eric Christopher
2012-02-23misched: cleanup reaching def computationAndrew Trick
2012-02-23PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.Andrew Trick
2012-02-23Handle regmasks in FixupKills.Jakob Stoklund Olesen
2012-02-23Handle regmasks in CriticalAntiDepBreaker.Jakob Stoklund Olesen
2012-02-23Track reserved registers separately from RegsAvailable.Jakob Stoklund Olesen