summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* [PM] Rename this source file to something a bit more generic beforeChandler Carruth2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Fix uninitialized variable warning in DataLayout.Cameron McInally2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Improve documentation of the 'a' specifier and the '<abi>:<pref>' align pair.Rafael Espindola2014-01-06
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Allow addrspacecast in global aliasesMatt Arsenault2014-01-02
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* Fold vector selects with undef elements in the condition. Fixes PR18319.Nick Lewycky2013-12-31
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Fix typo in assert message: s/load/storeMark Lacey2013-12-21
* Make this array const.Rafael Espindola2013-12-20
* When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko2013-12-20
* Correctly apply the default pointer sizeDmitri Gribenko2013-12-20
* Change getStringRepresentation to skip defaults.Rafael Espindola2013-12-19
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* DiagnosticInfo: Add missing namespaceTobias Grosser2013-12-18
* [DiagnosticPrinter] Use the appropriate method to print a Twine object in aQuentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* llvm-cov: Removed extra semicolon from ;;.Yuchen Wu2013-12-16
* Fix AsmWriter's handling of SPIR calling conventions. Patch by Boaz Ouriel.Michael Kuperstein2013-12-15
* Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola2013-12-13
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* GCOV.cpp: Use PRIu64 instead of %lu.NAKAMURA Takumi2013-12-10
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-10
* Add getBitCastOrAddrSpaceCastMatt Arsenault2013-12-07
* Remove unused value.Rafael Espindola2013-12-07
* Fix the segfault reported in PR 11990.Kaelyn Uhrain2013-12-07
* micro optimization: isSizedDerivedType is only called with arrays, vectors an...Rafael Espindola2013-12-06
* llvm-cov: Further improved error messages.Yuchen Wu2013-12-05
* llvm-cov: Conformed headers.Yuchen Wu2013-12-05
* llvm-cov: Changed extension from .llcov to .gcov.Yuchen Wu2013-12-05
* Use isIntrinsic() instead of checking for "llvm."Matt Arsenault2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-04