summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [Object]David Meyer2012-03-01
* Don't redundantly copy implicit operands when rematerializing.Lang Hames2012-03-01
* Fix flags for test in MC/MachO/ARM/empty-function-nop.llRichard Trieu2012-03-01
* LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...Benjamin Kramer2012-02-29
* Have GVN also do condition propagation when the right-hand side is notDuncan Sands2012-02-29
* Testcase for r151691.Bill Wendling2012-02-29
* ARM implement TargetInstrInfo::getNoopForMachoTarget()Jim Grosbach2012-02-28
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* LegalizeIntegerTypes: Reenable the large shift with small amount optimization.Benjamin Kramer2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Fix a bug in the code that builds SDNodes from vector GEPs.Nadav Rotem2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Reverted r152620 - DSE: Shorten memset when a later store overwrites the star...Pete Cooper2012-02-28
* DSE: Shorten memset when a later store overwrites the start of itPete Cooper2012-02-28
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-28
* Handle regmasks in MachineCSE.Jakob Stoklund Olesen2012-02-28
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Add back removed code. It still causes LLVM to miscompile. But not having it ...Bill Wendling2012-02-27
* test commit.Preston Gurd2012-02-27
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-27
* XFAIL test until <rdar://problem/10913281> is fixed.Bill Wendling2012-02-27
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman2012-02-27
* Test the section specification.Roman Divacky2012-02-27
* Reapply r151278 with fixes.Roman Divacky2012-02-27
* When performing a conditional branch depending on the value of a comparisonDuncan Sands2012-02-27
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-27
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-27
* Add testcase for the previous commit.Rafael Espindola2012-02-26
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky2012-02-26
* Roll these back to r151448 until I figure out how they're breakingNick Lewycky2012-02-25
* An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky2012-02-25
* Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky2012-02-25
* Revert r151278, breaks static linking.Hal Finkel2012-02-25
* Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi2012-02-25
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-25
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-24
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-24
* Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer2012-02-24
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-24
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-24
* Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.Duncan Sands2012-02-24
* test commit. removing unnecessary whitespace.Kristof Beyls2012-02-24
* test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi2012-02-24
* Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper2012-02-24
* If the Address of a variable is an argument then treat the entireEric Christopher2012-02-24
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-24