summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-28
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Don't ask for a mode when we are not keeping the file.Rafael Espindola2013-06-28
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-28
* Fix using arg_end() - arg_begin() instead of arg_size()Matt Arsenault2013-06-28
* Rename DIBuilder::createNullPtrType to createUnspecifiedType and introducePeter Collingbourne2013-06-27
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* Get rid of the unused class member.Nadav Rotem2013-06-27
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-27
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-27
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Remove unused variable.Benjamin Kramer2013-06-27
* Don't cast away constness.Benjamin Kramer2013-06-27
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-27
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-27
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-27
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* No need to use a Set when a vector would do.Nadav Rotem2013-06-27
* SLP: When searching for vectorization opportunities scan the blocks in post-o...Nadav Rotem2013-06-26
* SLP: Dont erase instructions during vectorization because it prevents the out...Nadav Rotem2013-06-26
* In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...Michael Gottesman2013-06-26
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-26
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-26
* Clarify and doxygen-ify commentsStephen Lin2013-06-26
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-26
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegsStephen Lin2013-06-26
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-26
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-26
* Use enums instead of raw octal values.Rafael Espindola2013-06-26
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-26
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-26
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-26
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-26
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-26
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-26