summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* AArch64 & ARM: refactor crypto intrinsics to take scalarsTim Northover2014-02-03
* Remove outdated & incorrect part of comment.Eli Bendersky2014-02-03
* Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, andChandler Carruth2014-02-03
* Rename the non-templated base class of SmallPtrSet toChandler Carruth2014-02-03
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Introduce line editor library.Peter Collingbourne2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* Fix file header for APFloat.hDuncan P. N. Exon Smith2014-01-31
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .se...Timur Iskhodzhanov2014-01-30
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* ARM IAS: support .object_archSaleem Abdulrasool2014-01-30
* ARM IAS: support .movspSaleem Abdulrasool2014-01-30
* ARM: suuport .tlsdescseq directiveSaleem Abdulrasool2014-01-30
* ARM: support TLS descriptor relocationsSaleem Abdulrasool2014-01-30
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* Revert "[Stackmaps] Record the stack size of each function that contains a st...Juergen Ributzka2014-01-30
* [Stackmaps] Record the stack size of each function that contains a stackmap/p...Juergen Ributzka2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Remove dead code.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* PGO branch weight: update edge weights in IfConverter.Manman Ren2014-01-29
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* [Sparc] Use %r_disp32 for pc_rel entries in FDE as well.Venkatraman Govindaraju2014-01-29
* 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
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* Finish bringing file_type to the llvm style (other than its name).Rafael Espindola2014-01-28
* Be more explicit about which overloaded variant to use. Caught by ASan!Nick Kledzik2014-01-28
* Convert to the inner enum so the compiler can warn about it in switches.Rafael Espindola2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* fix templates to work with pre c++11Nick Kledzik2014-01-28
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Fix pr14893.Rafael Espindola2014-01-28
* The llvm_headers_do_not_build project needs to be excluded from the default b...Aaron Ballman2014-01-28
* MC: Add a .debug section that we'll soon use to emit debug info into COFF filesTimur Iskhodzhanov2014-01-28
* [LPM] Fix PR18616 where the shifts to the loop pass manager to extractChandler Carruth2014-01-28
* [TLI] Add a new hook to TargetLowering to query the target if a load of a con...Juergen Ributzka2014-01-28