summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Drop libtool from llvm.Rafael Espindola2014-02-28
* [mips] Implement NaCl sandboxing of indirect jumps:Sasa Stankovic2014-02-28
* Add 'remark' diagnostic type in LLVMTobias Grosser2014-02-28
* Turn static inline functions to inline, following Rafael's suggestionAlexey Samsonov2014-02-28
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* Rename coff_pdata_x64 -> coff_runtime_function_x64.Rui Ueyama2014-02-28
* Add an OutPatFrag TableGen classHal Finkel2014-02-28
* Object/COFF: Add a struct for the function table in .pdata.Rui Ueyama2014-02-27
* Provide a target override for the latest regalloc heuristic.Andrew Trick2014-02-27
* Drive-by comment fix. This regalloc comment was not accurate.Andrew Trick2014-02-27
* Add getter method to access Reloc::Model.Matheus Almeida2014-02-27
* Remove MCPureStreamer.Rafael Espindola2014-02-27
* Re-apply r200853, which should not crash after Clang plugins were converted t...Alexander Kornienko2014-02-27
* Revert "Use StringRef in raw_fd_ostream constructor"Ben Langmuir2014-02-27
* Add a debug info code generation level to the compile unit metadataEric Christopher2014-02-27
* Formatting.Eric Christopher2014-02-27
* Add an explanatory comment.Eric Christopher2014-02-27
* Grammar and spelling.Eric Christopher2014-02-26
* 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
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-26
* AArch64: simplify tbl/tbx polymorphismTim Northover2014-02-26
* Add two helpers to IRBuilder to flesh the interface out to N-widthChandler Carruth2014-02-26
* Use StringRef in raw_fd_ostream constructorBen Langmuir2014-02-26
* Delete two declared overloads of CallInst::CallInst that are never defined or...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
* fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith2014-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
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* Revert "Debug info: Support variadic functions."Adrian Prantl2014-02-25
* Debug info: Support variadic functions.Adrian Prantl2014-02-25
* [XCore] Add intrinsic for CLRPT (clear port time) instruction.Richard Osborne2014-02-25
* [XCore] Add intrinsic for EDU (event disable unconditional) instruction.Richard Osborne2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Add some convenience accessors for the underlying Use of an operand.Chandler Carruth2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Add missing constMatt Arsenault2014-02-24
* 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
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Delete dead code.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23