aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-293-1/+76
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-295-1/+32
* [msan] Propagate shadow through (x<0) and (x>=0) comparisons.Evgeniy Stepanov2012-11-292-0/+77
* [msan] Fix shadow & origin store & load alignment.Evgeniy Stepanov2012-11-292-4/+29
* [msan] Optimize getOriginPtr.Evgeniy Stepanov2012-11-291-3/+4
* [msan] Fix a few compilation warnings.Evgeniy Stepanov2012-11-291-2/+4
* [msan] Add a test for r168873.Evgeniy Stepanov2012-11-291-0/+2
* [msan] Transform memcpy and memset to library calls.Evgeniy Stepanov2012-11-291-34/+35
* I changed hasAVX() to hasFp256() and hasAVX2() to hasInt256() in X86IselLower...Elena Demikhovsky2012-11-292-102/+104
* [msan] Update tests (broken in r168873).Evgeniy Stepanov2012-11-291-5/+3
* [msan] Make sure that report callbacks do not get merged.Evgeniy Stepanov2012-11-291-0/+8
* Documentation: use correct highlighterDmitri Gribenko2012-11-291-3/+3
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-297-0/+1660
* [asan/tsan] initialize the asan/tsan callbacks in runOnFunction as opposed to...Kostya Serebryany2012-11-292-37/+48
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-292-3/+22
* Cleaned up a couple of comments.Preston Briggs2012-11-291-4/+4
* Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen2012-11-297-18/+20
* Add an MCPhysReg typedef to replace naked uint16_t.Jakob Stoklund Olesen2012-11-293-20/+24
* Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...Shuxin Yang2012-11-293-1/+47
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-292-0/+50
* Issue a fatal error if the line doesn't have a regular expression.Nick Lewycky2012-11-291-6/+12
* When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem2012-11-292-3/+113
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-281-3/+13
* Documentation: improve formatting and remove unneeded empty lines.Dmitri Gribenko2012-11-282-70/+9
* Whoops, fixed bad mergeMichael Ilseman2012-11-281-55/+0
* Fixed bad test caseMichael Ilseman2012-11-281-0/+55
* Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman2012-11-281-0/+58
* Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...Michael Ilseman2012-11-281-22/+43
* Fast-math comments and convenience methodMichael Ilseman2012-11-281-0/+6
* Define signed const-ext immediate operands and their predicates.Jyotsna Verma2012-11-282-0/+122
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-283-0/+29
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-2820-22/+22
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-284-8/+64
* MCJIT depends on JIT.Benjamin Kramer2012-11-281-1/+1
* Fix initial frame state on powerpc64.Ulrich Weigand2012-11-282-1/+42
* Fix warning. [-Wunused-variable]Patrik Hägglund2012-11-281-1/+1
* Add error handling in getInt.Patrik Hägglund2012-11-282-40/+37
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-286-28/+31
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-287-0/+38
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-284-77/+377
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-283-2/+2
* misched: better alias analysis.Andrew Trick2012-11-282-2/+130
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-281-1/+1
* BBVectorize: Correctly merge SubclassOptionalDataHal Finkel2012-11-282-0/+25
* Add brief support for the fission .debug_info.dwo section forEric Christopher2012-11-282-0/+12
* Add comments.Eric Christopher2012-11-281-0/+4
* Rearrange ordering of sections.Eric Christopher2012-11-281-9/+10
* Move and comment accessor routines.Eric Christopher2012-11-281-12/+15
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-286-17/+14
* Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen2012-11-284-793/+686