aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1828-1600/+1499
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0924-3325/+2140
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2347-2336/+5493
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0246-2300/+3084
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2125-322/+586
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2942-912/+1687
* Update to LLVM 3.5a.Stephen Hines2014-04-2445-1618/+3567
* Update LLVM for merge to 3.4.Stephen Hines2014-02-131-0/+1
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1126-2590/+3530
|\
| * Merging r196172:Manman Ren2013-12-092-3/+3
| * Merging r196158:Manman Ren2013-12-093-5/+28
| * Merging r195505:Manman Ren2013-12-091-0/+52
| * Merging r196637:Bill Wendling2013-12-081-1/+12
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-7/+12
| * DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-181-4/+4
| * The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-3/+3
| * Revert r194865 and r194874.Alexey Samsonov2013-11-184-5/+11
| * Debug Info Verifier: disable it by default.Manman Ren2013-11-181-1/+1
| * Debug Info: fix typo in function name.Manman Ren2013-11-171-5/+5
| * Debug Info Verifier: fix when to find debug info nodes and when to verify them.Manman Ren2013-11-171-5/+11
| * Debug Info Verifier: enable public functions of Finder to update the type map.Manman Ren2013-11-172-8/+21
| * Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-11/+5
| * [PM] Fix an iterator problem spotted by the MSVC debug iterators andChandler Carruth2013-11-151-8/+10
| * [PM] Run clang-format on a few lines that I missed in my first pass,Chandler Carruth2013-11-151-2/+2
| * llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-1/+1
| * Add addrspacecast instruction.Matt Arsenault2013-11-158-133/+287
| * IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-141-1/+1
| * Whitespace.NAKAMURA Takumi2013-11-141-3/+2
| * llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-141-0/+4
| * llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-141-39/+15
| * llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-141-44/+79
| * Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-131-1/+0
| * Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-132-0/+156
| * Print new JavaScript calling conventions symbolically.Andrew Trick2013-11-111-0/+2
| * Simplify code. No functionality change.Benjamin Kramer2013-11-111-5/+1
| * IR: Refactor GEP range checks, reuse them for other parts of foldingDavid Majnemer2013-11-101-28/+51
| * Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-092-13/+21
| * Remove ^M from the file.Bill Wendling2013-11-081-1419/+1415
| * IR: Properly canonicalize PointerType in ConstantExpr GEPsDavid Majnemer2013-11-071-5/+6
| * IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-071-1/+37
| * [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-061-0/+10
| * Use error_code in GVMaterializer.Rafael Espindola2013-11-051-4/+15
| * Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-8/+6
| * llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-6/+8
| * Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-1/+13
| * Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-10/+11
| * Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-013-10/+2
| * Enable variable arguments support for intrinsics.Andrew Trick2013-10-312-2/+47