summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* [ms-inline asm] Avoid a false positive assertionChad Rosier2012-08-22
* Add a few float shrinking optimizations to SimplifyLibCalls. UnsafeChad Rosier2012-08-22
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. NoChad Rosier2012-08-22
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Don't cache the MBB in the class. Its only used by one function. Change a for...Craig Topper2012-08-22
* Mark a function as static since it doesn't use anything in the class.Craig Topper2012-08-22
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22
* Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka2012-08-22
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. TheRichard Smith2012-08-22
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-22
* Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2012-08-21
* MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith2012-08-21
* Fix unaligned memory accesses when performing relocations in X86 JIT. There'sRichard Smith2012-08-21
* Don't bind a reference to a dereferenced null pointer (for return value of We...Richard Smith2012-08-21
* [ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2012-08-21
* Remove unnecessary cast that was also unnecessarily casting away constness.David Blaikie2012-08-21
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-21
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-21
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21
* Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21
* Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-21
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-21
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-21
* Fix up indentation and remove a couple else's after returns.Craig Topper2012-08-21
* [asan] add code to detect global initialization fiasco in C/C++. The sub-pass...Kostya Serebryany2012-08-21
* Use uint16_t for tables of opcodes.Craig Topper2012-08-21
* Fix up indentation. No functional change.Craig Topper2012-08-21
* Add a couple llvm_unreachables. Add a message to several others.Craig Topper2012-08-21
* Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper2012-08-21
* Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper2012-08-21
* Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper2012-08-21
* revise debug output to avoid dangling pointerMichael Liao2012-08-21
* Add a missing def flag.Jakob Stoklund Olesen2012-08-21
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-20
* Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen2012-08-20
* Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen2012-08-20
* Add CFG checks to MachineVerifier.Jakob Stoklund Olesen2012-08-20
* Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen2012-08-20
* fix HexagonSubtarget parsing of -mv flagSebastian Pop2012-08-20
* fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao2012-08-20
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-20
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-20