summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Don't inline get[S|U]LEB128Size() until they are proved to be hot.Logan Chien2014-02-22
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* Add const to some member functions of SuccIterator.Logan Chien2014-02-22
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* [CMake] intrinsics_gen: Use add_public_tablegen_target().NAKAMURA Takumi2014-02-20
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Object/COFF: Fix padding between CSDVersion and EditList.Rui Ueyama2014-02-20
* Avoid collisions with Objective-C++ keywordsTobias Grosser2014-02-19
* move getNameWithPrefix and getSymbol to TargetMachine.Rafael Espindola2014-02-19
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* Disable override and final C++ keyword in gcc 4.6.Logan Chien2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19