aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-28Kill off LiveRangeEdit::getNewVRegs and LiveRangeEdit::getUselessVRegs. TheseLang Hames
2012-02-28On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola
2012-02-28ARM vbit/vbif/vbsl assembly optional size suffix.Jim Grosbach
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-28Properly MCize the section switch, removing a FIXME.Roman Divacky
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-28Remove stray semi-colon.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-28remove blanks, and some code formatJia Liu
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-28Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...Pete Cooper
2012-02-28DSE: Shorten memset when a later store overwrites the start of itPete Cooper
2012-02-28Oops...Don't commit the other stuff..Bill Wendling
2012-02-28Modify comment to reflect the importance of this code.Bill Wendling
2012-02-28Add comments.Akira Hatanaka
2012-02-28Do not reserve $gp as a dedicated global base register if the target ABI is n...Akira Hatanaka
2012-02-28Add support for floating point base register + offset register addressing modeAkira Hatanaka
2012-02-28Handle regmasks in MachineCSE.Jakob Stoklund Olesen
2012-02-28Handle regmasks in the machine code verifier.Jakob Stoklund Olesen
2012-02-28Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer
2012-02-28Fix 80-column violation.Chad Rosier
2012-02-27Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling
2012-02-27This patch adds instruction latencies for the SSE instructionsPreston Gurd
2012-02-27Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman
2012-02-27Delete incorrect reference to inexistent Hexagon architecture manuals.Evandro Menezes
2012-02-27Don't use #if 0. Just remove until I can address this.Bill Wendling
2012-02-27The code that cleans up multiple, isomorphic types has a subtle error thatBill Wendling
2012-02-27Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.Evan Cheng
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-27Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-27Add q suffix aliases for the fistp and fisttp mnemonics.Chad Rosier
2012-02-27Remove unnecessary template parameters.Akira Hatanaka
2012-02-27Fix instruction predicates that were not set correctly.Akira Hatanaka
2012-02-27Update machine code verifier.Jakob Stoklund Olesen
2012-02-27Fix the symbolic operand added for the C disassmbler API for the ARM blKevin Enderby
2012-02-27Plog a memleak in GlobalOpt.Benjamin Kramer
2012-02-27Micro-optimization, no functionality change.Duncan Sands
2012-02-27The value numbering function is recursive, so it is possible for multiple newDuncan Sands
2012-02-27When performing a conditional branch depending on the value of a comparisonDuncan Sands
2012-02-27Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i...Craig Topper
2012-02-27delete useless comment&blankJia Liu
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola
2012-02-27X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper
2012-02-26Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola
2012-02-26Default TargetData alignment information for 128-bit floating-point types.Hal Finkel