aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-112-0/+70
* Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.Michael Gottesman2013-07-111-682/+613
* In response to dblaikie's comment on r186035, replacing theAdrian Prantl2013-07-111-136/+163
* Add tests for the before and after modifiers.Rafael Espindola2013-07-111-0/+20
* Remove an argument that we dont use anymore.Nadav Rotem2013-07-111-15/+12
* Use %llu to print a 64 bit number. Should fix the ARM bots.Rafael Espindola2013-07-111-1/+1
* Add a test for llvm-ar's m operation.Rafael Espindola2013-07-111-0/+30
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-112-2/+33
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-112-4/+48
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-112-1/+31
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-1111-26/+26
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-111-3/+13
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-114-6/+6
* InsertBefore is the same as AddBefore. Delete it.Rafael Espindola2013-07-111-5/+4
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-111-1/+1
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-112-7/+16
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-114-41/+44
* LoopVectorize: Vectorize all accesses in address space zero with unit strideArnold Schwaighofer2013-07-112-8/+77
* Merge these tests.Rafael Espindola2013-07-115-35/+16
* Use a more unique name to avoid conflicting with directory.ll tests when runningRafael Espindola2013-07-111-19/+19
* Add a test for llvm-ar's 'd' operation.Rafael Espindola2013-07-111-0/+30
* Add tests for the 'x' operation.Rafael Espindola2013-07-111-0/+20
* Remove the 'N' modifier from llvm-ar.Rafael Espindola2013-07-111-45/+11
* Delete dead code.Rafael Espindola2013-07-111-3/+0
* Remove support for truncating names in archives.Rafael Espindola2013-07-113-42/+9
* Sync llvm-ar's help string with the options it supports.Rafael Espindola2013-07-111-3/+0
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-112-178/+131
* [SystemZ] Add testcase missing from r186073Richard Sandiford2013-07-111-0/+266
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-112-7/+68
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-1127-263/+494
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-114-14/+13
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-112-24/+386
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-111-1/+1
* RegScavenger should not exclude undef usesHal Finkel2013-07-112-1/+49
* Fix indentation. No functional change.Craig Topper2013-07-111-8/+8
* Fix a warning.Nadav Rotem2013-07-111-2/+1
* Consolidate more lit tests.Nadav Rotem2013-07-113-62/+54
* Consolidate some of the lit tests.Nadav Rotem2013-07-114-75/+57
* Consolidate some of the lit tests.Nadav Rotem2013-07-115-61/+191
* SLPVectorizer: refactor the code that places extracts. Place the code that de...Nadav Rotem2013-07-111-41/+131
* Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman2013-07-113-89/+171
* Move r186044 tests into CodeGen/X86Hal Finkel2013-07-112-4/+2
* Set REQUIRES shell on the test cases for r186044Hal Finkel2013-07-102-0/+2
* XFAIL the test cases for r186044 on HexagonHal Finkel2013-07-102-0/+2
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-103-8/+37
* Remove this test for now.Rafael Espindola2013-07-101-7/+0
* CommandLine.rst: remove tiny bit of bad mark-upHans Wennborg2013-07-101-1/+1
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-102-3/+21
* Move tests from test/Archive to test/Object.Rafael Espindola2013-07-1018-46/+23
* Add a comment.Adrian Prantl2013-07-101-0/+39