aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-25Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi
2012-02-25Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-24fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner
2012-02-24Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-24Don't crash when a glue node contains an internal CopyToRegHal Finkel
2012-02-24Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.Duncan Sands
2012-02-24test commit. removing unnecessary whitespace.Kristof Beyls
2012-02-24test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi
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-24Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach
2012-02-24When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman
2012-02-23Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling
2012-02-23Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-23Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby
2012-02-23Make tests less sensitive to scheduling changes.Jakob Stoklund Olesen
2012-02-23Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov
2012-02-23Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng
2012-02-23Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-22Add Foreach LoopDavid Greene
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-22Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola
2012-02-22Adding support for Microsoft's thiscall calling convention. LLVM side of the...Aaron Ballman
2012-02-21Remove a bad PowerPC test.Jakob Stoklund Olesen
2012-02-21Testcase for previous commit.Eric Christopher
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher
2012-02-21Use the target-aware constant folder on expressions to improve the chanceNick Lewycky
2012-02-21Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng
2012-02-21InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...Benjamin Kramer
2012-02-21test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...NAKAMURA Takumi
2012-02-20Check for the correct size in the invariant marker.Nick Lewycky
2012-02-20Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng
2012-02-20Test case for r150978.Benjamin Kramer
2012-02-20InstCombine: When comparing two GEPs that were derived from the same base poi...Benjamin Kramer
2012-02-20InstCombine: Make OptimizePointerDifference more aggressive.Benjamin Kramer
2012-02-20fold comparisons of gep'd alloca points with null to false,Chris Lattner
2012-02-19Add vmfunc instruction to X86 assembler and disassembler.Craig Topper
2012-02-18Don't skip debug instructions when looking for the insertion point ofRafael Espindola
2012-02-18Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper
2012-02-18Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman
2012-02-18Testcase for the previous commit.Eric Christopher
2012-02-17Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman
2012-02-17It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...David Chisnall