summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* CalcSpillWeights: allow overidding the spill weight normalizing functionArnaud A. de Grandmaison2013-11-11
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-11
* CalcSpillWeights: give a better describing name to calculateSpillWeightsArnaud A. de Grandmaison2013-11-11
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-11
* [llvm-c] Remove dead typedefPeter Zotov2013-11-11
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-11
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-11
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-10
* [PM] Start sketching out the new module and function pass manager.Chandler Carruth2013-11-09
* Move the old pass manager infrastructure into a legacy namespace andChandler Carruth2013-11-09
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-09
* Switch to allow implicit construction. In many cases, we're wrappingChandler Carruth2013-11-09
* Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat sillyChandler Carruth2013-11-09
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-09
* Fix whitespace.NAKAMURA Takumi2013-11-09
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-09
* Revert r194300 which broke the build.Nick Lewycky2013-11-09
* [Stackmap] Materialize the jump address within the patchpoint noop slide.Juergen Ributzka2013-11-09
* Rewrite the PBQP graph data structure.Lang Hames2013-11-09
* [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.Juergen Ributzka2013-11-08
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-08
* Revert "CalculateSpillWeights does not need to be a pass"Arnaud A. de Grandmaison2013-11-08
* CalculateSpillWeights does not need to be a passArnaud A. de Grandmaison2013-11-08
* Add ImmutableSet profiling info for 'bool'.Jordan Rose2013-11-08
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-08
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-07
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-06
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-06
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-06
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-06
* [llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disass...Peter Zotov2013-11-06
* [llvm-c] Expose LLVMLoadLibraryPermanentlyPeter Zotov2013-11-06
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-06
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-06
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-05
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-05
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-05
* [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov2013-11-05
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-05
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-05
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-05
* Simplify ErrorOr.Rafael Espindola2013-11-05
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-05
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-04
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* AVX-512: fixed a typo in builtin nameElena Demikhovsky2013-11-04
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-04
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03