summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
* Fix >> to be > > for non-c++11.Eric Christopher2014-02-28
* 80-col.Eric Christopher2014-02-28
* Fix a crasher where when we're attempting to replace a typeEric Christopher2014-02-28
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* Remove unnecessary llvm:: qualification.Eric Christopher2014-02-26
* Fix typo. Thanks to Roman Divacky for noticing it.Rafael Espindola2014-02-26
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Use a sorted array to store the information about a few address spaces.Rafael Espindola2014-02-26
* Move these functions out of line. A DenseMap lookup is not a simple operation.Rafael Espindola2014-02-26
* Remove spurious emacs major mode marker, these should only go on .h files.Nick Lewycky2014-02-26
* Constify the Optnone checks in IR passes.Paul Robinson2014-02-26
* Add DIUnspecifiedParameter, so we can pretty-print it.Adrian Prantl2014-02-25
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Switch the LLVM error reporting on the new diagnostic system.Quentin Colombet2014-02-22
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Remove unnecessary typename.Rafael Espindola2014-02-16
* Add extern template instantiations of llvm::Calculate.Rafael Espindola2014-02-14
* Check that GlobalAliases don't have section or alignment.Rafael Espindola2014-02-13
* Copy dll storage in copyAttributes.Rafael Espindola2014-02-13
* Mark the methods in the Mangler const.Rafael Espindola2014-02-10
* Copy the ThreadLocalMode in GlobalVariable::copyAttributesFromHans Wennborg2014-02-10
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-05
* Test commitAlon Mishne2014-02-05
* Fix wording of warning message about invalid debug info.Manman Ren2014-02-04
* llvm-cov: Fix include order in GCOV.cppJustin Bogner2014-02-04
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* DIBuilder: simplify array generation to produce true zero-length arraysDavid Blaikie2014-02-03
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Use a raw_stream to implement the mangler.Rafael Espindola2014-01-29
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* Fix pr14893.Rafael Espindola2014-01-28
* Fix llvm-dis to print the inalloca bit on allocas.Reid Kleckner2014-01-25
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-22
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* Add a const lookup routine to get a BlockAddress constant if there isChandler Carruth2014-01-19
* Support AddrSpaceCast in ConstantExpr::getAsInstruction.Eli Bendersky2014-01-18
* Upgrade ConstantFP's negative zero and infinity getters to handle vector types.Benjamin Kramer2014-01-18