aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-11-28Define signed const-ext immediate operands and their predicates.Jyotsna Verma
2012-11-28ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28Add backreference matching capabilities to Support/Regex, withEli Bendersky
2012-11-28MCJIT depends on JIT.Benjamin Kramer
2012-11-28Fix initial frame state on powerpc64.Ulrich Weigand
2012-11-28Fix warning. [-Wunused-variable]Patrik Hägglund
2012-11-28Add error handling in getInt.Patrik Hägglund
2012-11-28[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick
2012-11-28misched: better alias analysis.Andrew Trick
2012-11-28misched: Debug output fix. Use an always valid iterator.Andrew Trick
2012-11-28BBVectorize: Correctly merge SubclassOptionalDataHal Finkel
2012-11-28Add brief support for the fission .debug_info.dwo section forEric Christopher
2012-11-28Add comments.Eric Christopher
2012-11-28Rearrange ordering of sections.Eric Christopher
2012-11-28Move and comment accessor routines.Eric Christopher
2012-11-28Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen
2012-11-28Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen
2012-11-28Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor
2012-11-28Some grammar fixesEli Bendersky
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-28lit: Bump the version to .3.Daniel Dunbar
2012-11-27This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt
2012-11-27docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi
2012-11-27Fix comment formatting in RuntimeDyld.hAndrew Kaylor
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier
2012-11-27[arm fast-isel] Appease the machine verifier by using the proper registerChad Rosier