summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Remove declaration of nonexistant function.Jakob Stoklund Olesen2013-08-14
* LiveIntervalUnion is not used in RegAllocBase.Jakob Stoklund Olesen2013-08-14
* DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2)Jim Grosbach2013-08-13
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-13
* Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...Carlo Kok2013-08-13
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-13
* Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.Evgeniy Stepanov2013-08-13
* [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...David Majnemer2013-08-13
* Add the start of DIE hashing for DWARF4 type units and split dwarfEric Christopher2013-08-13
* Reflow comment.Eric Christopher2013-08-12
* Remove empty constructor.Eric Christopher2013-08-12
* Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...Michael Gottesman2013-08-12
* Fixed another place in CodeGen where we had a typo in our editor C++ filetype...Michael Gottesman2013-08-12
* [branchfolding] Fix typo in C++ editor declaration.Michael Gottesman2013-08-12
* Move the addition of the dwo_id as late as possible after everythingEric Christopher2013-08-12
* [stackprotector] Add in the stackprotector libcall.Michael Gottesman2013-08-12
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* Allow compatible extension attributes for tail callsTim Northover2013-08-12
* [stackprotector] Simplify SP Pass so that we emit different fail basic blocks...Michael Gottesman2013-08-09
* Make helper static and fix formatting.Benjamin Kramer2013-08-09
* Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...Craig Topper2013-08-09
* Set ISD::FROUND to Expand by default for all typesHal Finkel2013-08-09
* Update the CMake build files.Eric Christopher2013-08-08
* Move hash computation code into a separate class and file.Eric Christopher2013-08-08
* 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