aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem
2012-09-13Fix a typo.Nadav Rotem
2012-09-13Use Nick's suggestion of storing a large NULL into the GV instead of memset, ...Bill Wendling
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem
2012-09-13Fix Doxygen issues:Dmitri Gribenko
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
2012-09-13MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach
2012-09-13MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach
2012-09-13MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen
2012-09-13Introduce the __llvm_gcov_flush function.Bill Wendling
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Misc.Akira Hatanaka
2012-09-12Fix PR11985Michael Liao
2012-09-12Detect overflow in the path count computation. rdar://12277446.Dan Gohman
2012-09-12Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson
2012-09-12Delete dead code.Jakob Stoklund Olesen
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12[ms-inline asm] Make the operand size directives case insensitive.Chad Rosier
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky
2012-09-12Add support for AMD Geode.Roman Divacky
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls
2012-09-12Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem
2012-09-12Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy
2012-09-12Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy
2012-09-12When calling print directly on a global (eg from the debugger) itDuncan Sands
2012-09-12Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem
2012-09-12Make findLastUseBefore handle reg-unit liveness.Lang Hames
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-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-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
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-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