aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-121-3/+3
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-111-3/+12
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-2/+2
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-111-6/+4
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-0/+12
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-111-2/+1
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-112-0/+16
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-102-23/+11
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-091-0/+118
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-098-95/+154
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-091-1/+1
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-091-0/+117
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-095-48/+48
* Fix whitespace.NAKAMURA Takumi2013-11-094-41/+41
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-096-423/+435
* Revert r194300 which broke the build.Nick Lewycky2013-11-096-434/+404
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-091-0/+6
* Rewrite the PBQP graph data structure.Lang Hames2013-11-096-404/+434
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-083-4/+10
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-081-0/+4
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-082-11/+23
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-082-23/+11
* Add ImmutableSet profiling info for 'bool'.Jordan Rose2013-11-081-0/+12
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-081-0/+2
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-061-8/+20
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-051-29/+7
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-051-9/+10
* Use error_code in GVMaterializer.Rafael Espindola2013-11-051-8/+4
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-051-0/+8
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-051-3/+3
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-051-2/+19
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-051-6/+17
* Simplify ErrorOr.Rafael Espindola2013-11-051-214/+5
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-051-1/+2
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-041-3/+21
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
* AVX-512: fixed a typo in builtin nameElena Demikhovsky2013-11-041-6/+6
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-041-6/+4
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-0/+28
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+12
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-024-86/+2
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+1
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-11/+1
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+11
* Add new calling convention for WebKit Java Script.Andrew Trick2013-10-311-0/+3
* Add support for stack map generation in the X86 backend.Andrew Trick2013-10-311-0/+107
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-312-23/+1
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+40
* Cleanup: update comments.Manman Ren2013-10-311-1/+1