summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Revert "Reapply r185872 now that the address sanitizer has been changed to su...Arnold Schwaighofer2013-08-08
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-08
* Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...Craig Topper2013-08-08
* The conversion to bool is fine here, no need to check isType.Eric Christopher2013-08-08
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Change variable name and reflow formatting.Eric Christopher2013-08-08
* Optimize mask generation for one of the DAG combiner shufflevector cases.Craig Topper2013-08-08
* Revert "coff also doesn't have a ReadOnlySection yet, (!)"David Majnemer2013-08-08
* Reflow for loop.Eric Christopher2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Reapply r185872 now that the address sanitizer has been changed to support this.Bill Wendling2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-07
* Confusing comment typo.Andrew Trick2013-08-07
* Remove some parens. No functional change.Eric Christopher2013-08-07
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-07
* Move somewhat messy conditional out of line.Eric Christopher2013-08-07
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* Refactor isInTailCallPosition handlingTim Northover2013-08-06
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-06
* Recommit previous cleanup with a fix for c++98 ambiguity.Eric Christopher2013-08-05
* TargetLowering: Add getVectorIdxTy() function v2Tom Stellard2013-08-05
* Revert "Use existing builtin hashing functions to make this routine more"Eric Christopher2013-08-05
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-05
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-05
* Don't leak passes if added outside of the area determined by Started/Stopped ...Benjamin Kramer2013-08-05
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-02
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-02
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-01
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-01
* Fix crashing on invalid inline asm with matching constraints.Eric Christopher2013-07-31
* Reflow this to be easier to read.Eric Christopher2013-07-30
* Down-scale slot index distance to save bits.Andrew Trick2013-07-30
* MI Sched: Track live-thru registers.Andrew Trick2013-07-30
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-30
* [DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet2013-07-30
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-29
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-29
* Elaborate a bit on the type unit and ODR conditional code.Eric Christopher2013-07-29
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-27
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-26
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Add a target legalize hook for SplitVectorOperand (again)Justin Holewinski2013-07-26
* Revert "Add a target legalize hook for SplitVectorOperand"Rafael Espindola2013-07-26
* Add a target legalize hook for SplitVectorOperandJustin Holewinski2013-07-26