summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* X86 CodeGenPrep: sink shufflevectors before shiftsTim Northover2014-02-19
* Try to revive buildbots after r201620Alexey Samsonov2014-02-19
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-19
* Fix a typo in a comment.Mingjie Xing2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.Rafael Espindola2014-02-18
* [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.Daniel Sanders2014-02-18
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-16
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-15
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-15
* Remove unnecessary typename introduced in r201440.David Blaikie2014-02-15
* Hopefully fix the build with gcc.Rafael Espindola2014-02-14