aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-26Add more tests for sandboxing on ARMEli Bendersky
2012-11-20Remove tabsEli Bendersky
2012-11-20Add tests for auto-updating version of vld[1-4]Eli Bendersky
2012-11-15Sandboxing of VLD instructionsEli Bendersky
2012-11-15Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'Derek Schuff
2012-11-14Fix nacl.read.tp() intrinsic to not generate "addl %gs:0, %REG"Mark Seaborn
2012-11-14Implement sandboxing of NEON store instructionsEli Bendersky
2012-11-13Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'Derek Schuff
2012-11-12Add a test and rename a couple of others.Eli Bendersky
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-11Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge
2012-11-11instcombine: Migrate memset optimizationsMeador Inge
2012-11-11instcombine: Migrate memmove optimizationsMeador Inge
2012-11-11instcombine: Migrate memcpy optimizationsMeador Inge
2012-11-11instcombine: Migrate memcmp optimizationsMeador Inge
2012-11-11instcombine: Migrate strstr optimizationsMeador Inge
2012-11-10instcombine: Migrate strcspn optimizationsMeador Inge
2012-11-10Convert an improper CodeGen test to a MC test.Evan Cheng
2012-11-10instcombine: Query target library information to gate libcall simplificationsMeador Inge
2012-11-10xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng
2012-11-10Disable the Thumb no-return call optimization:Evan Cheng
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-11-09[NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-09tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov
2012-11-09tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov
2012-11-09Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem
2012-11-08llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi
2012-11-08Add @nacl.read.tp() intrinsic, a fast version of NaCl's tls_get() IRT interfaceMark Seaborn
2012-11-08Recommit modified r167540.Amara Emerson
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-08instcombine: Migrate strspn optimizationsMeador Inge
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-11-07Adding a simple test for sandboxing loads and storesEli Bendersky
2012-11-07Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg
2012-11-07[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka
2012-11-07Fix bad test IR in switch_to_lookup_table.llHans Wennborg
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-06Clean up the CHECK lines to be less pedanticEli Bendersky
2012-11-06Adding sandboxing testEli Bendersky
2012-11-06CostModel: add another known vector trunc optimization.Nadav Rotem
2012-11-06Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem
2012-11-06Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'Derek Schuff
2012-11-05CostModel: Add tables for the common x86 compares.Nadav Rotem
2012-11-05Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem
2012-11-05Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby
2012-11-05Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem
2012-11-05Cost Model: teach the cost model about expanding integers.Nadav Rotem
2012-11-05On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem