summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-2211-14/+8
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-224-3/+102
* Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga2012-03-223-5/+57
* Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2012-03-222-5/+23
* [python] Add negative MemoryBuffer testcaseAnders Waldenborg2012-03-221-0/+5
* Remove some unnecessary forward declarations.Craig Topper2012-03-227-12/+0
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-2267-2048/+1395
* PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel2012-03-221-1/+2
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-222-0/+16
* don't use "signed", just something I noticed in patches flying by.Chris Lattner2012-03-221-2/+2
* In erroneous inline assembly we could mistakenly try to access theEric Christopher2012-03-221-1/+5
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-222-0/+16
* [PathV2]: Fix bug in create_directories which caused infinite recursion onMichael J. Spencer2012-03-211-5/+6
* Add a release note for r145714.Nick Lewycky2012-03-211-0/+31
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-214-2/+10
* Re-factored RuntimeDyld.Danil Malyshev2012-03-2156-1071/+1823
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-213-0/+387
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-211-1/+1
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-211-0/+1
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-212-0/+11
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-211-0/+4
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-2111-329/+215
* Checking a build_vector for an all-ones value.Jim Grosbach2012-03-211-5/+14
* [asan] fix one more bug related to long doubleKostya Serebryany2012-03-211-1/+1
* Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger2012-03-211-0/+2
* Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2012-03-212-2/+2
* Teach instsimplify to gracefully degrade in the presence of instructionsChandler Carruth2012-03-211-0/+6
* [python] Add some paths where to find test binaryAnders Waldenborg2012-03-211-0/+2
* [python] Mark get_test_binary as not being a testAnders Waldenborg2012-03-211-0/+1
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-211-28/+41
* Finish organizing C API docs.Gregory Szorc2012-03-211-67/+194
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-212-5/+64
* I meant to disable this test, not XFAIL itAndrew Trick2012-03-211-2/+2
* misched: beginning to add unit testsAndrew Trick2012-03-211-0/+20
* misched: fix LiveInterval update for bottom-up schedulingAndrew Trick2012-03-211-3/+13
* misched: trace LiveIntervals after scheduling.Andrew Trick2012-03-211-0/+1
* misched: obvious iterator update fixes for bottom-up.Andrew Trick2012-03-211-0/+6
* misched: cleanup main loopAndrew Trick2012-03-211-10/+14
* misched: fix LI update for bottom-up.Andrew Trick2012-03-211-1/+7
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-2116-109/+1622
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-211-1/+1
* Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...Craig Topper2012-03-211-28/+29
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-213-13/+75
* Zap some dead code pointed out by Chandler.Eric Christopher2012-03-201-4/+0
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-201-2/+7
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-202-0/+49
* Fix test case from r153135.Chad Rosier2012-03-201-1/+1
* [avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier2012-03-202-0/+106
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-203-2/+3
* Tidy up.Jim Grosbach2012-03-201-3/+2