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