summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Documentation for tblgen: formattingDmitri Gribenko2012-11-29
* Documentation for lit: formatting improvements.Dmitri Gribenko2012-11-29
* Test commit.Patrik Hagglund2012-11-29
* Documentation: formatting improvementsDmitri Gribenko2012-11-29
* instcombine: Migrate fputs optimizationsMeador Inge2012-11-29
* instcombine: Migrate fwrite optimizationsMeador Inge2012-11-29
* instcombine: Migrate fprintf optimizationsMeador Inge2012-11-29
* [msan] Handle vector manipulation instructions.Evgeniy Stepanov2012-11-29
* [msan] Fix getOriginForNaryOp.Evgeniy Stepanov2012-11-29
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-29
* [msan] Basic handling of inline asm.Evgeniy Stepanov2012-11-29
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-29
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-29
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-29
* [msan] Optimize getOriginPtr.Evgeniy Stepanov2012-11-29
* [msan] Fix a few compilation warnings.Evgeniy Stepanov2012-11-29
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-29
* [msan] Transform memcpy and memset to library calls.Evgeniy Stepanov2012-11-29
* I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower...Elena Demikhovsky2012-11-29
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-29
* [msan] Make sure that report callbacks do not get merged.Evgeniy Stepanov2012-11-29
* Documentation: use correct highlighterDmitri Gribenko2012-11-29
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany2012-11-29
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-29
* Cleaned up a couple of comments.Preston Briggs2012-11-29
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-29
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-29
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-29
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-29
* Issue a fatal error if the line doesn't have a regular expression.Nick Lewycky2012-11-29
* When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem2012-11-29
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-28
* Documentation: improve formatting and remove unneeded empty lines.Dmitri Gribenko2012-11-28
* Whoops, fixed bad mergeMichael Ilseman2012-11-28
* Fixed bad test caseMichael Ilseman2012-11-28
* Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman2012-11-28
* Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman2012-11-28
* Fast-math comments and convenience methodMichael Ilseman2012-11-28
* Define signed const-ext immediate operands and their predicates.Jyotsna Verma2012-11-28
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-28
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-28
* MCJIT depends on JIT.Benjamin Kramer2012-11-28
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-28
* Fix warning. [-Wunused-variable]Patrik Hägglund2012-11-28
* Add error handling in getInt.Patrik Hägglund2012-11-28