summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* When emitting a cmp with 0 for a lowered select, mask out the highDan Gohman2012-02-24
* Allow an integer to be converted into an MMX type when it's used in an inlineBill Wendling2012-02-23
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-23
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-23
* Updated the llvm-mc disassembler C API to support for the X86 target.Kevin Enderby2012-02-23
* Make tests less sensitive to scheduling changes.Jakob Stoklund Olesen2012-02-23
* Fix to make sure that a comdat group gets generated correctly for a static me...Anton Korobeynikov2012-02-23
* Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bitsEvan Cheng2012-02-23
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-23
* MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-22
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-22
* Add Foreach LoopDavid Greene2012-02-22
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-22
* Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola2012-02-22
* Adding support for Microsoft's thiscall calling convention. LLVM side of the...Aaron Ballman2012-02-22
* Remove a bad PowerPC test.Jakob Stoklund Olesen2012-02-21
* Testcase for previous commit.Eric Christopher2012-02-21
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-21
* Use the target-aware constant folder on expressions to improve the chanceNick Lewycky2012-02-21
* Proper support for a bastardized darwin-eabi hybird ABI.Evan Cheng2012-02-21
* InstCombine: Don't transform a signed icmp of two GEPs into a signed compare ...Benjamin Kramer2012-02-21
* test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to...NAKAMURA Takumi2012-02-21
* Check for the correct size in the invariant marker.Nick Lewycky2012-02-20
* Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng2012-02-20
* Test case for r150978.Benjamin Kramer2012-02-20
* InstCombine: When comparing two GEPs that were derived from the same base poi...Benjamin Kramer2012-02-20
* InstCombine: Make OptimizePointerDifference more aggressive.Benjamin Kramer2012-02-20
* fold comparisons of gep'd alloca points with null to false,Chris Lattner2012-02-20
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-19
* Don't skip debug instructions when looking for the insertion point ofRafael Espindola2012-02-18
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-18
* Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...Eli Friedman2012-02-18
* Testcase for the previous commit.Eric Christopher2012-02-18
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-17
* It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...David Chisnall2012-02-17
* Remove question.Nick Lewycky2012-02-17
* Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky2012-02-17
* [fast-isel] Add support for returning non-legal types with no sign- or zero-Chad Rosier2012-02-17
* Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling2012-02-16