summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* SDNode: Add uses() iterator_range convenience methods.Jim Grosbach2014-04-11
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-10
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* Simplify make_range by using move semanticsDavid Blaikie2014-04-10
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Revert debug info compression support.David Blaikie2014-04-10
* iterator_range: Add an llvm::make_range() helper method.Jim Grosbach2014-04-10
* Revert "Follow-up to r205973: change the return type to const MDNode*."Adrian Prantl2014-04-10
* Follow-up to r205973: change the return type to const MDNode*.Adrian Prantl2014-04-10
* Debug info: Factor the retrieving of the DIVariable from a MachineInstrAdrian Prantl2014-04-10
* SaveAndRestore: fix coding style and Doxygenify commentsDmitri Gribenko2014-04-10
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* Fix some doc and comment typosAlp Toker2014-04-09
* SLPVectorizer: Only vectorize intrinsics whose operands are widened equallyArnold Schwaighofer2014-04-09
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-09
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* Add support for optimization reports.Diego Novillo2014-04-08
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Remove an unused file.Richard Smith2014-04-07
* Fix a typo in the comment.Simon Atanasyan2014-04-07
* Use 'false' for a bool instead of '0'Craig Topper2014-04-07
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.NAKAMURA Takumi2014-04-06
* DebugInfo: Support namespace aliases as DW_TAG_imported_declaration instead o...David Blaikie2014-04-06
* [Support] Modify LockFileManager::waitForUnlock() to return info about how th...Argyrios Kyrtzidis2014-04-06
* Remove unused parameterDavid Blaikie2014-04-05
* MachineInstr: introduce explicit_operands and implicit_operands rangesDavid Blaikie2014-04-05
* Remove unnecessary "inline" of inline defined member functionsDavid Blaikie2014-04-05
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* Remove unused functionDavid Blaikie2014-04-05
* Add DAG parameter to ComputeNumSignBitsForTargetNodeMatt Arsenault2014-04-04
* Tidy up naming.Jim Grosbach2014-04-04
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Fix spelling. Sigh.Jim Grosbach2014-04-04
* Add iterator_ranges for block pred/succ.Jim Grosbach2014-04-04
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Reuse existing variable.Rafael Espindola2014-04-03
* ArrayRef: use std::vector::data() now that we are building in C++11 modeDmitri Gribenko2014-04-03
* Handle getting UnknownAddressOrSize or section_end().Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Add support for the R_ARM_ABS32 relocation.Rafael Espindola2014-04-03
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-03
* Simplify ELFObjectFile<ELFT>::getSymbolAddress.Rafael Espindola2014-04-03