aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren2012-09-121-0/+22
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-122-2/+2
* Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky2012-09-121-2/+1
* This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky2012-09-124-74/+277
* Add support for AMD Geode.Roman Divacky2012-09-122-0/+2
* Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls2012-09-121-2/+2
* Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem2012-09-121-6/+18
* Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy2012-09-121-0/+74
* Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy2012-09-122-4/+54
* When calling print directly on a global (eg from the debugger) itDuncan Sands2012-09-121-3/+3
* Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem2012-09-121-1/+1
* Make findLastUseBefore handle reg-unit liveness.Lang Hames2012-09-121-8/+29
* Indentation fixes. No functional change.Craig Topper2012-09-121-8/+8
* Release build: guard dump functions withManman Ren2012-09-1222-30/+30
* Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem2012-09-121-0/+47
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-124-0/+40
* Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier2012-09-111-22/+22
* Release build: guard dump functions withManman Ren2012-09-1120-27/+27
* StringSwitchify.Chad Rosier2012-09-111-8/+10
* Simplify logic. No functional change intended.Chad Rosier2012-09-111-9/+8
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-111-67/+158
* SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren2012-09-111-81/+45
* Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen2012-09-111-2/+4
* Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen2012-09-111-0/+3
* Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem2012-09-111-1/+1
* Enable stack coloring.Nadav Rotem2012-09-111-1/+1
* Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem2012-09-111-3/+5
* Make a bunch of lowering helper functions static instead of member functions....Craig Topper2012-09-112-82/+56
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-112-2/+2
* llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi2012-09-111-0/+1
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-112-0/+133
* Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...Craig Topper2012-09-111-22/+47
* Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth2012-09-112-4/+8
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-113-766/+118
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-101-1/+1
* 80-col fixup.Eric Christopher2012-09-103-4/+6
* 80-col fixup.Eric Christopher2012-09-101-1/+2
* No reason to construct this twice.Eric Christopher2012-09-102-2/+2
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-107-14/+14
* Revert r163556. Missed updates to tablegen files.Chad Rosier2012-09-102-4/+4
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-102-4/+4
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-101-1/+17
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-106-7/+7
* Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem2012-09-101-1/+1
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-103-7/+10
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-101-1/+4
* Enable stack coloring.Nadav Rotem2012-09-101-1/+1
* Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen2012-09-101-2/+8
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-2/+1
* Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem2012-09-101-0/+12