summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* [Statepoints] Make operator bool() explicit.Sanjoy Das2015-07-021-1/+1
* Remove a report_fatal_error that should be unreachable.Rafael Espindola2015-07-021-4/+1
* Handle .dynsym a bit more like we handle .symtab.Rafael Espindola2015-07-021-25/+25
* Use default member initializes. NFC.Rafael Espindola2015-07-021-13/+10
* [Support] Lazy load of dbghlp.dll on WindowsLeny Kholodov2015-07-022-6/+0
* Move error checking from once per relocation to once per relocation section.Rafael Espindola2015-07-021-25/+27
* Expose getRel and getRela to reduce code duplication.Rafael Espindola2015-07-021-3/+3
* Improve error message.Rafael Espindola2015-07-021-1/+2
* [GraphWriter] Don't wait on xdg-open when not on Apple.Charlie Turner2015-07-021-1/+1
* [NFC] Make the Statepoint class more like CallSiteSanjoy Das2015-07-021-23/+61
* [Statepoints][NFC] Constify accessors on Statepoint.Sanjoy Das2015-07-021-22/+24
* [Statepoints][NFC] Rename variables to llvm style.Sanjoy Das2015-07-021-4/+4
* [Statepoints][NFC] Add Statepoint::operator bool()Sanjoy Das2015-07-021-20/+30
* [Statepoints][NFC] Add Statepoint::getGCResult.Sanjoy Das2015-07-021-0/+11
* Add a routine to TargetTransformInfo that will allow targets to lookEric Christopher2015-07-022-0/+19
* Change APInt comparison with uint64_t.Pawel Bylica2015-07-011-5/+13
* Pack MCSymbol::Flags in to the bitfield with other members. NFC.Pete Cooper2015-07-011-6/+11
* Encode MCSymbol alignment as log2(align).Pete Cooper2015-07-011-9/+19
* add a cl::opt override for TargetLoweringBase's JumpIsExpensiveSanjay Patel2015-07-011-5/+4
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-011-3/+0
* LivePhysRegs: Add support to add pristine registers when populating with live...Matthias Braun2015-07-011-13/+9
* Return ErrorOr from getSection.Rafael Espindola2015-07-013-34/+66
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-011-0/+3
* [SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner2015-06-301-3/+11
* [IRBuilder] Delete unused constructor and SetInsertPoint overload.Alexey Samsonov2015-06-301-18/+0
* Pack MCSymbol::HasName in to a spare bit in the section/fragment union.Pete Cooper2015-06-301-18/+22
* Use ErrorOr in getRelocationAdress.Rafael Espindola2015-06-304-19/+11
* Implement containsSymbol with other lower level methods.Rafael Espindola2015-06-304-21/+0
* Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola2015-06-302-28/+19
* [DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...Alexey Samsonov2015-06-301-2/+2
* MIR Serialization: Serialize MBB successors.Alex Lorenz2015-06-301-1/+21
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-302-48/+48
* Report an error on invalid sh_entsize.Rafael Espindola2015-06-301-8/+11
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-5/+3
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-3/+5
* [X86] Add FXSR intrinsicsMichael Kuperstein2015-06-301-0/+13
* ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]NAKAMURA Takumi2015-06-301-6/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-304-25/+13
* Drop the OS from the WebAssembly target triple for now.Dan Gohman2015-06-301-2/+1
* Move function to the only file that uses it.Rafael Espindola2015-06-302-11/+0
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-302-10/+5
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-301-0/+5
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-304-16/+10
* Fix LastArchType to point to the new last arch.Dan Gohman2015-06-301-1/+1
* Cleanup getRelocationAddend.Rafael Espindola2015-06-302-14/+36
* Object/COFF: Define coff_symbol_generic.Rui Ueyama2015-06-301-0/+17
* Use asserts for checks that should never fail.Rafael Espindola2015-06-291-37/+11
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-1/+4
* Don't return error_code from function that never fails.Rafael Espindola2015-06-295-20/+11
* lto: Clean up C libLTO interfaces pertaining to linker flags.Peter Collingbourne2015-06-291-39/+5
OpenPOWER on IntegriCloud