aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-14Fix a crash in ValueTracking on vectors of pointers. Nadav Rotem
2012-12-14This patch removes some nondeterminism from direct object file outputBill Schmidt
2012-12-14rdar://12753946Shuxin Yang
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-14[msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-13Revert r170020, "Simplify negated bit test", for now.NAKAMURA Takumi
2012-12-13[mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka
2012-12-13Make this Lit config file a bit slimmerEli Bendersky
2012-12-13Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng
2012-12-13Take into account minimize size attribute in the inliner.Quentin Colombet
2012-12-13Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem
2012-12-12Fix typo, which prevent test from being check.Jakub Staszak
2012-12-12unHECKify test fixed by Jacob in r159003.Jakub Staszak
2012-12-12Simplify negated bit testDavid Majnemer
2012-12-12Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng
2012-12-12unHECKify test. It was fixed by Chris in 2009.Jakub Staszak
2012-12-12The ordering of two relocations on the same instruction is apparently notBill Schmidt
2012-12-12Fix typo in test-case.Jakub Staszak
2012-12-12Fix typo.Jakub Staszak
2012-12-12LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...NAKAMURA Takumi
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...NAKAMURA Takumi
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/NAKAMURA Takumi
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.NAKAMURA Takumi
2012-12-12DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren
2012-12-12Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng
2012-12-12- Fix a problematic way in creating all-the-1 APInt.Shuxin Yang
2012-12-12Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman
2012-12-11PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...Nadav Rotem
2012-12-11Add R600 backendTom Stellard
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-11Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc...Nadav Rotem
2012-12-11llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi
2012-12-11revert the test changeHao Liu
2012-12-11A newbie try a test commitHao Liu
2012-12-11Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem
2012-12-11Add a triple to this test.Chad Rosier
2012-12-11Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth
2012-12-11move X86-specific testPaul Redmond
2012-12-11Fall back to the selection dag isel to select tail calls.Chad Rosier
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-10Optimistically analyse Phi cyclesArnold Schwaighofer
2012-12-10Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Add support for reverse induction variables. For example:Nadav Rotem
2012-12-10Use GetUnderlyingObjects in mischedHal Finkel