summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-ar: Clean up memory management with OwningPtr.Benjamin Kramer2013-07-11
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.Michael Gottesman2013-07-11
* In response to dblaikie's comment on r186035, replacing theAdrian Prantl2013-07-11
* Add tests for the before and after modifiers.Rafael Espindola2013-07-11
* Remove an argument that we dont use anymore.Nadav Rotem2013-07-11
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-11
* Add a test for llvm-ar's m operation.Rafael Espindola2013-07-11
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-11
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-11
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-11
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-11
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* LoopVectorize: Vectorize all accesses in address space zero with unit strideArnold Schwaighofer2013-07-11
* Merge these tests.Rafael Espindola2013-07-11
* Use a more unique name to avoid conflicting with directory.ll tests when runningRafael Espindola2013-07-11
* Add a test for llvm-ar's 'd' operation.Rafael Espindola2013-07-11
* Add tests for the 'x' operation.Rafael Espindola2013-07-11
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-11
* Delete dead code.Rafael Espindola2013-07-11
* Remove support for truncating names in archives.Rafael Espindola2013-07-11
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-11
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-11
* [SystemZ] Add testcase missing from r186073Richard Sandiford2013-07-11
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-11
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-11
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-11
* RegScavenger should not exclude undef usesHal Finkel2013-07-11
* Fix indentation. No functional change.Craig Topper2013-07-11
* Fix a warning.Nadav Rotem2013-07-11
* Consolidate more lit tests.Nadav Rotem2013-07-11
* Consolidate some of the lit tests.Nadav Rotem2013-07-11
* Consolidate some of the lit tests.Nadav Rotem2013-07-11
* SLPVectorizer: refactor the code that places extracts. Place the code that de...Nadav Rotem2013-07-11
* Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman2013-07-11
* Move r186044 tests into CodeGen/X86Hal Finkel2013-07-11
* Set REQUIRES shell on the test cases for r186044Hal Finkel2013-07-10
* XFAIL the test cases for r186044 on HexagonHal Finkel2013-07-10
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-10
* Remove this test for now.Rafael Espindola2013-07-10
* CommandLine.rst: remove tiny bit of bad mark-upHans Wennborg2013-07-10
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-10
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-10