aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-29Apply Takumi's patch to suppress unused-variable warnings in -Asserts builds.Matt Beaumont-Gay
2012-11-29Add options to AddressSanitizer passes to make them configurable by frontend.Alexey Samsonov
2012-11-29fix a typoShuxin Yang
2012-11-29Documentation for lit: more formatting: use 'option' and 'program' directives.Dmitri Gribenko
2012-11-29Disable register-register preloads for NaCl.JF Bastien
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-29Documentation for tblgen: formattingDmitri Gribenko
2012-11-29Fix LibCall simplification and ARM EHDerek Schuff
2012-11-29Merge remote-tracking branch 'origin/master' into merge168633Derek Schuff
2012-11-29Documentation for lit: formatting improvements.Dmitri Gribenko
2012-11-29Test commit.Patrik Hagglund
2012-11-29Documentation: formatting improvementsDmitri Gribenko
2012-11-29Removing unused code for computing CPSR liveness for sandboxing.Eli Bendersky
2012-11-29instcombine: Migrate fputs optimizationsMeador Inge
2012-11-29instcombine: Migrate fwrite optimizationsMeador Inge
2012-11-29instcombine: Migrate fprintf optimizationsMeador Inge
2012-11-29[msan] Handle vector manipulation instructions.Evgeniy Stepanov
2012-11-29[msan] Fix getOriginForNaryOp.Evgeniy Stepanov
2012-11-29Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga
2012-11-29misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer
2012-11-29[msan] Basic handling of inline asm.Evgeniy Stepanov
2012-11-29Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski
2012-11-29Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski
2012-11-29[msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov
2012-11-29[msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov
2012-11-29[msan] Optimize getOriginPtr.Evgeniy Stepanov
2012-11-29[msan] Fix a few compilation warnings.Evgeniy Stepanov
2012-11-29[msan] Add a test for r168873.Evgeniy Stepanov
2012-11-29[msan] Transform memcpy and memset to library calls.Evgeniy Stepanov
2012-11-29I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower...Elena Demikhovsky
2012-11-29[msan] Update tests (broken in r168873).Evgeniy Stepanov
2012-11-29[msan] Make sure that report callbacks do not get merged.Evgeniy Stepanov
2012-11-29Documentation: use correct highlighterDmitri Gribenko
2012-11-29Initial commit of MemorySanitizer.Evgeniy Stepanov
2012-11-29[asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany
2012-11-29[asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany
2012-11-29Cleaned up a couple of comments.Preston Briggs
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen
2012-11-29Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen
2012-11-29Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang
2012-11-29Avoid rewriting instructions twice.Jakob Stoklund Olesen
2012-11-29Issue a fatal error if the line doesn't have a regular expression.Nick Lewycky
2012-11-29When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem
2012-11-28When we delete a dead basic block, see if any of its successors are dead andBill Wendling
2012-11-28Documentation: improve formatting and remove unneeded empty lines.Dmitri Gribenko
2012-11-28Whoops, fixed bad mergeMichael Ilseman
2012-11-28Fixed bad test caseMichael Ilseman
2012-11-28Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman
2012-11-28Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman
2012-11-28Fast-math comments and convenience methodMichael Ilseman