aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-12Indentation fixes. No functional change.Craig Topper
2012-09-12Release build: guard dump functions withManman Ren
2012-09-12Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-11Improve tblgen code cleanliness: create an unknown_class, from which the unkn...Owen Anderson
2012-09-11Compute a map from register names to registers, rather than scanning the list...Owen Anderson
2012-09-11Add documentation.Chad Rosier
2012-09-11Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier
2012-09-11Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier
2012-09-11Release build: guard dump functions withManman Ren
2012-09-11StringSwitchify.Chad Rosier
2012-09-11Simplify logic. No functional change intended.Chad Rosier
2012-09-11[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier
2012-09-11SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen
2012-09-11Clean the sub-reg index composition maps at emission.Jakob Stoklund Olesen
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
2012-09-11Formatting. No functional change intended.Chad Rosier
2012-09-11Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem
2012-09-11Enable stack coloring.Nadav Rotem
2012-09-11Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem
2012-09-11CMake toolchain file for Android NDK.Evgeniy Stepanov
2012-09-11Add IRC handle.Duncan Sands
2012-09-11Make a bunch of lowering helper functions static instead of member functions....Craig Topper
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper
2012-09-11llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg
2012-09-11Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...Craig Topper
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-09-11Remove unused declarationAndrew Trick
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher
2012-09-1080-col fixup.Eric Christopher
2012-09-1080-col fixup.Eric Christopher
2012-09-10No reason to construct this twice.Eric Christopher
2012-09-10Add newline.Chad Rosier
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10Revert r163556. Missed updates to tablegen files.Chad Rosier
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10test/CodeGen/X86/ms-inline-asm.ll: Relax for non-darwin x86 targets. '##Inlin...NAKAMURA Takumi
2012-09-10[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier
2012-09-10Update test case for Release builds.Chad Rosier
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier
2012-09-10[ms-inline asm] Add support for .att_syntax directive.Chad Rosier
2012-09-10Enable stack coloring.Nadav Rotem
2012-09-10Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen
2012-09-10[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer
2012-09-10Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem