aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-08-22Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper
2012-08-22Mark a function as static since it doesn't use anything in the class.Craig Topper
2012-08-22Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka
2012-08-22TblGen: Make asm-matcher ConvertToMCInst() table driven.Jim Grosbach
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-22Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith
2012-08-21Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier
2012-08-21MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith
2012-08-21Fix misaligned access in MachO object file reader: despite containing anRichard Smith
2012-08-21Fix unaligned memory accesses when performing relocations in X86 JIT. There'sRichard Smith
2012-08-21Don't pass a null pointer to cast<> in its unit tests.Richard Smith
2012-08-21Don't bind a reference to a dereferenced null pointer (for return value of We...Richard Smith
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier
2012-08-21Ignore the documentation-suggested location for compile_commands.jsonDavid Blaikie
2012-08-21The presence of the empty file "foo" unfortunately does not improve LLVM in a...David Blaikie
2012-08-21Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie
2012-08-21Provide a portability macro for __builtin_trap.David Blaikie
2012-08-21Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola
2012-08-21[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier
2012-08-21Formatting. No functional change.Chad Rosier
2012-08-21Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola
2012-08-21Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-21Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-21Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-21Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach
2012-08-21PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands
2012-08-21Add correct set of regression tests for r162094 commit.Tim Northover
2012-08-21Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth
2012-08-21Fix up indentation and remove a couple else's after returns.Craig Topper
2012-08-21[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany
2012-08-21Use uint16_t for tables of opcodes.Craig Topper
2012-08-21Fix up indentation. No functional change.Craig Topper
2012-08-21Add a couple llvm_unreachables. Add a message to several others.Craig Topper
2012-08-21Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper
2012-08-21Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper
2012-08-21Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper
2012-08-21revise debug output to avoid dangling pointerMichael Liao
2012-08-21Add a missing def flag.Jakob Stoklund Olesen
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-20Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen
2012-08-20Clarify that duplicate edges are not allowed in the Machine CFG.Jakob Stoklund Olesen
2012-08-20Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen
2012-08-20Add CFG checks to MachineVerifier.Jakob Stoklund Olesen
2012-08-20Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen
2012-08-20enable cross compilation with cmakeSebastian Pop