summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...Hal Finkel2012-03-22
* add load/store volatility control to the C API, patch by Yiannis Tsiouris!Chris Lattner2012-03-22
* don't use "signed", just something I noticed in patches flying by.Chris Lattner2012-03-22
* In erroneous inline assembly we could mistakenly try to access theEric Christopher2012-03-22
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-22
* [PathV2]: Fix bug in create_directories which caused infinite recursion onMichael J. Spencer2012-03-21
* Add a release note for r145714.Nick Lewycky2012-03-21
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-21
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-21
* Fix windows compilation warning. Patch by Micah.Jan Sjödin2012-03-21
* Add a ${pathsep} variable to lit that expands to : (or ; on win32).Nico Weber2012-03-21
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-21
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-21
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Checking a build_vector for an all-ones value.Jim Grosbach2012-03-21
* [asan] fix one more bug related to long doubleKostya Serebryany2012-03-21
* Put Is64BitMemOperand into !defined(NDEBUG) for now.Joerg Sonnenberger2012-03-21
* Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2012-03-21
* Teach instsimplify to gracefully degrade in the presence of instructionsChandler Carruth2012-03-21
* [python] Add some paths where to find test binaryAnders Waldenborg2012-03-21
* [python] Mark get_test_binary as not being a testAnders Waldenborg2012-03-21
* lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...NAKAMURA Takumi2012-03-21
* Finish organizing C API docs.Gregory Szorc2012-03-21
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-21
* I meant to disable this test, not XFAIL itAndrew Trick2012-03-21
* misched: beginning to add unit testsAndrew Trick2012-03-21
* misched: fix LiveInterval update for bottom-up schedulingAndrew Trick2012-03-21
* misched: trace LiveIntervals after scheduling.Andrew Trick2012-03-21
* misched: obvious iterator update fixes for bottom-up.Andrew Trick2012-03-21
* misched: cleanup main loopAndrew Trick2012-03-21
* misched: fix LI update for bottom-up.Andrew Trick2012-03-21
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-21
* Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...Craig Topper2012-03-21
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-21
* Zap some dead code pointed out by Chandler.Eric Christopher2012-03-20
* Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.Anna Zaks2012-03-20
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-20
* Fix test case from r153135.Chad Rosier2012-03-20
* [avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier2012-03-20
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* Tidy up.Jim Grosbach2012-03-20
* Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...Evan Cheng2012-03-20
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-20
* whitespaceAndrew Trick2012-03-20
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-20
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-20
* Reserve number of MI operands to accom,odate complex patterns.Evan Cheng2012-03-20