aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-07-10Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier
2012-07-10Fix a bug where I didn't test for an empty range before inspecting theChandler Carruth
2012-07-10Improve the loading of load-anyext vectors by allowing the codegen to loadNadav Rotem
2012-07-10Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-07-10Reverse assembler/disassembler operand order for gather instructions.Craig Topper
2012-07-10Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth
2012-07-10Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth
2012-07-10ARM: Allow more flexible patterns in NEON formats.Jim Grosbach
2012-07-10Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka
2012-07-09Delete code for folding undefs in ScalarEvolution. It's invalid inDan Gohman
2012-07-09Revert r159938 (and r159945) to appease the buildbots.Chad Rosier
2012-07-09indentationAndrew Trick
2012-07-09Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson
2012-07-09X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren
2012-07-09Reapply r158846.Akira Hatanaka
2012-07-09instcombine: merge the functions that remove dead allocas and dead mallocs/ca...Nuno Lopes
2012-07-09Some formatting to keep Clang happyRichard Barton
2012-07-09Oops - correct broken disassembly for VMOVRichard Barton
2012-07-09Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton
2012-07-09Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton
2012-07-09Spelling!Richard Barton
2012-07-09Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-07Tweak spelling.Andrew Trick
2012-07-07X86: Fix optimizeCompare to correctly check safe condition.Manman Ren
2012-07-07Use the DebugInfo wrappers instead of mucking about with the MDNode directly.Bill Wendling
2012-07-06Print the name last.Bill Wendling
2012-07-06Fix the naming of ensureAlignment. Per the coding standard function namesChad Rosier
2012-07-06teach instcombine to remove allocated buffers even if there are stores, memcp...Nuno Lopes
2012-07-06Check if it's a scope last, because several things are scopes.Bill Wendling
2012-07-06ARM: Add test cleanup entry to the README.Jim Grosbach
2012-07-06revert r159851.Akira Hatanaka
2012-07-06Reapply r158846.Akira Hatanaka
2012-07-06Add a print method to the ObjC property object.Bill Wendling
2012-07-06Remove trailing comma in array initialization list.Bill Wendling
2012-07-06Remove unnecessary 'llvm::'.Bill Wendling
2012-07-06Remove unnecessary 'llvm::'.Bill Wendling
2012-07-06Whitespace.Chad Rosier
2012-07-06X86: peephole optimization to remove cmp instructionManman Ren
2012-07-06[fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier
2012-07-06Revert r159804, "[arm-fast-isel] Add support for vararg function calls."NAKAMURA Takumi
2012-07-06Fix PR13202 and a regtest.Alexey Samsonov
2012-07-06[arm-fast-isel] Add support for vararg function calls.Jush Lu
2012-07-06 Changes per review of commit 159787Jack Carter
2012-07-06Untabify and move a function near similar functions dealing with structEric Christopher
2012-07-06Add some comments suggested in code review.Jakob Stoklund Olesen
2012-07-05 Mips specific inline asm operand modifier D.Jack Carter
2012-07-05Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka
2012-07-05Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka
2012-07-05Optimize extendIntervalEndTo a tiny bit by saving one call through theChandler Carruth