aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-13/+0
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-131-1/+0
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-21/+0
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-132-0/+10
* Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)Chandler Carruth2013-11-131-0/+1
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-131-1/+1
* Give folks a reference to some material on the fundamental designChandler Carruth2013-11-131-0/+7
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-131-12/+294
* Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman2013-11-131-4/+0
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-132-3/+15
* Remove always true flag.Rafael Espindola2013-11-121-7/+0
* delinearization of arraysSebastian Pop2013-11-124-1/+19
* remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriterSebastian Pop2013-11-121-46/+94
* Protect user-supplied runtime library functions in LTOJustin Bogner2013-11-121-0/+3
* Export intrinsics:__builtin_arm_{dmb,dsb} to frontendWeiming Zhao2013-11-121-2/+2
* GraphViz CFGPrinter: wrap long lines.Andrew Trick2013-11-121-2/+19
* whitespaceAndrew Trick2013-11-121-5/+5
* Revert "Remove unused variable."Rafael Espindola2013-11-121-0/+1
* Remove unused variable.Rafael Espindola2013-11-121-1/+0
* 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
* [llvm-c] Remove dead typedefPeter Zotov2013-11-111-1/+0
* 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
* This exposes the new calling conventions (WebKit_JS and AnyReg) via the C API...Filip Pizlo2013-11-091-0/+2
* 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
* llvm-c/Support.h: Add a newline at eof.NAKAMURA Takumi2013-11-071-1/+1
* Add DT_VERSYM dynamic table entry tag definition.Simon Atanasyan2013-11-061-0/+1
* [llvm-c] Add parameter names in Target.h for C99 compliancePeter Zotov2013-11-061-21/+23
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+20
* [llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disas...Peter Zotov2013-11-061-6/+6